summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
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
2015-07-06Move subtract functions from vp9 to vpx_dspJingning Han
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-06-22Remove tile paramScott LaVarnway
2015-06-11inline vp9_get_segdata()Scott LaVarnway
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-06-04Reducing size of MODE_INFO structScott LaVarnway
2015-05-22Re-worked header filesScott LaVarnway
2015-05-13Relocate memory operations for common codeJohann
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-28vpx_mem: remove vpx_memmoveJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-04-01Refactor block_yrd function for RTC coding modeJingning Han
2015-03-25Remove 8-bit array in HBDAdrian Grange
2015-03-25Replace heap with stack memory allocationAdrian Grange
2015-03-25Fix use of scaling in joint motion searchAdrian Grange