summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
2016-03-30VP9: Eliminate up_available and left_availableScott LaVarnway
2016-02-26Port "cost_coeff speed improvements" to vp9.Julia Robson
2016-02-16Fix tsan error in VP9 sub8x8 intra mode searchJingning Han
2016-02-08Merge "Account for sub8x8 block skip mode cost in RD decision"Jingning Han
2016-02-08Account for sub8x8 block skip mode cost in RD decisionJingning Han
2016-02-08Clean up in vp9_rd_pick_inter_mode_sbJingning Han
2016-02-03Use precise rate cost estimate for skip block modeJingning Han
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
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-15Tie the bit cost scale to a define.Alex Converse
2016-01-13VP9: Remove decoder args from find_mv_refs_idx()Scott LaVarnway
2016-01-07Enable encoder to avoid 8x4 or 4x8 partitionsYaowu Xu
2016-01-07Fix a typoYaowu Xu
2015-12-11Fix sub8x8 motion search on scaled reference frameJingning Han
2015-11-19Fix unsigned overflow in rd_variance_adjustment.Alex Converse
2015-11-13Changes to exhaustive motion search.paulwilkins
2015-11-06Use accurate bit cost for uv_mode in UV intra mode RD selectionhui su
2015-10-21Optimize vp9_highbd_block_error_8bit assembly.Geza Lore
2015-10-08Optimization of 8bit block error for high bitdepthGeza Lore
2015-09-30VP9: remove plane_type from macroblockd_planeScott LaVarnway
2015-09-23Adjust rd calculation in choose_tx_size_from_rdhui su
2015-09-09Fix ioc warnings related to sub8x8 reference frameJingning Han
2015-09-09Enable sub8x8 inter mode with scaled ref frame in RD optimizationJingning Han
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-24Add transform size rate for intra skip mode in rdoptShunyao Li
2015-08-12Use sizeof(variable) instead of sizeof(type)hui su
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-08-06Fixed a comment on the compound ref frames.Zoe Liu
2015-08-06Cosmetic - align format in vp9Jingning Han
2015-07-31Compute skippable inside the block_rd_txfm loop.Alex Converse
2015-07-31Simplify model_rd_for_sb HBD ifdefsAlex Converse
2015-07-31Simplify dist_block HBD ifdefsAlex Converse
2015-07-31Merge "Short circuit rate_block in block_rd_txfm."Aℓex Converse
2015-07-31Give skip_txfm constants names.Alex Converse
2015-07-31Short circuit rate_block in block_rd_txfm.Alex Converse
2015-07-30Remove tx cache and speed up tx size selectionYunqing Wang
2015-07-30Merge "Convert simple_model_rd_from_var from a speed check to a speed feature."Aℓex Converse
2015-07-30Convert simple_model_rd_from_var from a speed check to a speed feature.Alex Converse
2015-07-30Cleanup rdcost_block_argsAlex Converse
2015-07-28Replace vp9_ prefix in 2D-DCT functions with vpx_Jingning Han
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-20Refactor highbd forward transform use caseJingning Han
2015-07-13Refactor intra block prediction functionJingning Han
2015-07-08Changes to use of rectangular partitions.paulwilkins
2015-07-08Change speed and rd features for formatting bars.paulwilkins
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-07-06Merge "Move subtract functions from vp9 to vpx_dsp"Jingning Han
2015-07-06remove vp9_get_interp_kernel()James Zern