HomeSort by relevance Sort by last modified time
    Searched refs:q_2_frame (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 152 int q_2_frame; member in struct:__anon24804
vp9_ratectrl.c 509 cpi->rc.q_2_frame = cpi->rc.q_1_frame;
592 cpi->rc.q_1_frame != cpi->rc.q_2_frame) {
593 q = clamp(q, VPXMIN(cpi->rc.q_1_frame, cpi->rc.q_2_frame),
594 VPXMAX(cpi->rc.q_1_frame, cpi->rc.q_2_frame));
    [all...]

Completed in 824 milliseconds