IMC_BLOCK_SIZE   1025 libavcodec/imc.c     LOCAL_ALIGNED_16(uint16_t, buf16, [(IMC_BLOCK_SIZE + AV_INPUT_BUFFER_PADDING_SIZE) / 2]);
IMC_BLOCK_SIZE   1029 libavcodec/imc.c     if (buf_size < IMC_BLOCK_SIZE * avctx->channels) {
IMC_BLOCK_SIZE   1042 libavcodec/imc.c         q->bdsp.bswap16_buf(buf16, (const uint16_t *) buf, IMC_BLOCK_SIZE / 2);
IMC_BLOCK_SIZE   1044 libavcodec/imc.c         init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8);
IMC_BLOCK_SIZE   1046 libavcodec/imc.c         buf += IMC_BLOCK_SIZE;
IMC_BLOCK_SIZE   1059 libavcodec/imc.c     return IMC_BLOCK_SIZE * avctx->channels;