summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_block.h
AgeCommit message (Expand)Author
2013-08-07Use low precision 32x32fdct for encodemb in speed1Jingning Han
2013-08-06Merge "Add variance based mode/skipping"Deb Mukherjee
2013-08-05Add variance based mode/skippingDeb Mukherjee
2013-08-02Replacing "txfm" with "tx" in identifiers.Dmitry Kovalev
2013-07-29Renaming NB_TXFM_MODES constant to TX_MODES.Dmitry Kovalev
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-26Inverse dimension order in token_cost array.Ronald S. Bultje
2013-07-19Reworked the auto_mv_step_size speed featureDeb Mukherjee
2013-07-18Remove motion vectors from PARTITION_INFO.Ronald S. Bultje
2013-07-17Speed up motion estimation using small partitions' result(experiment)Yunqing Wang
2013-07-15Skip duplicate block encoding in the rd loopJingning Han
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