Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1285 opus_int32 vbr_rate; in celt_encode_with_ec() local
1385 vbr_rate=(st->bitrate*frame_size+(den>>1))/den; in celt_encode_with_ec()
1388 vbr_rate -= 8<<BITRES; in celt_encode_with_ec()
1390 effectiveBytes = vbr_rate>>(3+BITRES); in celt_encode_with_ec()
1393 vbr_rate = 0; in celt_encode_with_ec()
1411 if (vbr_rate>0) in celt_encode_with_ec()
1425 vbr_bound = vbr_rate; in celt_encode_with_ec()
1427 (vbr_rate+vbr_bound-st->vbr_reservoir)>>(BITRES+3)), in celt_encode_with_ec()
1464 if (vbr_rate>0) in celt_encode_with_ec()
1837 if (vbr_rate>0) in celt_encode_with_ec()
[all …]