Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dg729.h30 #define G729_8K_BLOCK_SIZE 10 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.c170 .block_size = G729_8K_BLOCK_SIZE,
435 if (buf_size && buf_size % ((G729_8K_BLOCK_SIZE + (avctx->codec_id == AV_CODEC_ID_ACELP_KELVIN)) * channels) == 0) { in decode_frame()

Completed in 2 milliseconds