summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodemv.c
AgeCommit message (Expand)Author
2016-03-24VP9: Eliminate extra mv clamp in decoderScott LaVarnway
2016-02-22Merge "VP9: rename vpx_read_mode_info to vp9_read_mode_info"Scott LaVarnway
2016-02-19VP9: rename vpx_read_mode_info to vp9_read_mode_infoScott LaVarnway
2016-02-19VP9: remove x_mis, y_mis calculationsScott LaVarnway
2016-02-09VP9: Refactor read_inter_block_mode_info() -- 2Scott LaVarnway
2016-01-29VP9: Refactor read_inter_block_mode_info()Scott LaVarnway
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-13VP9: inline vp9_use_mv_hp()Scott LaVarnway
2016-01-12VP9: Eliminate unnecessary nearest/near searchesScott LaVarnway
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-06Cosmetic - align format in vp9Jingning Han
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-17Move bit reader files to vpx_dspYaowu Xu
2015-07-09Eliminate num_8x8 and num_4x4 width/height lookupsScott LaVarnway
2015-07-06vp9_entropymv: remove vp9_get_mv_mag()James Zern
2015-07-02Merge "vp9_pred_common: inline vp9_get_tx_size_context"James Zern
2015-07-02Merge "vp9_pred_common: inline vp9_get_segment_id"James Zern
2015-06-22Remove tile paramScott LaVarnway
2015-06-16Merge "Update use_prev_frame_mvs flag in decoder."Scott LaVarnway
2015-06-15vp9_pred_common: inline vp9_get_tx_size_contextJames Zern
2015-06-15vp9_pred_common: inline vp9_get_segment_idJames Zern
2015-06-11inline vp9_get_segdata()Scott LaVarnway
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-06-08Update use_prev_frame_mvs flag in decoder.Scott LaVarnway
2015-06-04Reducing size of MODE_INFO structScott LaVarnway
2015-06-02Remove counts paramScott LaVarnway
2015-05-01FIX: Use correct above/left in read_intra_frame_mode_infoScott LaVarnway
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-09Refactor read_intra_frame_mode_infoFrank Galligan
2015-03-06Remove some unnecessary code in thread context copy.hkuang
2015-02-03vp9_dthread: pass frame counts to decoder functionsYunqing Wang
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
2015-01-22Merge branch 'frame-parallel' to enable frame parallel decode in master branch.hkuang
2014-12-19vp9: add per-tile longjmp error handlingJames Zern
2014-12-04Clean up the logic of handling corrupted frame.hkuang
2014-11-05Merge "Simplify interface of write_selected_tx_size and read_tx_size"Hui Su
2014-11-04Simplify interface of write_selected_tx_size and read_tx_sizeHui Su
2014-10-31Bind motion vectors with frame buffer structure.hkuang
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-22Implement frame parallel decode for VP9.Hangyu Kuang
2014-10-14Merge "Remove extra line."hkuang
2014-10-10Remove extra line.hkuang
2014-10-09Optimize the code to set the refernce frame right after reading the header.hkuang
2014-10-09Remove unnecessary scale check in set_ref.hkuang
2014-09-19Remove mi_grid_* structures.hkuang
2014-07-28Add segmentation map array for current and last frame segmentation.hkuang
2014-07-24Changed validation of reference frame sizeYaowu Xu
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev