summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_block.h
AgeCommit message (Expand)Author
2013-12-04Merge "Cleaning up vp9_entropy.h file."Dmitry Kovalev
2013-12-03Moving eob array to the encoder.Dmitry Kovalev
2013-12-03Cleaning up vp9_entropy.h file.Dmitry Kovalev
2013-11-26Removing qcoeff buffers from the decoder.Dmitry Kovalev
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
2013-11-13Dual buffer encoding for intra modesJingning Han
2013-11-12Moving q_index from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2013-11-12Merge "Enable dual buffer rd search and encoding scheme"Jingning Han
2013-11-12Merge "Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK."Dmitry Kovalev
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
2013-11-11Enable dual buffer rd search and encoding schemeJingning Han
2013-11-11Allocate dual buffer sets for encodingJingning Han
2013-11-11Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2013-11-06Removes stack allocation of token_cacheDeb Mukherjee
2013-10-30Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS.Dmitry Kovalev
2013-10-24Making input pointer constant for all fdct/fht functions.Dmitry Kovalev
2013-10-22Removing quantize_b_4x4 function pointer.Dmitry Kovalev
2013-10-22Merge "Removing NUM_ prefix from constant names."Dmitry Kovalev
2013-10-22Merge "Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV."Dmitry Kovalev
2013-10-18Removing NUM_ prefix from constant names.Dmitry Kovalev
2013-10-18Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV.Dmitry Kovalev
2013-10-18Make memory alloc in pick_mode_context bsize awareJingning Han
2013-10-16Inlining and removing fwd_txm16x16 and fwd_txm8x8 pointers.Dmitry Kovalev
2013-10-16Implement variance-based adaptive quantizationGuillaume Martres
2013-10-15Merge "Fix a few indent format issues in buffer defs"Jingning Han
2013-10-15Merge "Re-design all-zero-coeff block index buffer use"Jingning Han
2013-10-15Fix a few indent format issues in buffer defsJingning Han
2013-10-15Removing unused 8x4 transform from the encoder.Dmitry Kovalev
2013-10-15Re-design all-zero-coeff block index buffer useJingning Han
2013-10-14Move token_cache from cost_coeffs to MACROBLOCKJingning Han
2013-10-10Re-design rate-distortion cost tracking buffersJingning Han
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-01vp9_block.h cpplint issues resolvedJim Bankoski
2013-09-23Enable per transformed block zero coeffs forcingJingning Han
2013-09-13Adaptive motion search controlJingning Han
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
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