summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_mvref_common.c
AgeCommit message (Expand)Author
2016-08-02vp9/common: apply clang-formatclang-format
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-13VP9: Remove decoder args from find_mv_refs_idx()Scott LaVarnway
2016-01-12VP9: Eliminate unnecessary nearest/near searchesScott LaVarnway
2015-06-22Remove tile paramScott LaVarnway
2015-06-04Reducing size of MODE_INFO structScott LaVarnway
2015-05-20vp9_mvref_common.c: fix compile warningJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-05Only wait for previous frame's motion vector if needed.Hangyu Kuang
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-30vp9: rename 'near' parametersJames Zern
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-10-31Bind motion vectors with frame buffer structure.hkuang
2014-10-22Implement frame parallel decode for VP9.Hangyu Kuang
2014-10-21Move the definition of switchable filter numbers into enumHui Su
2014-10-10Remove extra line.hkuang
2014-10-09Correct the code format.hkuang
2014-09-19Remove mi_grid_* structures.hkuang
2014-08-08Remove coding_use_prev_mi member from VP9_COMMONAdrian Grange
2014-06-26Enable real-time version reference motion vector searchJingning Han
2014-04-09Revert "Converting set_prev_mi() to get_prev_mi()."Dmitry Kovalev
2014-04-07Converting set_prev_mi() to get_prev_mi().Dmitry Kovalev
2014-04-02Merge "Cleaning up vp9_mvref_common.c."Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-27Cleaning up vp9_mvref_common.c.Dmitry Kovalev
2014-03-26Removing prev_mi_8x8 from MACROBLOCKD.Dmitry Kovalev
2014-03-10Removing last_mi from MACROBLOCKD struct.Dmitry Kovalev
2014-02-28Cleaning up vp9_mvref_common.c.Dmitry Kovalev
2014-02-19Cleaning up vp9_mvref_common.{h, c}.Dmitry Kovalev
2014-02-13Removed the reset of mode_info from previous frameYaowu Xu
2013-12-19Removing vp9_findnearmv.{h, c} files.Dmitry Kovalev
2013-12-16Define POSITION to differentiate from MVYaowu Xu
2013-10-28vp9: add TileInfoJames Zern
2013-09-29lint issues in mvref_common.cJim Bankoski
2013-09-17Remove redundant argument in get_sub_block_mvJingning Han
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-06New mode_info_context storageScott LaVarnway
2013-08-23Renaming D27 to D207.Dmitry Kovalev
2013-08-23Cleanup in mvref_common.{h, c}.Dmitry Kovalev
2013-08-20fix the mv_ref_idx issueJim Bankoski
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-12Simplifying vp9_mvref_common.c.Dmitry Kovalev
2013-08-09Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.Dmitry Kovalev
2013-08-08Using MV struct instead of int[2] array.Dmitry Kovalev
2013-08-06Motion vector code cleanup.Dmitry Kovalev
2013-08-05Finally removing all old block size constants.Dmitry Kovalev
2013-08-03reworked find_mv_refJim Bankoski