Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2369 int est_cq; in vp8_second_pass() local
2371 est_cq = estimate_cq(cpi, &cpi->twopass.total_left_stats, in vp8_second_pass()
2376 if (est_cq > cpi->cq_target_quality) cpi->cq_target_quality = est_cq; in vp8_second_pass()