Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1448 opus_int32 vbr_rate; in celt_encode_with_ec() local
1557 vbr_rate=(st->bitrate*frame_size+(den>>1))/den; in celt_encode_with_ec()
1560 vbr_rate -= 8<<BITRES; in celt_encode_with_ec()
1562 effectiveBytes = vbr_rate>>(3+BITRES); in celt_encode_with_ec()
1565 vbr_rate = 0; in celt_encode_with_ec()
1584 if (vbr_rate>0) in celt_encode_with_ec()
1598 vbr_bound = vbr_rate; in celt_encode_with_ec()
1600 (vbr_rate+vbr_bound-st->vbr_reservoir)>>(BITRES+3)), in celt_encode_with_ec()
1637 if (vbr_rate>0) in celt_encode_with_ec()
2054 if (vbr_rate>0) in celt_encode_with_ec()
[all …]