Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c115 static int compute_deltaq(const VP9_COMP *cpi, int q, double rate_factor) { in compute_deltaq() function
175 int deltaq = compute_deltaq(cpi, i, cr->rate_ratio_qdelta); in vp9_cyclic_refresh_rc_bits_per_mb()
569 qindex_delta = compute_deltaq(cpi, cm->base_qindex, cr->rate_ratio_qdelta); in vp9_cyclic_refresh_setup()
580 qindex_delta = compute_deltaq( in vp9_cyclic_refresh_setup()