Home
last modified time | relevance | path

Searched refs:G729D_6K4_BLOCK_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg729.h31 #define G729D_6K4_BLOCK_SIZE 8 macro
H A Dg729_parser.c48 s->block_size = (avctx->bit_rate < 8000) ? G729D_6K4_BLOCK_SIZE : G729_8K_BLOCK_SIZE; in g729_parse()
H A Dg729dec.c180 .block_size = G729D_6K4_BLOCK_SIZE,
442 } else if (buf_size == G729D_6K4_BLOCK_SIZE * channels && avctx->codec_id != AV_CODEC_ID_ACELP_KELVIN) { in decode_frame()

Completed in 2 milliseconds