Home
last modified time | relevance | path

Searched refs:snr_incr (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3enc.c1220 int snr_offset, snr_incr; in cbr_bit_allocation() local
1243 for (snr_incr = 64; snr_incr > 0; snr_incr >>= 2) { in cbr_bit_allocation()
1244 while (snr_offset + snr_incr <= 1023 && in cbr_bit_allocation()
1245 bit_alloc(s, snr_offset + snr_incr) <= bits_left) { in cbr_bit_allocation()
1246 snr_offset += snr_incr; in cbr_bit_allocation()

Completed in 4 milliseconds