summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2017-10-03Merge "ARF in 1 pass vbr: modify skip ref_frame in nonrd_pickmode."Marco Paniconi
2017-10-02ARF in 1 pass vbr: modify skip ref_frame in nonrd_pickmode.Marco
2017-10-02Add 4 to 3 scaling NEON optimizationLinfeng Zhang
2017-10-02Specialize 4 to 3 frame scaling in CLinfeng Zhang
2017-09-29Fix partition selection in speed features for arf overlay frame.Marco
2017-09-29Enable use_altref_onepass for speed 4 real-time mode.Marco
2017-09-28Set rc->high_source_sad = 0 before scene detection.Marco
2017-09-28Merge "vp9: Modification to adapt the ARF usage for 1 pass vbr"Marco Paniconi
2017-09-28vp9: Modification to adapt the ARF usage for 1 pass vbrMarco
2017-09-27Add use_svc condition to the scene detection in 1 pass.Marco
2017-09-27Merge "Revert "Remove the speed condition on scene detection in 1 pass code.""Marco Paniconi
2017-09-27Revert "Remove the speed condition on scene detection in 1 pass code."Marco Paniconi
2017-09-27Merge "vp9_dx_iface: Stop using iter parameter incorrectly"James Zern
2017-09-27Remove the speed condition on scene detection in 1 pass code.Marco
2017-09-27vp9_dx_iface: Stop using iter parameter incorrectlyVignesh Venkatasubramanian
2017-09-26Remove the speed condition in setting compute_source_sad.Marco
2017-09-26Replace flag USE_ALTREF_FOR_ONE_PASS with speed feature.Marco
2017-09-26Merge changes Ib9105462,Idfac00ed,If8d8a0e2Linfeng Zhang
2017-09-22Merge changes If59743aa,Ib046fe28,Ia2345752James Zern
2017-09-21Merge "Comma-separate VP9 encoder tmp.stt output"Andrew Lewis
2017-09-21Merge "vp9: Modify pickmode early exit for ARF in 1pass."Marco Paniconi
2017-09-20vp9: Modify pickmode early exit for ARF in 1pass.Marco
2017-09-20Remove the unnecessary cast of (int16_t)cospi_{1...31}_64Linfeng Zhang
2017-09-20Merge "Bug fix: fadst4() in vp9/encoder/vp9_dct.c"James Zern
2017-09-20Bug fix: fadst4() in vp9/encoder/vp9_dct.cLinfeng Zhang
2017-09-19cosmetics: NEON scaling codeLinfeng Zhang
2017-09-19vp9: Modify simple_block_yrd condition for SVCMarco
2017-09-19vp9: Fix condition for limiting ARF 1 pass vbr.Marco
2017-09-19Merge "vp9: Adjustments for ARF usage in 1 pass vbr."Marco Paniconi
2017-09-18vp9: Adjustments for ARF usage in 1 pass vbr.Marco
2017-09-18Change sinpi_{1,2,3,4}_9 from tran_high_t to int16_tLinfeng Zhang
2017-09-18Merge "cosmetics: vp9_rtcd_defs.pl"Linfeng Zhang
2017-09-15Merge "Fix bug in intra mode rd penalty."Paul Wilkins
2017-09-15Merge "Revert "Specialize 4 to 3 scaling in vp9_scale_and_extend_frame_c()""James Zern
2017-09-14Merge "VP9 level targeting: add a new AUTO mode"Hui Su
2017-09-14Revert "Specialize 4 to 3 scaling in vp9_scale_and_extend_frame_c()"James Zern
2017-09-14VP9 level targeting: add a new AUTO modeHui Su
2017-09-13cosmetics: vp9_rtcd_defs.plLinfeng Zhang
2017-09-13Comma-separate VP9 encoder tmp.stt outputAndrew Lewis
2017-09-12Specialize 4 to 3 scaling in vp9_scale_and_extend_frame_c()Linfeng Zhang
2017-09-11Add 4 to 1 scaling NEON optimizationLinfeng Zhang
2017-09-08Fix bug in intra mode rd penalty.paulwilkins
2017-09-07Add 2 to 1 scaling NEON optimizationLinfeng Zhang
2017-09-06Add ScaleFrameTestLinfeng Zhang
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-09-01apply clang-formatclang-format
2017-08-31vp9: Skip testing duplicate zero mv in nonrd-pickmode.Jerome Jiang
2017-08-28vp9: Speed 8: Enable skip_encode_sbJerome Jiang
2017-08-28vp9: Remove resolution condition for using source_sad in speed 6.Jerome Jiang
2017-08-25Merge "vp9: Speed 6 adapt_partition for live/vbr usage."Marco Paniconi