Lines Matching defs:bps
84 float bps;
138 bps = (float) avctx->bit_rate /
140 s->byte_offset_bits = av_log2((int) (bps * s->frame_len / 8.0 + 0.5)) + 2;
148 bps1 = bps;
150 bps1 = bps * 1.6;
164 if (bps > 0.5)
171 if (bps <= 0.625)
173 else if (bps > 0.75)
178 if (bps >= 0.8)
180 else if (bps >= 0.6)
189 ff_dlog(s->avctx, "bps=%f bps1=%f high_freq=%f bitoffset=%d\n",
190 bps, bps1, high_freq, s->byte_offset_bits);