Searched refs:ARGBToRGB565Row_C (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_from_argb.cc | 925 ARGBToRGB565Row_C; in ARGBToRGB565()
|
D | row_common.cc | 180 void ARGBToRGB565Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB565Row_C() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from_argb.cc | 1072 int width) = ARGBToRGB565Row_C; in ARGBToRGB565()
|
D | row_common.cc | 250 void ARGBToRGB565Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB565Row_C() function
|
/external/libyuv/files/source/ |
D | convert_from_argb.cc | 1393 int width) = ARGBToRGB565Row_C; in ARGBToRGB565()
|
D | row_common.cc | 250 void ARGBToRGB565Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB565Row_C() function
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 935 void ARGBToRGB565Row_C(const uint8* src_argb, uint8* dst_rgb, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1787 void ARGBToRGB565Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2112 void ARGBToRGB565Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width);
|