summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_reconinter.c
AgeCommit message (Expand)Author
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-04Cleaning up foreach_predicted_block_in_plane() function.Dmitry Kovalev
2013-10-03Adding vp9_get_filter_kernel() function.Dmitry Kovalev
2013-09-25Using is_inter_block and has_second_ref functions.Dmitry Kovalev
2013-09-19fix integer overflow errorsYaowu Xu
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-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-08-22Checking scale factors on access.Dmitry Kovalev
2013-08-22Adding vp9_is_scaled function.Dmitry Kovalev
2013-08-22Merge "Removing unused foreach_predicted_block function."Dmitry Kovalev
2013-08-21Adding scale factor check.Dmitry Kovalev
2013-08-20Removing unused foreach_predicted_block function.Dmitry Kovalev
2013-08-16Removing unused or redundant arguments from *_args structures.Dmitry Kovalev
2013-08-12Removing foreach_predicted_block_uv function.Dmitry Kovalev
2013-08-09Moving scale_factors and related code to separate files.Dmitry Kovalev
2013-08-08Using buf_2d struct instead of separate buffer and stride vars.Dmitry Kovalev
2013-08-07Cleanup inside vp9_reconinter.c.Dmitry Kovalev
2013-08-06Using only one scale function in scale_factors struct.Dmitry Kovalev
2013-08-05Finally removing all old block size constants.Dmitry Kovalev
2013-08-02Cleaning up vp9_build_inter_predictor function.Dmitry Kovalev
2013-08-02Changing function arg type from int_mv* to MV*.Dmitry Kovalev
2013-08-01Cleanup: reusing clamp_mv function.Dmitry Kovalev
2013-07-26Cleanup: replacing xd->mode_info_context with temp variable.Dmitry Kovalev
2013-07-25General cleanups.Dmitry Kovalev
2013-07-18Merge scale_factors and scale_factors_uv.Ronald S. Bultje
2013-07-15Change to extend full border only when neededYaowu Xu
2013-07-10Replace copy_memNxM functions with a generic copy/avg function.Ronald S. Bultje
2013-07-10remove warnings when NDEBUG is setJim Bankoski
2013-07-02Remove unused function vp9_build_inter4x4_predictors_mbuv().Ronald S. Bultje
2013-06-27Decoder's code cleanup.Dmitry Kovalev
2013-06-21Transforming scale_mv_component_q4 into scale_mv_q4 function.Dmitry Kovalev
2013-06-10Fixed point reference picture scalingTero Rintaluoma
2013-06-06Change ref frame coding.Ronald S. Bultje
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