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

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c1285 opus_int32 vbr_rate; local
1385 vbr_rate=(st->bitrate*frame_size+(den>>1))/den;
1388 vbr_rate -= 8<<BITRES;
1390 effectiveBytes = vbr_rate>>(3+BITRES);
1393 vbr_rate = 0;
1411 if (vbr_rate>0)
1421 /* We could use any multiple of vbr_rate as bound (depending on the
1425 vbr_bound = vbr_rate;
1427 (vbr_rate+vbr_bound-st->vbr_reservoir)>>(BITRES+3)),
1464 if (vbr_rate>
[all...]
/external/libopus/celt/
H A Dcelt_encoder.c1285 opus_int32 vbr_rate; local
1385 vbr_rate=(st->bitrate*frame_size+(den>>1))/den;
1388 vbr_rate -= 8<<BITRES;
1390 effectiveBytes = vbr_rate>>(3+BITRES);
1393 vbr_rate = 0;
1411 if (vbr_rate>0)
1421 /* We could use any multiple of vbr_rate as bound (depending on the
1425 vbr_bound = vbr_rate;
1427 (vbr_rate+vbr_bound-st->vbr_reservoir)>>(BITRES+3)),
1464 if (vbr_rate>
[all...]

Completed in 318 milliseconds