Home
last modified time | relevance | path

Searched refs:noyuvpad (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/gtest/
Dtjunittest-gtest-wrapper.cpp23 extern "C" int testBmp(int yuv, int noyuvpad, int autoalloc);
24 extern "C" int testThreeByte444(int yuv, int noyuvpad, int autoalloc);
25 extern "C" int testFourByte444(int yuv, int noyuvpad, int autoalloc);
26 extern "C" int testThreeByte422(int yuv, int noyuvpad, int autoalloc);
27 extern "C" int testFourByte422(int yuv, int noyuvpad, int autoalloc);
28 extern "C" int testThreeByte420(int yuv, int noyuvpad, int autoalloc);
29 extern "C" int testFourByte420(int yuv, int noyuvpad, int autoalloc);
30 extern "C" int testThreeByte440(int yuv, int noyuvpad, int autoalloc);
31 extern "C" int testFourByte440(int yuv, int noyuvpad, int autoalloc);
32 extern "C" int testThreeByte411(int yuv, int noyuvpad, int autoalloc);
[all …]
/external/libjpeg-turbo/
Dtjunittest.c913 static void initTJUnitTest(int yuv, int noyuvpad, int autoalloc) in initTJUnitTest() argument
916 pad = noyuvpad ? 1 : 4; in initTJUnitTest()
923 int testBmp(int yuv, int noyuvpad, int autoalloc) in testBmp() argument
925 initTJUnitTest(yuv, noyuvpad, autoalloc); in testBmp()
931 int testThreeByte444(int yuv, int noyuvpad, int autoalloc) in testThreeByte444() argument
933 initTJUnitTest(yuv, noyuvpad, autoalloc); in testThreeByte444()
940 int testFourByte444(int yuv, int noyuvpad, int autoalloc) in testFourByte444() argument
942 initTJUnitTest(yuv, noyuvpad, autoalloc); in testFourByte444()
950 int testThreeByte422(int yuv, int noyuvpad, int autoalloc) in testThreeByte422() argument
952 initTJUnitTest(yuv, noyuvpad, autoalloc); in testThreeByte422()
[all …]