summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemb.c
AgeCommit message (Expand)Author
2013-05-29Balancing coef-tree to reduce bool decodesDeb Mukherjee
2013-05-29Merge "further clean-ups on intra4x4 coding" into experimentalJingning Han
2013-05-29Residual coding to cache energy class of tokens.Sami Pietila
2013-05-28further clean-ups on intra4x4 codingJingning Han
2013-05-27a few clean-upsYaowu Xu
2013-05-23Merge Scatter Scan experiment.Paul Wilkins
2013-05-22changes intra coding to be based on txfm blockYaowu Xu
2013-05-22Generalized intra 4x4 encoding for all sizesYaowu Xu
2013-05-21Merge "Initial version of alpha channel support" into experimentalJohn Koleszar
2013-05-20WIP: 4x4 idct/recon mergeScott LaVarnway
2013-05-16Initial version of alpha channel supportJohn Koleszar
2013-05-16WIP: 8x8 idct/recon mergeScott LaVarnway
2013-05-15WIP: 16x16 idct/recon mergeScott LaVarnway
2013-05-14WIP: 32x32 idct/recon mergeScott LaVarnway
2013-05-13Change to band calculation.Paul Wilkins
2013-05-08Use common get_uv_tx_size()John Koleszar
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-03Separate transform and quant from vp9_encode_sbJohn Koleszar
2013-05-02Create common vp9_encode_sb{,y}John Koleszar
2013-04-30Make vp9_optimize_sb* commonJohn Koleszar
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-29Change above/left_context to use an 8x8 basis.Ronald S. Bultje
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
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-25Remove BLOCK structureJohn 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-23Merge "Move src_diff to per-plane MACROBLOCK data" into experimentalJohn Koleszar
2013-04-23Move src_diff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-22Adding get_scan_{4x4, 8x8, 16x16} functions.Dmitry Kovalev
2013-04-22Merge "Removes the code_nonzerocount experiment" into experimentalDeb Mukherjee
2013-04-22Removes the code_nonzerocount experimentDeb Mukherjee
2013-04-22Merge "End of orientation zero group experiment" into experimentalDeb Mukherjee
2013-04-22End of orientation zero group experimentDeb Mukherjee
2013-04-22reconinter: remove unnecessary functions, paramsJohn Koleszar
2013-04-19Move dst to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-19Remove vp9_recon_mb{,y}John Koleszar
2013-04-18Fixing member names inside TOKENVALUE and TOKENEXTRA structs.Dmitry Kovalev
2013-04-18Merge "Make the use of pred buffers consistent in MB/SB" into experimentalJingning Han
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-04-16Replacing VP9_COMBINEENTROPYCONTEXTS macro with function.Dmitry Kovalev
2013-04-11Remove subtract_mb* functions.Ronald S. Bultje
2013-04-11Remove unused macroblock versions of reconstruction functions.Ronald S. Bultje
2013-04-10Make usage of sb_type independent of literal values.Ronald S. Bultje
2013-04-09Make SB coding size-independent.Ronald S. Bultje
2013-04-04Move EOB to per-plane dataJohn Koleszar
2013-04-04Move qcoeff, dqcoeff from BLOCKD to per-plane dataJohn Koleszar
2013-03-28Framework changes in nzc to allow more flexibilityDeb Mukherjee
2013-03-26Add col/row-based coefficient scanning patterns for 1D 8x8/16x16 ADSTs.Ronald S. Bultje