Home
last modified time | relevance | path

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

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