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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264dsp.c85 c->h264_idct8_add= FUNC(ff_h264_idct8_add, depth);\
H A Dh264idct_template.c69 void FUNCC(ff_h264_idct8_add)(uint8_t *_dst, int16_t *_block, int stride){ function
199 else FUNCC(ff_h264_idct8_add )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264dsp.c51 c->h264_idct8_add= FUNC(ff_h264_idct8_add, depth);\
H A Dh264idct_template.c83 void FUNCC(ff_h264_idct8_add)(uint8_t *_dst, DCTELEM *_block, int stride){ function
207 else FUNCC(ff_h264_idct8_add )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);

Completed in 36 milliseconds