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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimc.c47 #define IMC_BLOCK_SIZE 64 macro
670 LOCAL_ALIGNED_16(uint16_t, buf16, [IMC_BLOCK_SIZE / 2]);
672 if (buf_size < IMC_BLOCK_SIZE) {
685 q->dsp.bswap16_buf(buf16, (const uint16_t*)buf, IMC_BLOCK_SIZE / 2);
687 init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8);
834 return IMC_BLOCK_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c51 #define IMC_BLOCK_SIZE 64 macro
1013 LOCAL_ALIGNED_16(uint16_t, buf16, [IMC_BLOCK_SIZE / 2]);
1015 if (buf_size < IMC_BLOCK_SIZE * avctx->channels) {
1028 q->bdsp.bswap16_buf(buf16, (const uint16_t *) buf, IMC_BLOCK_SIZE / 2);
1030 init_get_bits(&q->gb, (const uint8_t*)buf16, IMC_BLOCK_SIZE * 8);
1032 buf += IMC_BLOCK_SIZE;
1045 return IMC_BLOCK_SIZE * avctx->channels;

Completed in 157 milliseconds