summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rd.c
AgeCommit message (Expand)Author
2014-12-15Simplify rate-distortion modeling functionJingning Han
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20vp9_ethread: move max/min partition size to mb structYunqing Wang
2014-11-13Prepare for dynamic frame resizing in the recode loopAdrian Grange
2014-10-31Merge "Refactor vp9_update_rd_thresh_fact"Jingning Han
2014-10-30Refactor vp9_update_rd_thresh_factJingning Han
2014-10-29Merge "Enable mode search threshold update in non-RD coding mode"Jingning Han
2014-10-29Enable mode search threshold update in non-RD coding modeJingning Han
2014-10-29Simplify vp9_set_rd_speed_thresholds_sub8x8Adrian Grange
2014-10-22Merge "vp9_ethread: allocate frame contexts outside VP9_COMMON struct"Yunqing Wang
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-15Add init and reset functions for RD_COST structJingning Han
2014-10-03rdmult data type changeDeb Mukherjee
2014-10-02rdmult data type change to fix high bit-depthDeb Mukherjee
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-09-16Use non-zero mode threshold for NEARESTMV modesJingning Han
2014-09-12Remove redundant reference frame threshold settingsJingning Han
2014-09-04Enable adaptive motion search for ARF codingJingning Han
2014-08-26Replacing int_mv with MV.Dmitry Kovalev
2014-08-21Removing is_best_mode() function.Dmitry Kovalev
2014-08-08Moving pass from VP9_COMP to VP9EncoderConfig.Dmitry Kovalev
2014-08-06vp9_rd.c: cleanup ugly expressionJim Bankoski
2014-08-04break at the end of clauses with assert(0) to avoid gcc warningJim Bankoski
2014-08-04avoid signed mismatch warning in gccJim Bankoski
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-16Changes to rd balance and multi-arf bug fix.Paul Wilkins
2014-07-02Cleanup vp9_rd.Alex Converse
2014-07-02Split vp9_rdopt into vp9_rdopt and vp9_rd.Alex Converse