summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_reconinter.h
AgeCommit message (Expand)Author
2013-11-19Move vp9_setup_interp_filter() to encoderYaowu Xu
2013-10-24Merge changes I1868fb75,I9ff504c6Dmitry Kovalev
2013-10-23Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE.Dmitry Kovalev
2013-10-22Improve scale_factors structYunqing Wang
2013-08-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-08-09Moving scale_factors and related code to separate files.Dmitry Kovalev
2013-08-02Changing function arg type from int_mv* to MV*.Dmitry Kovalev
2013-07-18Merge scale_factors and scale_factors_uv.Ronald S. Bultje
2013-07-03Refactoring setup_pre_planes function.Dmitry Kovalev
2013-06-27Decoder's code cleanup.Dmitry Kovalev
2013-06-21Transforming scale_mv_component_q4 into scale_mv_q4 function.Dmitry Kovalev
2013-05-22Generalized intra 4x4 encoding for all sizesYaowu Xu
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-08Merge "Eliminating several YV12_BUFFER_CONFIG usages." into experimentalDmitry Kovalev
2013-05-08Eliminating several YV12_BUFFER_CONFIG usages.Dmitry Kovalev
2013-05-08Using loop to iterate through YV12_BUFFER_CONFIG planes.Dmitry Kovalev
2013-05-07Make setup_pred_block subsampling-aware.John Koleszar
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
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-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-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-03-27Removing redundant function arguments.Dmitry Kovalev
2013-02-26Spatial resamping of ZEROMV predictorsJohn Koleszar
2013-02-26Removing redundant 'extern' keyword from function declarations.Dmitry Kovalev
2013-02-26Refactor inter recon functions to support scalingJohn Koleszar
2013-02-05Convert subpixel filters to use convolve frameworkJohn Koleszar
2013-01-09Merge superblocks64 experiment.Ronald S. Bultje
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2013-01-0564x64 blocksize support.Ronald S. Bultje
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-11-30google style guide include guardsJim Bankoski
2012-11-28fixed includes to be fully specifiedJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar