Home | History | Annotate | Download | only in celt

Lines Matching defs:vbr

72    int vbr;
74 int constrained_vbr; /* If zero, VBR can do whatever it likes with the rate */
106 /* VBR-related parameters */
190 st->vbr = 0;
366 /* Arbitrary metric for VBR boost */
891 int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM,
958 if ((!vbr || constrained_vbr)&&!isTransient)
988 if ((!vbr || (constrained_vbr&&!isTransient))
1382 if (st->vbr && st->bitrate!=OPUS_BITRATE_MAX)
1413 /* Computes the max bit-rate allowed in VBR mode to avoid violating the
1463 /*In VBR mode there is no need to send more than the minimum. */
1637 /* Temporal VBR (but not for LFE) */
1764 st->lsb_depth, mode->logN, isTransient, st->vbr, st->constrained_vbr,
1863 /* In VBR mode the frame size must not be reduced so much that it would
1881 This means that we'll undershoot our target in CVBR/VBR modes
2233 st->vbr = value;