summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
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
2015-03-24Merge "Revised rd adjustment for variance."paulwilkins
2015-03-24Merge "Experimental rd bias based on source vs recon variance."paulwilkins
2015-03-20Revised rd adjustment for variance.paulwilkins
2015-03-20Experimental rd bias based on source vs recon variance.paulwilkins
2015-03-19Restore first ref frame pointer to the correct valueAdrian Grange
2015-03-19Move joint_motion_search & delete function prototypeAdrian Grange
2015-03-05Merge "Don't inline cost_coeffs."Alex Converse
2015-03-05Merge "Fix valgrind memcpy memory overlaps warning"Adrian Grange
2015-03-05Don't inline cost_coeffs.Alex Converse
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
2015-03-03Fix valgrind memcpy memory overlaps warningAdrian Grange