Searched refs:compute_deltaq (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | aq_cyclicrefresh.c | 120 static int compute_deltaq(const AV1_COMP *cpi, int q, double rate_factor) { in compute_deltaq() function 183 int deltaq = compute_deltaq(cpi, i, cr->rate_ratio_qdelta); in av1_cyclic_refresh_rc_bits_per_mb() 489 qindex_delta = compute_deltaq(cpi, cm->base_qindex, cr->rate_ratio_qdelta); in av1_cyclic_refresh_setup() 500 qindex_delta = compute_deltaq( in av1_cyclic_refresh_setup()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 89 static int compute_deltaq(const VP9_COMP *cpi, int q, double rate_factor) { in compute_deltaq() function 143 deltaq = compute_deltaq(cpi, i, cr->rate_ratio_qdelta); in vp9_cyclic_refresh_rc_bits_per_mb() 637 qindex_delta = compute_deltaq(cpi, cm->base_qindex, cr->rate_ratio_qdelta); in vp9_cyclic_refresh_setup() 648 qindex_delta = compute_deltaq( in vp9_cyclic_refresh_setup()
|