summaryrefslogtreecommitdiff
path: root/vp9/decoder
AgeCommit message (Expand)Author
2015-06-12Merge "decode_tiles_mt: remove incorrect TODO"James Zern
2015-06-12Merge changes I342075eb,I222eaa4eJames Zern
2015-06-12Merge changes Iedb5b6a3,Iaea98508,I36580cea,Ia0574320James Zern
2015-06-11inline vp9_get_segdata()Scott LaVarnway
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-06-10decode_tiles_mt: remove incorrect TODOJames Zern
2015-06-10vp9_decodeframe: simplify init_read_bit_buffer signatureJames Zern
2015-06-10vp9_decode_frame: remove explicit read_bit_buffer initJames Zern
2015-06-10vp9_decodeframe.h: remove unused prototypeJames Zern
2015-06-10vp9_decodeframe: move public funcs to end of fileJames Zern
2015-06-10vp9_decodeframe: reorder some functionsJames Zern
2015-06-10vp9_decodeframe: hide vp9_dec_build_inter_predictors_sbJames Zern
2015-06-10Merge "Reducing size of MODE_INFO struct"Scott LaVarnway
2015-06-05Optimize the decode_partition. About 0.7% gain on N10.hkuang
2015-06-05Merge "BUG FIX: Remove counts param"Scott LaVarnway
2015-06-05BUG FIX: Remove counts paramScott LaVarnway
2015-06-05Add control to skip loop filter in VP9 decoder.Frank Galligan
2015-06-04Reducing size of MODE_INFO structScott LaVarnway
2015-06-04Remove cm parameter from vp9_decode_block_tokens() part 2Scott LaVarnway
2015-06-02Remove counts paramScott LaVarnway
2015-05-28Merge "Check size restrictions before running test vector"Johann
2015-05-28Merge "Re-worked header files"Scott LaVarnway
2015-05-28Merge "Add error handling when running out of free frame buffers."hkuang
2015-05-27Check size restrictions before running test vectorJohann
2015-05-27Add error handling when running out of free frame buffers.hkuang
2015-05-22Re-worked header filesScott LaVarnway
2015-05-20[decoder] Optimize context buffer re-allocationMinghai Shang
2015-05-16dec_build_inter_predictors: don't return a void fnJames Zern
2015-05-15vp9_decodeframe.c: make a function staticJames Zern
2015-05-15Merge "Move mc_buf to cut down size of MACROBLOCKD."Frank Galligan
2015-05-14Move mc_buf to cut down size of MACROBLOCKD.Frank Galligan
2015-05-13Relocate memory operations for common codeJohann
2015-05-11Merge "Reduce border extension by 1 line"Adrian Grange
2015-05-11Sort variables dependency in read_uncompressed_headerJingning Han
2015-05-07Merge "Move shared SAD code to vpx_dsp"Johann
2015-05-06Move shared SAD code to vpx_dspJohann
2015-05-06Reduce border extension by 1 lineAdrian Grange
2015-05-06Correct the inter prediction coordinate calculation which greatly reduced thehkuang
2015-05-01FIX: Use correct above/left in read_intra_frame_mode_infoScott LaVarnway
2015-04-29vp9_decodeframe: simplify compare_tile_buffersJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28WIP: Use LUT for y_dequant/uv_dequantScott LaVarnway
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-04-15Reorganize *_rtcd() calling conventionsJohann
2015-04-08Remove unnecessary mv clamp with on demand border extension.hkuang
2015-04-08Refactor dec_build_inter_predictorsFrank Galligan
2015-04-02Fix error of "Left shift of negative value -1".hkuang
2015-04-01Fix 10-bit video decode failure with --frame-parallel mode.hkuang
2015-03-31Move vp9_coef_con_tree to common/hui su
2015-03-09Refactor read_intra_frame_mode_infoFrank Galligan