Home
last modified time | relevance | path

Searched refs:first_pass_done (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.h137 int first_pass_done; member
Dencode_strategy.c987 if (flush && oxcf->pass == 1 && !cpi->twopass.first_pass_done) { in av1_encode_strategy()
989 cpi->twopass.first_pass_done = 1; in av1_encode_strategy()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h155 int first_pass_done; member
Dvp9_encoder.c6664 if (flush && oxcf->pass == 1 && !cpi->twopass.first_pass_done) {
6666 cpi->twopass.first_pass_done = 1;
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h571 int first_pass_done; member
Donyx_if.c4876 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done) { in vp8_get_compressed_data()
4878 cpi->twopass.first_pass_done = 1; in vp8_get_compressed_data()