Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c107 const double weight_segment1 = (double)cr->actual_num_seg1_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()
114 weight_segment1 * av1_estimate_bits_at_q( in av1_cyclic_refresh_estimate_bits_at_q()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c113 double weight_segment1 = (double)cr->actual_num_seg1_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()
120 weight_segment1 * in vp9_cyclic_refresh_estimate_bits_at_q()