summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_block.h
AgeCommit message (Expand)Author
2013-07-08Don't recalculate mv_ref costs for each block/partition.Ronald S. Bultje
2013-07-08Make frame-wide filter-type decision fully RD-based.Ronald S. Bultje
2013-07-01Quantize (64-bit only, for now) SSSE3 SIMD.Ronald S. Bultje
2013-06-28Some minor optimizations for cost_coeffs().Ronald S. Bultje
2013-06-28Make coefficient skip condition an explicit RD choice.Ronald S. Bultje
2013-06-18Make fdct32 computation flow within 16bit rangeJingning Han
2013-05-31Costing fixes related to trellis optimizationDeb Mukherjee
2013-05-30Merge VP9_YMODES, VP9_UV_MODES, INTRA_MODE_COUNT and cousins.Ronald S. Bultje
2013-05-30Merge all intra mode coding trees into a single one.Ronald S. Bultje
2013-05-29Balancing coef-tree to reduce bool decodesDeb Mukherjee
2013-05-28further clean-ups on intra4x4 codingJingning Han
2013-05-27a few clean-upsYaowu Xu
2013-05-26Remove splitmv.Ronald S. Bultje
2013-05-23Merge 4x4 block level partition into codebaseJingning Han
2013-05-14Enable recursive partition down to 4x4Jingning Han
2013-05-10Enable recursive partition type searchJingning Han
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