Searched refs:first_pass_done (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h51 int first_pass_done; member in struct:twopass_rc
H A Dvp9_onyx_if.c3049 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done) {
3051 cpi->twopass.first_pass_done = 1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h91 int first_pass_done; member in struct:__anon13176
H A Dvp9_encoder.c2674 if (flush && oxcf->pass == 1 && !cpi->twopass.first_pass_done) {
2676 cpi->twopass.first_pass_done = 1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h576 int first_pass_done; member in struct:VP8_COMP::twopass_rc
H A Donyx_if.c5171 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done)
5174 cpi->twopass.first_pass_done = 1;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h577 int first_pass_done; member in struct:VP8_COMP::twopass_rc
H A Donyx_if.c4997 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done)
5000 cpi->twopass.first_pass_done = 1;

Completed in 721 milliseconds