summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_block.h
AgeCommit message (Expand)Author
2013-05-07Merge SB8X8 into the codebaseJingning Han
2013-05-03Separate transform and quant from vp9_encode_sbJohn Koleszar
2013-05-01Store splitmv modes in context after 8x8 rd loop.Ronald S. Bultje
2013-04-30sb8x8 integration in rd loop.Ronald S. Bultje
2013-04-25quantize: make 4x4, 8x8 common with larger transformsJohn Koleszar
2013-04-25Remove BLOCK structureJohn Koleszar
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-24Contextual entropy coding of partition syntaxJingning Han
2013-04-23Move skip_block from BLOCK to MACROBLOCKJohn Koleszar
2013-04-23Move quantizer data from BLOCK to MACROBLOCKJohn Koleszar
2013-04-23Merge "Remove coeff from BLOCK" into experimentalJohn Koleszar
2013-04-23Merge "Convert coeff to per-plane MACROBLOCK data" into experimentalJohn Koleszar
2013-04-23Remove coeff from BLOCKJohn 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-23Remove the unused gf_active_ptr from MACROBLOCKJingning Han
2013-04-23Move src_diff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-22Merge "new version of speed 1" into experimentalJim Bankoski
2013-04-22new version of speed 1Jim Bankoski
2013-04-22Removes the code_nonzerocount experimentDeb Mukherjee
2013-04-17Fairly basic integration of rectangular blocks in encoding RD loop.Ronald S. Bultje
2013-04-09Make SB coding size-independent.Ronald S. Bultje
2013-04-04Move EOB to per-plane dataJohn Koleszar
2013-03-26Add col/row-based coefficient scanning patterns for 1D 8x8/16x16 ADSTs.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-27Move eob from BLOCKD to MACROBLOCKD.Ronald S. Bultje
2013-02-23Split coefficient token tables intra vs. inter.Ronald S. Bultje
2013-02-15Remove Y2 and Y-no-DC token types from the bitstream.Ronald S. Bultje
2013-02-15Remove some Y2-related code.Ronald S. Bultje
2013-02-13enable bitstream lossless supportYaowu Xu
2013-01-29Remove eob_max_offset markers.Paul Wilkins
2013-01-10Merge tx32x32 experiment.Ronald S. Bultje
2013-01-09Merge superblocks64 experiment.Ronald S. Bultje
2013-01-08Merge superblocks (32x32) experiment.Ronald S. Bultje
2013-01-07Re-enable support for static_threshold (encode_breakout).Ronald S. Bultje
2013-01-0564x64 blocksize support.Ronald S. Bultje
2012-12-18Use standard integer types for pixel values and coefficients.Ronald S. Bultje
2012-12-10Further changes to mv reference code.Paul Wilkins
2012-12-07Introduce vp9_coeff_probs/counts/stats/accum types.Ronald S. Bultje
2012-12-0732x32 transform for superblocks.Ronald S. Bultje
2012-12-05Change to MV reference search.Paul Wilkins
2012-11-30google style guide include guardsJim Bankoski
2012-11-27Add vp9_ prefix to all vp9 filesJohn Koleszar