Searched refs:G729D_6K4_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
31 #define G729D_6K4_BLOCK_SIZE 8 macro
49 s->block_size = (avctx->bit_rate < 8000) ? G729D_6K4_BLOCK_SIZE : G729_8K_BLOCK_SIZE; in g729_parse()
179 .block_size = G729D_6K4_BLOCK_SIZE,440 …} else if (buf_size == G729D_6K4_BLOCK_SIZE * avctx->channels && avctx->codec_id != AV_CODEC_ID_AC… in decode_frame()