aboutsummaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.c
AgeCommit message (Expand)Author
2022-11-14quantize: remove vp9_regular_quantize_b_4x4Johann
2022-03-31Revert "quantize: replace highbd versions"James Zern
2022-03-31quantize: replace highbd versionsJohann
2022-03-30remove skip_block from quantizeJohann
2020-01-17vp9: add delta q for uv channel. add tests.Jerome Jiang
2019-04-01Allow macroblock_plane to have its own rounding bufferJingning Han
2018-08-14Make Sharpness parameter affect visual sharpnessJim Bankoski
2018-05-01Clean switch cases in vp9 encoderLinfeng Zhang
2017-08-22quantize: capture skip block earlyJohann
2017-08-21Remove skip_block from quantizeJohann
2017-08-17quantize: normalize intermediate typesJohann
2017-06-21highbd_quantize_fp_32x32: normalize abs_qcoeff typeJames Zern
2017-02-16Drop zbin_ptr and quant_shift_ptrJohann
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-06-16Fix an ubsan warning: vp9_quantizer.cYaowu Xu
2016-04-27Avoid an unsigned overflow in invert_quantAlex Converse
2016-02-09Restore previous motion search bit-error scale.Alex Converse
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-08-04Change vp9_quantize to vpx_quantizeJingning Han
2015-07-17Migrate quantization functions from vp9/ to vpx_dsp/Yunqing Wang
2015-07-08Remove clamp operations.Yaowu Xu
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-05-13Relocate memory operations for common codeJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-06vp9_ethread: fix me consts initialization to support aq_mode=3 encodingYunqing Wang
2015-03-03dc quantizer fix for 32x32 transformsDeb Mukherjee
2015-02-20Move dequant table from VP9_COMMON to VP9_COMP as decoderHangyu Kuang
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-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang
2014-11-05Fix visual studio 2013 compiler warningsYaowu Xu
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-01Modify block transform skipping checkYunqing Wang
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-08-08Enable fast forward txfm and quant for rate-distortion searchJingning Han
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-08Re-design quantization process for 32x32 transform blockJingning Han
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse
2014-07-01Re-design quantization processJingning Han
2014-06-12Fast computation path for forward transform and quantizationJingning Han
2014-05-14vp9_quantizer.c: cleanup -wextra warningsYaowu Xu
2014-04-22Renaming "onyx" to "encoder".Dmitry Kovalev
2014-04-22Fix the CONFIG_ALPHA build.Alex Converse