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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimc.c44 #define IMC_BLOCK_SIZE 64 macro
652 uint16_t buf16[IMC_BLOCK_SIZE / 2];
654 if (buf_size < IMC_BLOCK_SIZE) {
658 for(i = 0; i < IMC_BLOCK_SIZE / 2; i++)
661 init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8);
808 return IMC_BLOCK_SIZE;

Completed in 46 milliseconds