summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_quantize.c
AgeCommit message (Expand)Author
2013-08-29Fix overflow issue in SSSE3 32x32 quantizationJingning Han
2013-08-19Moving plane_block_idx from vp9_blockd.h to vp9_quantize.c.Dmitry Kovalev
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-12Quantization code cleanup.Dmitry Kovalev
2013-08-09Inlining 16 as a stride for BLOCK_OFFSET macro.Dmitry Kovalev
2013-07-15Inline vp9_quantize() in xform_quant().Ronald S. Bultje
2013-07-11Moving segmentation related vars into separate struct.Dmitry Kovalev
2013-07-01Update quantize SSSE3 SIMD to cover 32x32 transform case also.Ronald S. Bultje
2013-07-01Quantize (64-bit only, for now) SSSE3 SIMD.Ronald S. Bultje
2013-06-28Make coefficient skip condition an explicit RD choice.Ronald S. Bultje
2013-06-27Inline quantize so idiv instruction gets removed from inner loop.Ronald S. Bultje
2013-06-19Add two-pass quantizationYunqing Wang
2013-05-23Merge Scatter Scan experiment.Paul Wilkins
2013-05-16Initial version of alpha channel supportJohn Koleszar
2013-05-07Renaming Y1 and UV quant prefixes to y_ and uv_.Dmitry Kovalev
2013-05-07Adjust q rangePaul Wilkins
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-03Merge "Separate transform and quant from vp9_encode_sb" into experimentalJohn Koleszar
2013-05-03Separate transform and quant from vp9_encode_sbJohn Koleszar
2013-05-03Merge "Create common vp9_encode_sb{,y}" into experimentalJohn Koleszar
2013-05-03Merge "Reduced y_dequant, uv_dequant size" into experimentalScott LaVarnway
2013-05-02Create common vp9_encode_sb{,y}John Koleszar
2013-05-01Reduced y_dequant, uv_dequant sizeScott LaVarnway
2013-05-01Merge "Adding vp9_get_qindex function." into experimentalDmitry Kovalev
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-30Adding vp9_get_qindex function.Dmitry Kovalev
2013-04-26Consistent names for quant-related functions and variables.Dmitry Kovalev
2013-04-26Merge "quantize: make 4x4, 8x8 common with larger transforms" into experimentalJohn Koleszar
2013-04-25quantize: make 4x4, 8x8 common with larger transformsJohn Koleszar
2013-04-25Use b_width/height_log2 instead of mb_ where appropriate.Ronald S. Bultje
2013-04-25Move dequant from BLOCKD to per-plane MACROBLOCKDJohn Koleszar
2013-04-23Move skip_block from BLOCK to MACROBLOCKJohn Koleszar
2013-04-23Move quantizer data from BLOCK to MACROBLOCKJohn Koleszar
2013-04-23Merge "Convert coeff to per-plane MACROBLOCK data" into experimentalJohn Koleszar
2013-04-23Convert coeff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-22Adding get_scan_{4x4, 8x8, 16x16} functions.Dmitry Kovalev
2013-04-22Removes the code_nonzerocount experimentDeb Mukherjee
2013-04-16Renaming y1dc_delta_q, uvdc_delta_q, uvac_delta_q fields from VP9Common.Dmitry Kovalev
2013-04-15Fix width/height switch-up in U/V SB quantize code.Ronald S. Bultje
2013-04-11Remove unused macroblock versions of reconstruction functions.Ronald S. Bultje
2013-04-10Merge "Fixing upper case names." into experimentalDmitry Kovalev
2013-04-09Make SB coding size-independent.Ronald S. Bultje
2013-04-09Fixing upper case names.Dmitry Kovalev
2013-04-04Move EOB to per-plane dataJohn Koleszar
2013-04-04Move qcoeff, dqcoeff from BLOCKD to per-plane dataJohn Koleszar
2013-03-26Add col/row-based coefficient scanning patterns for 1D 8x8/16x16 ADSTs.Ronald S. Bultje
2013-03-25Modeling default coef probs with distributionDeb Mukherjee
2013-03-08Merge "Consistent usage of ROUND_POWER_OF_TWO macro." into experimentalDmitry Kovalev
2013-03-07Consistent usage of ROUND_POWER_OF_TWO macro.Dmitry Kovalev
2013-03-07Re-add support for ADST in superblocks.Ronald S. Bultje