Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c108 const double weight_segment2 = (double)cr->actual_num_seg2_blocks / num4x4bl; in av1_cyclic_refresh_estimate_bits_at_q() local
111 (int)((1.0 - weight_segment1 - weight_segment2) * in av1_cyclic_refresh_estimate_bits_at_q()
117 weight_segment2 * av1_estimate_bits_at_q( in av1_cyclic_refresh_estimate_bits_at_q()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c114 double weight_segment2 = (double)cr->actual_num_seg2_blocks / num8x8bl; in vp9_cyclic_refresh_estimate_bits_at_q() local
117 (int)((1.0 - weight_segment1 - weight_segment2) * in vp9_cyclic_refresh_estimate_bits_at_q()
124 weight_segment2 * in vp9_cyclic_refresh_estimate_bits_at_q()