Lines Matching refs:framebits
92 if (s->frame[0].framebits == s->frame[1].framebits) { /* same size */ in opus_gen_toc()
107 *fsize_needed |= (s->frame[i].framebits != s->frame[i + 1].framebits); in opus_gen_toc()
261 tf_select_needed = ((f->size && (opus_rc_tell(rc) + bits + 1) <= f->framebits)); in celt_enc_tf()
264 if ((opus_rc_tell(rc) + bits + tf_select_needed) <= f->framebits) { in celt_enc_tf()
305 if ((opus_rc_tell(rc) + 2) <= f->framebits) in celt_enc_quant_pfilter()
327 if (opus_rc_tell(rc) + 3 <= f->framebits) in exp_quant_coarse()
343 const int left = f->framebits - opus_rc_tell(rc); in exp_quant_coarse()
403 …for (int i = f->start_band; i < f->end_band && (f->framebits - opus_rc_tell(rc)) >= f->channels; i… in celt_quant_final()
428 if (f->framebits >= 16) in celt_encode_frame()
455 if (!f->start_band && opus_rc_tell(rc) + 16 <= f->framebits) in celt_encode_frame()
459 if (f->size && opus_rc_tell(rc) + 3 <= f->framebits) in celt_encode_frame()
501 s->frame[i].framebits >> 3); in opus_packet_assembler()
508 s->frame[i].framebits >> 3); in opus_packet_assembler()
509 offset += s->frame[i].framebits >> 3; in opus_packet_assembler()
574 alloc_size += s->frame[i].framebits >> 3; in opus_encode_frame()