summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemb.c
AgeCommit message (Expand)Author
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
2013-03-26Redo banding for all transforms.Ronald S. Bultje
2013-03-26Use above/left (instead of previous in scan-order) as token context.Ronald S. Bultje
2013-03-07Re-add support for ADST in superblocks.Ronald S. Bultje
2013-03-07Coding con-zero count rather than EOB for coeffsDeb Mukherjee
2013-03-04Make superblocks independent of macroblock code and data.Ronald S. Bultje
2013-02-28Code cleanup.Dmitry Kovalev
2013-02-27Move eob from BLOCKD to MACROBLOCKD.Ronald S. Bultje
2013-02-26Spatial resamping of ZEROMV predictorsJohn Koleszar
2013-02-26Merge "Merge cnvcontext experiment." into experimentalRonald S. Bultje
2013-02-26Merge "Refactor inter recon functions to support scaling" into experimentalJohn Koleszar
2013-02-26Merge cnvcontext experiment.Ronald S. Bultje