Searched refs:first_pass_done (Results 1 – 6 of 6) sorted by relevance
137 int first_pass_done; member
987 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()
155 int first_pass_done; member
6664 if (flush && oxcf->pass == 1 && !cpi->twopass.first_pass_done) {6666 cpi->twopass.first_pass_done = 1;
571 int first_pass_done; member
4876 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()