Home | History | Annotate | Download | only in encode

Lines Matching defs:bit_rate

116     int bit_rate; /* in kbps */
292 bitstream_put_ui(bs, (seq_param->bits_per_second + 399) / 400, 18); /* the low 18 bits of bit_rate */
767 if (ctx->bit_rate > 0)
768 seq_param->bits_per_second = 1024 * ctx->bit_rate; /* use kbps as input */
939 ctx->bit_rate = -1;