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

/external/jpeg/
H A Djccolor.c319 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) function
368 copyquads(in, out0, out1, out2, col4);
373 inptr += col4 * 3; /* we read this 3 times per in copyquads */
/external/qemu/distrib/jpeg-6b/
H A Djccolor.c412 static void copyquads(const UINT32 in[], UINT32 out0[], UINT32 out1[], UINT32 out2[], int col4) function
461 copyquads(in, out0, out1, out2, col4);
466 inptr += col4 * 3; /* we read this 3 times per in copyquads */

Completed in 85 milliseconds