summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_reconinter.h
AgeCommit message (Expand)Author
2018-10-30clang-tidy: fix vp9/common parametersJohann
2018-09-15cosmetics: normalize include guardsJames Zern
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-04-25Clean vp9_highbd_build_inter_predictor() and highbd_inter_predictor()Linfeng Zhang
2017-04-25Update highbd convolve functions arguments to use uint16_t src/dstLinfeng Zhang
2017-04-19Clean CONVERT_TO_BYTEPTR/SHORTPTR in convolveLinfeng Zhang
2016-08-02vp9/common: apply clang-formatclang-format
2016-05-18Move, rename, and inline high_inter_predictor.Alex Converse
2015-08-10Make build_inter_predictors static functionJingning Han
2015-07-31Code refactor on InterpKernelZoe Liu
2015-05-26Move inter_predictor to vp9_reconinter.hScott LaVarnway
2015-02-04Account for chroma component costs in RTC mode decisionJingning Han
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
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-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-09-18Adds high bitdepth convolve, interpred & scalingDeb Mukherjee
2014-07-28Move vp9_dec_build_inter_predictors_* to decoder folder.hkuang
2014-05-16Removing MACROBLOCKD dependency from loop filter.Dmitry Kovalev
2014-03-03vp9_reconinter.h static functions in header converted to globalJim Bankoski
2014-02-10Convert small header functions to inlineJim Bankoski
2014-02-03vp9_filter.h: rename interp_kernel typeJames Zern
2014-01-27Decoupling set_ref_ptrs() and vp9_setup_interp_filters().Dmitry Kovalev
2014-01-24Removing subpix_fn_table struct.Dmitry Kovalev
2014-01-24Merge changes I826655a7,I5164df72,Iba9b198c,Ide9a6846,I4f51ce85,I0e6aa00f,Ic3...James Zern
2014-01-23vp9/common: add extern "C" to headersJames Zern
2014-01-22Rename set_scale_factors as set_ref_ptrsAdrian Grange
2014-01-11Merge "cosmetics: vp9_reconinter.h: make some variables const"James Zern
2014-01-03Adding RefBuffer struct.Dmitry Kovalev
2013-12-26cosmetics: vp9_reconinter.h: make some variables constJames Zern
2013-12-19Using single struct to represent scale factors.Dmitry Kovalev
2013-12-19Call set_scaled_offsets() just before scale_mv() call.Dmitry Kovalev
2013-11-25Use separate inter predictors for enc/decJingning Han
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