summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_reconinter.c
AgeCommit message (Expand)Author
2013-05-31Merge "Adding plane_block_width and plane_block_height functions." into exper...Dmitry Kovalev
2013-05-31Renaming 'motion_vector' to 'mv' for consistency.Dmitry Kovalev
2013-05-31Adding plane_block_width and plane_block_height functions.Dmitry Kovalev
2013-05-30Remove splitmv.Ronald S. Bultje
2013-05-16Initial version of alpha channel supportJohn Koleszar
2013-05-15Moving the same code to new function vp9_setup_scale_factors.Dmitry Kovalev
2013-05-14Moving several static functions from vp9_reconinter.h to vp9_reconinter.c.Dmitry Kovalev
2013-05-09Fix non-4:2:0 chroma MV calculation for SPLITMVJohn Koleszar
2013-05-08Eliminating several YV12_BUFFER_CONFIG usages.Dmitry Kovalev
2013-05-07Deprecate comp_interintra_pred experiment.Paul Wilkins
2013-05-07Remove enable_6tap filter experiment.Paul Wilkins
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-26Removed bmi from blockdScott LaVarnway
2013-04-25Merge "Removing unused mi_mv_pred_row and mi_mv_pred_col functions." into exp...Dmitry Kovalev
2013-04-23Removing unused mi_mv_pred_row and mi_mv_pred_col functions.Dmitry Kovalev
2013-04-23Enable rectangular support for comp inter-intraJingning Han
2013-04-22Removing the implicit compound inter experimentDeb Mukherjee
2013-04-22Move pre, second_pre to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-22reconinter: remove unnecessary functions, paramsJohn Koleszar
2013-04-19Move dst to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-19make build_inter_predictors block size agnostic (split)John Koleszar
2013-04-19Removing rounding from UV MV calculation for SPLITMVJohn Koleszar
2013-04-18make buid_inter_predictors block size agnostic (chroma)John Koleszar
2013-04-18Removing rounding from UV MV calculationJohn Koleszar
2013-04-18make buid_inter_predictors block size agnostic (luma)John Koleszar
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-04-17Fix edge bug in recent merge of 64x64 and 32x32 inter predictors.Ronald S. Bultje
2013-04-16Optimize the scaling calculationYunqing Wang
2013-04-12Enable inter predictor for rectangular block sizeJingning Han
2013-04-11WIP: removing predictor buffer usage from decoderScott LaVarnway
2013-04-08Fix typo which breaks 4x4 splitmv compound prediction RD code.Ronald S. Bultje
2013-04-05Remove full-pixel-related code.Ronald S. Bultje
2013-04-03Modify vp9_setup_interp_filters functionYunqing Wang
2013-04-01Merge "Removing redundant function arguments." into experimentalJohn Koleszar
2013-03-27Removing redundant function arguments.Dmitry Kovalev
2013-03-27Extracting common motion vector prediction code.Dmitry Kovalev
2013-03-26Implicit weighted prediction experimentDeb Mukherjee
2013-03-20Code cleanup: lower case variable names.Dmitry Kovalev
2013-03-13Fix pulsing issue with scalingJohn Koleszar
2013-03-12fix an assumption about uv_strideJohn Koleszar
2013-03-01Code cleanup and simplification of build_4x4uvmvs function.Dmitry Kovalev
2013-02-27Use 256-byte aligned filter tablesJohn Koleszar
2013-02-27Set scale factors consistently for SPLITMVJohn Koleszar
2013-02-26Spatial resamping of ZEROMV predictorsJohn Koleszar
2013-02-26Refactor inter recon functions to support scalingJohn Koleszar
2013-02-08Replace as_mv struct with arrayJohn Koleszar
2013-02-05Convert subpixel filters to use convolve frameworkJohn Koleszar
2013-01-09Merge superblocks64 experiment.Ronald S. Bultje