summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.h
AgeCommit message (Expand)Author
2022-11-14quantize: remove vp9_regular_quantize_b_4x4Johann
2020-01-17vp9: add delta q for uv channel. add tests.Jerome Jiang
2018-09-15cosmetics: normalize include guardsJames Zern
2015-07-17Migrate quantization functions from vp9/ to vpx_dsp/Yunqing Wang
2015-03-03dc quantizer fix for 32x32 transformsDeb Mukherjee
2014-12-22Revert "Revert "Removal of legacy zbin_extra / zbin_oq_value.""Jingning Han
2014-12-19Revert "Removal of legacy zbin_extra / zbin_oq_value."Paul Wilkins
2014-12-18Removal of legacy zbin_extra / zbin_oq_value.Paul Wilkins
2014-12-18Remove mode dependent zbin boost.Paul Wilkins
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-01Re-design quantization processJingning Han
2014-06-12Fast computation path for forward transform and quantizationJingning Han
2014-04-22Fix the CONFIG_ALPHA build.Alex Converse
2014-04-09Moving q_trans[] table to vp9_quantize.{c, h}.Dmitry Kovalev
2014-03-28Moving encoder quantization parameters into separate struct.Dmitry Kovalev
2014-02-28Cleaning up vp9_quantize.c.Dmitry Kovalev
2014-01-23vp9/encoder: add extern "C" to headersJames Zern
2013-12-02Remove plane_block_idx.Alex Converse
2013-10-28Cleaning up vp9_regular_quantize_b_4x4.Dmitry Kovalev
2013-10-22Removing quantize_b_4x4 function pointer.Dmitry Kovalev
2013-09-24Removing redundant 'extern' keyword.Dmitry Kovalev
2013-07-15Inline vp9_quantize() in xform_quant().Ronald S. Bultje
2013-05-03Separate transform and quant from vp9_encode_sbJohn Koleszar
2013-05-02Create common vp9_encode_sb{,y}John Koleszar
2013-04-30Remove unused quantize optimizations.Johann
2013-04-25quantize: make 4x4, 8x8 common with larger transformsJohn Koleszar
2013-04-11Remove unused macroblock versions of reconstruction functions.Ronald S. Bultje
2013-04-09Make SB coding size-independent.Ronald S. Bultje
2013-04-04Move EOB to per-plane dataJohn Koleszar
2013-03-26Add col/row-based coefficient scanning patterns for 1D 8x8/16x16 ADSTs.Ronald S. Bultje
2013-03-07Re-add support for ADST in superblocks.Ronald S. Bultje
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-02-27Move eob from BLOCKD to MACROBLOCKD.Ronald S. Bultje
2013-02-15Remove some Y2-related code.Ronald S. Bultje
2013-01-10Merge tx32x32 experiment.Ronald S. Bultje
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-0732x32 transform for superblocks.Ronald S. Bultje
2012-12-03Remove ARM optimizations from VP9Johann
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