summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemb.c
AgeCommit message (Expand)Author
2013-08-09Inlining 16 as a stride for BLOCK_OFFSET macro.Dmitry Kovalev
2013-08-09Merge "Removing plane_block_{width, height}_log2by4 functions."Dmitry Kovalev
2013-08-07Removing plane_block_{width, height}_log2by4 functions.Dmitry Kovalev
2013-08-07Use low precision 32x32fdct for encodemb in speed1Jingning Han
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-02Adding is_inter_block function.Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-07-2916x16 inverse 2D-DCT with DC onlyJingning Han
2013-07-29Merge "Shortcut 8x8/16x16 inverse 2D-DCT"Jingning Han
2013-07-26Inverse dimension order in token_cost array.Ronald S. Bultje
2013-07-26Shortcut 8x8/16x16 inverse 2D-DCTJingning Han
2013-07-26Special handle on DC only inverse 8x8 2D-DCTJingning Han
2013-07-25Make coeff_optimize initialized per-planeJingning Han
2013-07-24Adding condition inside get_tx_type_{4x4, 8x8, 16x16}.Dmitry Kovalev
2013-07-23Merge "Unify the use of encode_b_args/optimize_block_args"Jingning Han
2013-07-23Unify the use of encode_b_args/optimize_block_argsJingning Han
2013-07-23Make xform_quant operations tx_type independentJingning Han
2013-07-23Skip inverse transform when eob is zeroJingning Han
2013-07-23clean up bw, bhJim Bankoski
2013-07-16Merge "Skip inter-coded block reconstruction in rd loop"Jingning Han
2013-07-15Inline vp9_quantize() in xform_quant().Ronald S. Bultje
2013-07-15Inline xform_quant() in encode_block_intra().Ronald S. Bultje
2013-07-15Skip inter-coded block reconstruction in rd loopJingning Han
2013-07-15Skip duplicate block encoding in the rd loopJingning Han
2013-07-11Remove unnecessary tx_type branch in encode_blockJingning Han
2013-07-08Remove unnecessary memset(best_index, 0) from trellis/optimize.Ronald S. Bultje
2013-07-02Removing redundant struct from union b_mode_info.Dmitry Kovalev
2013-07-02Merge "Make get_coef_context() branchless."Ronald S. Bultje
2013-07-02Calculate rd cost per transformed blockJingning Han
2013-07-01Make get_coef_context() branchless.Ronald S. Bultje
2013-07-01Quantize (64-bit only, for now) SSSE3 SIMD.Ronald S. Bultje
2013-06-28Inline vp9_get_coef_context() (and remove vp9_ prefix).Ronald S. Bultje
2013-06-28Some minor optimizations for cost_coeffs().Ronald S. Bultje
2013-06-26Merge "Make intra predictor reference buffer configurable"Jingning Han
2013-06-26Make intra predictor reference buffer configurableJingning Han
2013-06-26Remove unused macro RDTRUNC_8x8 from encodemb.c.Ronald S. Bultje
2013-06-25Removing unused code.Dmitry Kovalev
2013-06-21Add subtract_block SSE2 version and unit test.Ronald S. Bultje
2013-06-18Merge "Make fdct32 computation flow within 16bit range"Jingning Han
2013-06-18Make fdct32 computation flow within 16bit rangeJingning Han
2013-06-17Removing vp9_invtrans.{c, h} files.Dmitry Kovalev
2013-06-10Fix use of get_uv_tx_size in loopfilterJohn Koleszar
2013-06-06Change ref frame coding.Ronald S. Bultje
2013-06-06don't tokenize & encode tokens for blocks in UMVJim Bankoski
2013-05-31Merge "Adding plane_block_width and plane_block_height functions." into exper...Dmitry Kovalev
2013-05-31Costing fixes related to trellis optimizationDeb Mukherjee
2013-05-31Adding plane_block_width and plane_block_height functions.Dmitry Kovalev
2013-05-29Balancing coef-tree to reduce bool decodesDeb Mukherjee
2013-05-29Merge "further clean-ups on intra4x4 coding" into experimentalJingning Han
2013-05-29Residual coding to cache energy class of tokens.Sami Pietila