aboutsummaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemb.c
AgeCommit message (Expand)Author
2022-03-31Revert "quantize: replace highbd versions"James Zern
2022-03-31quantize: replace highbd versionsJohann
2022-03-30remove skip_block from quantizeJohann
2019-05-06Add mismatch_debug toolAngie Chiang
2019-03-25Unify the transform and quantization processJingning Han
2019-03-14Enclose macro arguments in parenthesesJerome Jiang
2018-08-14Make Sharpness parameter affect visual sharpnessJim Bankoski
2018-05-01Clean switch cases in vp9 encoderLinfeng Zhang
2018-01-18clang-format v5.0.0 vp9/Johann
2017-08-21Remove skip_block from quantizeJohann
2017-07-28Remove the DP version of vp9_optimize_b().Urvang Joshi
2017-07-11Remove the token state array from greedy optimize_b.Urvang Joshi
2017-07-06cosmetics,vp9/: normalize inv/fwd_txfm namingJames Zern
2017-06-29cosmetics,vp9/encoder: s/txm/txfm/James Zern
2017-06-23Enable greedy version of optimize_b() in VP9 by default.Urvang Joshi
2017-06-15VP9: Add greedy version of av1_optimize_b().Urvang Joshi
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang
2017-04-26VP9: enable trellis for high bitdepth intraPeter de Rivaz
2017-03-17Backport "Optimize the use case of token_cost table" to VP9Jingning Han
2017-03-17Drop vp9_get_token_extracostAlex Converse
2017-03-16vp9_optimize_b: Combine extrabits cost with token lookupAlex Converse
2017-03-03Merge "Narrow cat6_high_cost tables to uint16_t"Alex Converse
2017-03-03Narrow cat6_high_cost tables to uint16_tAlex Converse
2017-02-16Drop zbin_ptr and quant_shift_ptrJohann
2017-01-25Merge "Fix an overflow warning in optimize_b()"Hui Su
2017-01-25Fix an overflow warning in optimize_b()hui su
2017-01-24Multi-threading of first pass stats collectionRanjit Kumar Tulabandu
2016-12-20Remove superfluous conditional on 'shortcut'Gabriel Marin
2016-12-19Simplify address arithmetic in vp9_optimize_bGabriel Marin
2016-09-15apply clang-formatclang-format
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-29Cache optimizations in optimize_b().Alex Converse
2016-07-13Revert "Eliminate isolated and small tail coefficients:"hui su
2016-07-07Enable coeff optimization for intra modesJingning Han
2016-07-07Use precise context to estimate coeff rate costJingning Han
2016-07-07Enable uniform quantization with trellis optimization in speed 0Jingning Han
2016-07-06Eliminate isolated and small tail coefficients:Min Ye
2016-07-04Remove txfrm_block_to_raster_xy() from vp9 encoderJingning Han
2016-06-20Repack vp9_token_state.Alex Converse
2016-06-17Refactor optimize_b for speed performanceJingning Han
2016-06-17Port optimize_b speed-up from vp10Jingning Han
2016-06-17Use 64-bit integer to store distortion in optimize_bJingning Han
2016-06-07Avoid a potential assertion fail in optimize_b()hui su
2016-05-04Change to use proper type in vp{9,10}_token_stateYaowu Xu
2016-04-26VP9: adjust trellis quant optimization RD parametershui su
2016-04-26VP9: enable trellis quantization optimization for intra blockshui su
2016-04-21vp9_encodemb.c: TODO clean upJim Bankoski
2016-01-27Switch to 9-bit rate cost constants built on a 256 probability denominator.Alex Converse
2016-01-21Merge "Tie the bit cost scale to a define."Alex Converse