Home
last modified time | relevance | path

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

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