Searched refs:ibps (Results 1 – 2 of 2) sorted by relevance
69 int ibps = tctx->avctx->bit_rate / (1000 * tctx->avctx->channels); in decode_ppc() local97 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() local310 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()
184 int ibps = tctx->avctx->bit_rate / (1000 * tctx->avctx->channels); in decode_ppc() local201 if (isampf == 22 && ibps == 32) { in decode_ppc()322 int isampf, ibps; in twinvq_decode_init() local360 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()