Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c110 opus_int32 vbr_count; member
2131 if (st->vbr_count < 970) in celt_encode_with_ec()
2133 st->vbr_count++; in celt_encode_with_ec()
2134 alpha = celt_rcp(SHL32(EXTEND32(st->vbr_count+20),16)); in celt_encode_with_ec()