Home
last modified time | relevance | path

Searched refs:G729_8K_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg729.h30 #define G729_8K_BLOCK_SIZE 10 macro
Dg729_parser.c49 s->block_size = (avctx->bit_rate < 8000) ? G729D_6K4_BLOCK_SIZE : G729_8K_BLOCK_SIZE; in g729_parse()
Dg729dec.c169 .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()