summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_mvref_common.c
AgeCommit message (Expand)Author
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
2013-08-01Cleanup: reusing clamp_mv function.Dmitry Kovalev
2013-07-31Removing get_mi_{row, col} functions.Dmitry Kovalev
2013-07-24vp9_find_mv_refs_idx: remove unused split_countJames Zern
2013-07-22vp9: make some static tables constJames Zern
2013-07-12Using vp9_copy and vp9_zero instead of custom code.Dmitry Kovalev
2013-06-10border mvref issueJim Bankoski
2013-06-07Don't crash if motion vector ref points to out-of-bounds area.Ronald S. Bultje
2013-06-07Merge "Specify mv neighborhood for block larger than 8x8" into experimentalYaowu Xu
2013-06-07Specify mv neighborhood for block larger than 8x8Yaowu Xu
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-06-06don't tokenize & encode tokens for blocks in UMVJim Bankoski
2013-05-31vp9_find_mv_refs_idx change for last frame.Paul Wilkins
2013-05-30Remove splitmv.Ronald S. Bultje
2013-05-26Remove splitmv.Ronald S. Bultje
2013-05-16New inter mode context.Paul Wilkins
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-04-30Use more restrictive block radius for 8x8 block MV references.Ronald S. Bultje
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-19Mv ref candidates cut to 2.Paul Wilkins
2013-04-19Simplification of MVref search.Paul Wilkins
2013-04-15Removing TRUE and FALSE macro definitions.Dmitry Kovalev
2013-04-10Make usage of sb_type independent of literal values.Ronald S. Bultje
2013-03-29Merge "define a specific neighborhood for SB64 mv search" into experimentalYaowu Xu
2013-03-27define a specific neighborhood for SB64 mv searchYaowu Xu
2013-03-25Code cleanup.Dmitry Kovalev
2013-03-05Code cleanup.Dmitry Kovalev
2013-02-05[WIP] Add column-based tiling.Ronald S. Bultje
2013-01-24Mvref speedupPaul Wilkins
2013-01-23Adds an error-resilient mode with testDeb Mukherjee
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2013-01-0564x64 blocksize support.Ronald S. Bultje
2013-01-04Further change to mv reference search.Paul Wilkins