summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.c
AgeCommit message (Expand)Author
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
2014-04-16Remove old activity masking code.Paul Wilkins
2014-04-09Moving q_trans[] table to vp9_quantize.{c, h}.Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-28Moving encoder quantization parameters into separate struct.Dmitry Kovalev
2014-02-28Fixing include order in vp9_quantize.cDmitry Kovalev
2014-02-28Cleaning up vp9_quantize.c.Dmitry Kovalev
2014-02-14A couple more V.S. warnings silenced.Paul Wilkins
2014-02-10Merge "Encoder quantization cleanup."Dmitry Kovalev
2014-02-03Encoder quantization cleanup.Dmitry Kovalev
2014-01-29Removing ENC_DEBUG.Dmitry Kovalev
2013-12-03Moving eob array to the encoder.Dmitry Kovalev
2013-12-02Remove plane_block_idx.Alex Converse
2013-11-26Removing qcoeff buffers from the decoder.Dmitry Kovalev
2013-11-12Moving q_index from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2013-11-05Cleaning up vp9_quantize_b_c() function.Dmitry Kovalev
2013-10-29Adding const to vp9_quantize_b_{32x32,} parameters.Dmitry Kovalev
2013-10-28Cleaning up vp9_regular_quantize_b_4x4.Dmitry Kovalev
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Implement variance-based adaptive quantizationGuillaume Martres
2013-09-24Removing redundant 'extern' keyword.Dmitry Kovalev
2013-09-13Merge "New mode_info_context storage -- undo revert"Scott LaVarnway