summaryrefslogtreecommitdiff
path: root/vp9/common
AgeCommit message (Expand)Author
2014-10-07Take out repeated block width/height lookup functionsJingning Han
2014-10-07Move inter filter defs to vp9_filter.hJingning Han
2014-10-06Add range check in inverse ADST 16x16Jingning Han
2014-10-04Some data type changes in vp9_idct.cDeb Mukherjee
2014-10-03Merge "Incorporate WRAPLOW macro into non-highbitdepth tx"Deb Mukherjee
2014-10-03Incorporate WRAPLOW macro into non-highbitdepth txDeb Mukherjee
2014-10-02Merge "Make iscan and scan neighbor arrays static const."Yaowu Xu
2014-10-02Make iscan and scan neighbor arrays static const.Yaowu Xu
2014-10-02Fix invalid memory access in inter prediction (issue 853).Alexander Voronov
2014-10-01Merge "Remove redundant header file from vp9_idct.h"Jingning Han
2014-10-01Merge "High-bitdepth bugfixes"Deb Mukherjee
2014-10-01Remove redundant header file from vp9_idct.hJingning Han
2014-10-01High-bitdepth bugfixesDeb Mukherjee
2014-10-01Remove repeated vpx_integer.h from vp9_prob.hJingning Han
2014-10-01Use precise header files in vp9_entropymv.hJingning Han
2014-09-30Moves transform type defines to vp9_commonDeb Mukherjee
2014-09-30Revert "Fix compiling error in vp9_idct.h"James Zern
2014-09-30Remove redundant header file declarationJingning Han
2014-09-30Fix compiling error in vp9_idct.hJingning Han
2014-09-29Miscellaneous decoder changes for high bitdepthDeb Mukherjee
2014-09-25Avoid calling vp9_is_scaled two times in a function.hkuang
2014-09-25Fix a couple of commentsYaowu Xu
2014-09-24Correct the condition for border extensionYaowu Xu
2014-09-24Merge "Fix invalid memory access on 2x downscale."Yaowu Xu
2014-09-24Fix incorrect subsampling used in VP9 non420 loopfilter.Alexander Voronov
2014-09-23Merge "High bit-depth loop/arf/postproc filter functions"Deb Mukherjee
2014-09-23High bit-depth loop/arf/postproc filter functionsDeb Mukherjee
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-19High bit-depth coefficient coding functionsDeb Mukherjee
2014-09-18Merge "FIX: vp9_loopfilter_intrin_sse2.c"Frank Galligan
2014-09-18FIX: vp9_loopfilter_intrin_sse2.cScott LaVarnway
2014-09-18Merge "Adds high bitdepth convolve, interpred & scaling"Deb Mukherjee
2014-09-18Adds high bitdepth convolve, interpred & scalingDeb Mukherjee
2014-09-17Merge "Improved mb_lpf_horizontal_edge_w_sse2_16() #2"Frank Galligan
2014-09-17Improved mb_lpf_horizontal_edge_w_sse2_16() #2Scott LaVarnway
2014-09-16Resolves a few gcc warningsDeb Mukherjee
2014-09-16Merge "Adding high-bitdepth intra prediction functions"Deb Mukherjee
2014-09-16Merge "Remove memset of every external frame buffer."Frank Galligan
2014-09-16Adding high-bitdepth intra prediction functionsDeb Mukherjee
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-09-16Fix a performance regressionYaowu Xu
2014-09-15Remove memset of every external frame buffer.Frank Galligan
2014-09-15Fix invalid memory access on 2x downscale.Alexander Voronov
2014-09-13Merge "Add a note for enum values of MV_REFERENCE_FRAME"Jingning Han
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-11Adds high bit depth sad and variance functionsDeb Mukherjee
2014-09-11Merge "Allow specifying opt dependencies"Johann
2014-09-11Allow specifying opt dependenciesJohann
2014-09-11Add a note for enum values of MV_REFERENCE_FRAMEJingning Han
2014-09-10Merge "LoopFilterWorkerData: remove misleading 'const'"Jim Bankoski