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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 149 int rc_1_frame; member in struct:__anon24804
vp9_ratectrl.c 511 cpi->rc.rc_2_frame = cpi->rc.rc_1_frame;
513 cpi->rc.rc_1_frame = -1;
515 cpi->rc.rc_1_frame = 1;
517 cpi->rc.rc_1_frame = 0;
520 if (cpi->rc.rc_1_frame == -1 && cpi->rc.rc_2_frame == 1 &&
591 (cpi->rc.rc_1_frame * cpi->rc.rc_2_frame == -1) &&
    [all...]

Completed in 102 milliseconds