Searched refs:p8idct (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 Dfaanidct.c49 static inline void p8idct(DCTELEM data[64], FLOAT temp[64], uint8_t *dest, int stride, int x, int y, int type){ function
140 p8idct(block, temp, NULL, 0, 1, 8, 0);
141 p8idct(block, temp, NULL, 0, 8, 1, 1);
153 p8idct(block, temp, NULL, 0, 1, 8, 0);
154 p8idct(NULL , temp, dest, line_size, 8, 1, 2);
166 p8idct(block, temp, NULL, 0, 1, 8, 0);
167 p8idct(NULL , temp, dest, line_size, 8, 1, 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfaanidct.c50 static inline void p8idct(int16_t data[64], FLOAT temp[64], uint8_t *dest, int stride, int x, int y, int type){ function
141 p8idct(block, temp, NULL, 0, 1, 8, 0);
142 p8idct(block, temp, NULL, 0, 8, 1, 1);
154 p8idct(block, temp, NULL, 0, 1, 8, 0);
155 p8idct(NULL , temp, dest, line_size, 8, 1, 2);
167 p8idct(block, temp, NULL, 0, 1, 8, 0);
168 p8idct(NULL , temp, dest, line_size, 8, 1, 3);

Completed in 118 milliseconds