Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmetasound.c69 int ibps = tctx->avctx->bit_rate / (1000 * tctx->avctx->channels); in decode_ppc() local
97 case 22: some_mult = ibps == 32 ? 2.0 : 4.0; break; in decode_ppc()
103 if (isampf == 22 && ibps == 32) in decode_ppc()
275 int isampf, ibps; in metasound_decode_init() local
310 ibps = avctx->bit_rate / (1000 * avctx->channels); in metasound_decode_init()
312 switch ((avctx->channels << 16) + (isampf << 8) + ibps) { in metasound_decode_init()
358 isampf, ibps); in metasound_decode_init()
368 tctx->is_6kbps = ibps == 6; in metasound_decode_init()
Dtwinvqdec.c184 int ibps = tctx->avctx->bit_rate / (1000 * tctx->avctx->channels); in decode_ppc() local
201 if (isampf == 22 && ibps == 32) { in decode_ppc()
322 int isampf, ibps; in twinvq_decode_init() local
360 ibps = avctx->bit_rate / (1000 * avctx->channels); in twinvq_decode_init()
361 if (ibps < 8 || ibps > 48) { in twinvq_decode_init()
362 av_log(avctx, AV_LOG_ERROR, "Bad bitrate per channel value %d\n", ibps); in twinvq_decode_init()
366 switch ((isampf << 8) + ibps) { in twinvq_decode_init()