summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodemv.c
AgeCommit message (Expand)Author
2016-11-22vp9,read_inter_block_mode_info: quiet msan warningJames Zern
2016-09-23Merge "VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader."Scott LaVarnway
2016-09-22VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader.Scott LaVarnway
2016-09-19Code class0 using vpx_read() / vpx_write().Nathan E. Egge
2016-08-03vp9/decoder,vp9/*.[hc]: apply clang-formatclang-format
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-07-06Remove decode asserts from better-hw-compatibilityDebargha Mukherjee
2016-06-21Add a hardware compatibility featurehui su
2016-05-17VP9: _get_pred_context_switchable_interp()Scott LaVarnway
2016-04-15VP9: inline vp9_get_intra_inter_context()Scott LaVarnway
2016-04-06VP9: refactor read_switchable_interp_filter()Scott LaVarnway
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