summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-17Merge "Remove BLOCK_SIZE_LG2." into experimentalRonald S. Bultje
2013-04-17Merge "Add SSE2 versions for rectangular sad and sad4d functions." into exper...Ronald S. Bultje
2013-04-17Changing argument type of vp9_get_mv_joint from MV to MV*.Dmitry Kovalev
2013-04-17Merge "replace hev_thr_lut[][] with simpler logic" into experimentalYaowu Xu
2013-04-17Make alt_extra_bits a local variableAdrian Grange
2013-04-17clean out experimentsYaowu Xu
2013-04-17Remove BLOCK_SIZE_LG2.Ronald S. Bultje
2013-04-17make lf_deltas dependent on filter_lvlYaowu Xu
2013-04-17replace hev_thr_lut[][] with simpler logicYaowu Xu
2013-04-17Merge "Fairly basic integration of rectangular blocks in encoding RD loop." i...Ronald S. Bultje
2013-04-17Merge "Change to do LPF in SB64 order" into experimentalYaowu Xu
2013-04-17Add SSE2 versions for rectangular sad and sad4d functions.Ronald S. Bultje
2013-04-17Change to do LPF in SB64 orderYaowu Xu
2013-04-17Merge "Move configure_arnr_filter function" into experimentalAdrian Grange
2013-04-17Merge "Fixed overflow test on boost calculation" into experimentalAdrian Grange
2013-04-17Fairly basic integration of rectangular blocks in encoding RD loop.Ronald S. Bultje
2013-04-16Recursive partition syntax codingJingning Han
2013-04-16Merge "Replacing BOOL_DECODER with vp9_reader inside vp9_decodemv." into expe...Dmitry Kovalev
2013-04-16Merge "Adding vp9_write_prob function (macro for now)." into experimentalDmitry Kovalev
2013-04-16Replacing BOOL_DECODER with vp9_reader inside vp9_decodemv.Dmitry Kovalev
2013-04-16Merge "Adding write_le16 and write_le32 functions." into experimentalJohn Koleszar
2013-04-16Merge "Slightly hackish workaround to support rectangles in directional intra...Ronald S. Bultje
2013-04-16Merge "Faster vp9_short_fdct4x4 and vp9_short_fdct8x4." into experimentalJim Bankoski
2013-04-16Adding write_le16 and write_le32 functions.Dmitry Kovalev
2013-04-16Adding vp9_write_prob function (macro for now).Dmitry Kovalev
2013-04-16Faster vp9_short_fdct4x4 and vp9_short_fdct8x4.Christian Duvivier
2013-04-16Move configure_arnr_filter functionAdrian Grange
2013-04-16Replacing VP9_COMBINEENTROPYCONTEXTS macro with function.Dmitry Kovalev
2013-04-16Fixed overflow test on boost calculationAdrian Grange
2013-04-16Renaming y1dc_delta_q, uvdc_delta_q, uvac_delta_q fields from VP9Common.Dmitry Kovalev
2013-04-16Slightly hackish workaround to support rectangles in directional intra predic...Ronald S. Bultje
2013-04-16Merge "Moving tx_type == DCT_DCT checks inside iht_add functions." into exper...Dmitry Kovalev
2013-04-16Remove the mb_no_coeff_skip flagJohn Koleszar
2013-04-16Moving tx_type == DCT_DCT checks inside iht_add functions.Dmitry Kovalev
2013-04-16Merge "Code cleanup inside vp9_reconintra4x4.c file." into experimentalDmitry Kovalev
2013-04-16Merge "Adding mv_joint_vertical and mv_joint_horizontal functions." into expe...Dmitry Kovalev
2013-04-16Merge "Optimize the scaling calculation" into experimentalYunqing Wang
2013-04-16Merge "Removing extra params from x_add_residual() functions" into experimentalScott LaVarnway
2013-04-16Optimize the scaling calculationYunqing Wang
2013-04-16Merge "Replacing vp9_read, vp9_read_literal, vp9_read_bit macros with functio...John Koleszar
2013-04-16Removing extra params from x_add_residual() functionsScott LaVarnway
2013-04-16Merge "Removing TRUE and FALSE macro definitions." into experimentalJohn Koleszar
2013-04-16Merge "Removing extra params in dequant functions" into experimentalScott LaVarnway
2013-04-15Removing TRUE and FALSE macro definitions.Dmitry Kovalev
2013-04-15Replacing vp9_read, vp9_read_literal, vp9_read_bit macros with functions.Dmitry Kovalev
2013-04-15Merge "Fix lingering x->skip settings if static_threshold is used." into expe...Ronald S. Bultje
2013-04-15Merge "Add rectangular block size variance/sad functions." into experimentalRonald S. Bultje
2013-04-15Merge "Make filter RD code and encode breakout variance size-independent." in...Ronald S. Bultje
2013-04-15Fix lingering x->skip settings if static_threshold is used.Ronald S. Bultje
2013-04-15Add rectangular block size variance/sad functions.Jingning Han