Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimc.c53 #define IMC_BLOCK_SIZE 64 macro
1032 LOCAL_ALIGNED_16(uint16_t, buf16, [(IMC_BLOCK_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) / 2]); in imc_decode_frame()
1036 if (buf_size < IMC_BLOCK_SIZE * avctx->channels) { in imc_decode_frame()
1049 q->bdsp.bswap16_buf(buf16, (const uint16_t *) buf, IMC_BLOCK_SIZE / 2); in imc_decode_frame()
1051 init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8); in imc_decode_frame()
1053 buf += IMC_BLOCK_SIZE; in imc_decode_frame()
1066 return IMC_BLOCK_SIZE * avctx->channels; in imc_decode_frame()