IMC_BLOCK_SIZE 652 libavcodec/imc.c uint16_t buf16[IMC_BLOCK_SIZE / 2]; IMC_BLOCK_SIZE 654 libavcodec/imc.c if (buf_size < IMC_BLOCK_SIZE) { IMC_BLOCK_SIZE 658 libavcodec/imc.c for(i = 0; i < IMC_BLOCK_SIZE / 2; i++) IMC_BLOCK_SIZE 661 libavcodec/imc.c init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8); IMC_BLOCK_SIZE 808 libavcodec/imc.c return IMC_BLOCK_SIZE;