summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemb.c
AgeCommit message (Expand)Author
2013-10-02Moving all idct/iht functions in one place.Dmitry Kovalev
2013-09-29Merge "Renaming vp9_short_idct10_8x8_add to vp9_short_idct8x8_10_add."Dmitry Kovalev
2013-09-27Renaming vp9_short_idct10_8x8_add to vp9_short_idct8x8_10_add.Dmitry Kovalev
2013-09-27Removing vp9_get_coef_neighbors_handle function.Dmitry Kovalev
2013-09-26Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10.Dmitry Kovalev
2013-09-24Adding vp9_get_entropy_contexts function.Dmitry Kovalev
2013-09-23Enable per transformed block zero coeffs forcingJingning Han
2013-09-19Adding get_scan_and_band function.Dmitry Kovalev
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09Merge "Revert "New mode_info_context storage""James Zern
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-08Merge "New mode_info_context storage"Jim Bankoski
2013-09-06Fix overflow issue in 16x16 quantization SSSE3Jingning Han
2013-09-06New mode_info_context storageScott LaVarnway
2013-08-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-27Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the encoder.Dmitry Kovalev
2013-08-21Cleaning up optimize_init_b function.Dmitry Kovalev
2013-08-19Passing plane_bsize to foreach_transformed_block_visitor.Dmitry Kovalev
2013-08-19Using plane_bsize instead of bsize.Dmitry Kovalev
2013-08-16Removing unused or redundant arguments from *_args structures.Dmitry Kovalev
2013-08-15Moving from ss_txfrm_size to tx_size.Dmitry Kovalev
2013-08-15Converting code from using ss_txfrm_size to tx_size.Dmitry Kovalev
2013-08-14foreach_transformed_block_in_plane cleanup, explicit tx_size var.Dmitry Kovalev
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