summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodemv.c
Commit message (Expand)AuthorAgeFilesLines
* .clang-format: update to clang-format-11clang-format2022-08-231-1/+3
* vp9.read_inter_block_mode_info: return on corruptionJames Zern2022-08-191-1/+1
* Avoid reloads in vp9_read_mode_info.Clement Courbet2020-01-071-2/+10
* Don't generate mv refs that won't be usedAlex Converse2019-08-281-47/+48
* Fix static analysis warningskyslov2019-04-111-1/+1
* VP9_COMMON: rm frame_parallel_decodeJames Zern2017-06-301-27/+4
* vp9,read_inter_block_mode_info: quiet msan warningJames Zern2016-11-221-0/+4
* Merge "VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader."Scott LaVarnway2016-09-231-2/+4
|\
| * VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader.Scott LaVarnway2016-09-221-2/+4
* | Code class0 using vpx_read() / vpx_write().Nathan E. Egge2016-09-191-1/+1
|/
* vp9/decoder,vp9/*.[hc]: apply clang-formatclang-format2016-08-031-160/+131
* VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway2016-07-211-28/+2
* Remove decode asserts from better-hw-compatibilityDebargha Mukherjee2016-07-061-5/+5
* Add a hardware compatibility featurehui su2016-06-211-0/+6
* VP9: _get_pred_context_switchable_interp()Scott LaVarnway2016-05-171-2/+2
* VP9: inline vp9_get_intra_inter_context()Scott LaVarnway2016-04-151-1/+1
* VP9: refactor read_switchable_interp_filter()Scott LaVarnway2016-04-061-4/+33
* VP9: Eliminate extra mv clamp in decoderScott LaVarnway2016-03-241-4/+3
* Merge "VP9: rename vpx_read_mode_info to vp9_read_mode_info"Scott LaVarnway2016-02-221-1/+1
|\
| * VP9: rename vpx_read_mode_info to vp9_read_mode_infoScott LaVarnway2016-02-191-1/+1
* | VP9: remove x_mis, y_mis calculationsScott LaVarnway2016-02-191-18/+10
|/
* VP9: Refactor read_inter_block_mode_info() -- 2Scott LaVarnway2016-02-091-16/+22
* VP9: Refactor read_inter_block_mode_info()Scott LaVarnway2016-01-291-45/+105
* VP9: Eliminate MB_MODE_INFOScott LaVarnway2016-01-191-63/+58
* VP9: inline vp9_use_mv_hp()Scott LaVarnway2016-01-131-7/+0
* VP9: Eliminate unnecessary nearest/near searchesScott LaVarnway2016-01-121-26/+224
* Include vpx_dsp_common.h when using VPXMIN/MAXJohann2015-08-311-0/+2
* vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern2015-08-261-7/+7
* Cosmetic - align format in vp9Jingning Han2015-08-061-1/+1
* vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu2015-07-201-46/+46
* Move bit reader files to vpx_dspYaowu Xu2015-07-171-1/+0
* Eliminate num_8x8 and num_4x4 width/height lookupsScott LaVarnway2015-07-091-33/+47
* vp9_entropymv: remove vp9_get_mv_mag()James Zern2015-07-061-1/+3
* Merge "vp9_pred_common: inline vp9_get_tx_size_context"James Zern2015-07-021-1/+1
|\
| * vp9_pred_common: inline vp9_get_tx_size_contextJames Zern2015-06-151-1/+1
* | Merge "vp9_pred_common: inline vp9_get_segment_id"James Zern2015-07-021-1/+1
|\ \ | |/
| * vp9_pred_common: inline vp9_get_segment_idJames Zern2015-06-151-1/+1
* | Remove tile paramScott LaVarnway2015-06-221-7/+5
* | Merge "Update use_prev_frame_mvs flag in decoder."Scott LaVarnway2015-06-161-10/+11
|\ \ | |/ |/|
| * Update use_prev_frame_mvs flag in decoder.Scott LaVarnway2015-06-081-10/+11
* | inline vp9_get_segdata()Scott LaVarnway2015-06-111-4/+3
* | inline vp9_segfeature_active()Scott LaVarnway2015-06-111-4/+4
* | Reducing size of MODE_INFO structScott LaVarnway2015-06-041-10/+14
|/
* Remove counts paramScott LaVarnway2015-06-021-53/+53
* FIX: Use correct above/left in read_intra_frame_mode_infoScott LaVarnway2015-05-011-2/+2
* Revert "Remove mi_grid_* structures."Scott LaVarnway2015-04-211-11/+11
* Refactor read_intra_frame_mode_infoFrank Galligan2015-03-091-3/+2
* Remove some unnecessary code in thread context copy.hkuang2015-03-061-1/+1
* vp9_dthread: pass frame counts to decoder functionsYunqing Wang2015-02-031-42/+57
* Try again to merge branch 'frame-parallel' into master branch.hkuang2015-01-301-11/+44