Searched refs:kARGBTable (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 632 static const uint8 kARGBTable[256 * 4] = { in TEST_F() local 653 ARGBColorTable(&orig_pixels[0][0], 0, &kARGBTable[0], 0, 0, 16, 1); in TEST_F() 678 ARGBColorTable(&orig_pixels[0][0], 0, &kARGBTable[0], 0, 0, 1280, 1); in TEST_F() 688 static const uint8 kARGBTable[256 * 4] = { in TEST_F() local 709 RGBColorTable(&orig_pixels[0][0], 0, &kARGBTable[0], 0, 0, 16, 1); in TEST_F() 734 RGBColorTable(&orig_pixels[0][0], 0, &kARGBTable[0], 0, 0, 1280, 1); in TEST_F()
|