Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1387 opus_int32 vbr_rate; in celt_encode_with_ec() local
1495 vbr_rate=(st->bitrate*frame_size+(den>>1))/den; in celt_encode_with_ec()
1498 vbr_rate -= 8<<BITRES; in celt_encode_with_ec()
1500 effectiveBytes = vbr_rate>>(3+BITRES); in celt_encode_with_ec()
1503 vbr_rate = 0; in celt_encode_with_ec()
1522 if (vbr_rate>0) in celt_encode_with_ec()
1536 vbr_bound = vbr_rate; in celt_encode_with_ec()
1538 (vbr_rate+vbr_bound-st->vbr_reservoir)>>(BITRES+3)), in celt_encode_with_ec()
1575 if (vbr_rate>0) in celt_encode_with_ec()
1984 if (vbr_rate>0) in celt_encode_with_ec()
[all …]