summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodeframe.c
AgeCommit message (Expand)Author
2015-07-02Use vpx prefix for codec independent threading functionsJingning Han
2015-07-01Move multi-threading module functions into vpx_thread folderJingning Han
2015-06-22Remove tile paramScott LaVarnway
2015-06-16Moved has_rows, has_cols in vp9_decodeframe.cScott LaVarnway
2015-06-16Merge "Eliminated frame_type check in get_partition_probs()"Scott LaVarnway
2015-06-16Eliminated frame_type check in get_partition_probs()Scott LaVarnway
2015-06-16Merge "Update use_prev_frame_mvs flag in decoder."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: 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-08Update use_prev_frame_mvs flag in decoder.Scott LaVarnway
2015-06-05Optimize the decode_partition. About 0.7% gain on N10.hkuang
2015-06-05Add control to skip loop filter in VP9 decoder.Frank Galligan
2015-06-04Remove cm parameter from vp9_decode_block_tokens() part 2Scott LaVarnway
2015-06-02Remove counts paramScott LaVarnway
2015-05-27Check size restrictions before running test vectorJohann
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-06Reduce border extension by 1 lineAdrian Grange
2015-05-06Correct the inter prediction coordinate calculation which greatly reduced thehkuang
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-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-03-05Merge "Fix a tsan error bug in frame parallel decode."hkuang
2015-03-04Merge "Remove unnecessary loopfilter init."hkuang
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
2015-03-03Fix a tsan error bug in frame parallel decode.hkuang
2015-03-03Remove unnecessary loopfilter init.hkuang
2015-02-23fix the propagation of color space info in decoderYaowu Xu
2015-02-19Optimize the dequantization process on decoder side.Hangyu Kuang
2015-02-10Remove unnecessary border extension when frame size change.hkuang
2015-02-06Make encoder and decoder share common thread functionYunqing Wang
2015-02-06Rename loopfilter_thread files to thread_common filesYunqing Wang
2015-02-04vp9_dthread: remove frame_parallel_decoding_mode requirementYunqing Wang
2015-02-03vp9_dthread: pass frame counts to decoder functionsYunqing Wang
2015-02-02Fix a bug from merging frame parallel branch into master.hkuang
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-23Revert "Merge branch 'frame-parallel' to enable frame parallel decode in mast...Johann