Searched refs:RGBColorTable (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 391 int RGBColorTable(uint8* dst_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 257 int RGBColorTable(uint8* dst_argb, int dst_stride_argb,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 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()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1748 int RGBColorTable(uint8* dst_argb, int dst_stride_argb, in RGBColorTable() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 2061 int RGBColorTable(uint8* dst_argb, in RGBColorTable() function
|