IMC_BLOCK_SIZE 1024 libavcodec/imc.c LOCAL_ALIGNED_16(uint16_t, buf16, [IMC_BLOCK_SIZE / 2 + FF_INPUT_BUFFER_PADDING_SIZE/2]); IMC_BLOCK_SIZE 1026 libavcodec/imc.c if (buf_size < IMC_BLOCK_SIZE * avctx->channels) { IMC_BLOCK_SIZE 1039 libavcodec/imc.c q->bdsp.bswap16_buf(buf16, (const uint16_t *) buf, IMC_BLOCK_SIZE / 2); IMC_BLOCK_SIZE 1041 libavcodec/imc.c init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8); IMC_BLOCK_SIZE 1043 libavcodec/imc.c buf += IMC_BLOCK_SIZE; IMC_BLOCK_SIZE 1056 libavcodec/imc.c return IMC_BLOCK_SIZE * avctx->channels;