Home
last modified time | relevance | path

Searched refs:ARGBColorTable (Results 1 – 5 of 5) sorted by relevance

/external/libyuv/files/include/libyuv/
Dplanar_functions.h380 int ARGBColorTable(uint8* dst_argb,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h250 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb,
/external/libyuv/files/unit_test/
Dplanar_test.cc653 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()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1716 int ARGBColorTable(uint8* dst_argb, int dst_stride_argb, in ARGBColorTable() function
/external/libyuv/files/source/
Dplanar_functions.cc2025 int ARGBColorTable(uint8* dst_argb, in ARGBColorTable() function