Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.h149 int first_pass_done; member
Dencode_strategy.c1095 if (flush && oxcf->pass == 1 && !cpi->twopass.first_pass_done) { in av1_encode_strategy()
1097 cpi->twopass.first_pass_done = 1; in av1_encode_strategy()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h184 int first_pass_done; member
Dvp9_firstpass.c317 cpi->twopass.first_pass_done = 1; in vp9_end_first_pass()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h576 int first_pass_done; member
Donyx_if.c4894 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done) { in vp8_get_compressed_data()
4896 cpi->twopass.first_pass_done = 1; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1238 if (!cpi->twopass.first_pass_done) { in encoder_encode()