Searched refs:G729_8K_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
30 #define G729_8K_BLOCK_SIZE 10 macro
49 s->block_size = (avctx->bit_rate < 8000) ? G729D_6K4_BLOCK_SIZE : G729_8K_BLOCK_SIZE; in g729_parse()
169 .block_size = G729_8K_BLOCK_SIZE,433 …if (buf_size && buf_size % ((G729_8K_BLOCK_SIZE + (avctx->codec_id == AV_CODEC_ID_ACELP_KELVIN)) *… in decode_frame()