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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 151 int q_1_frame; member in struct:__anon24804
vp9_ratectrl.c 509 cpi->rc.q_2_frame = cpi->rc.q_1_frame;
510 cpi->rc.q_1_frame = cm->base_qindex;
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 54 milliseconds