Searched refs:ARGBToARGB1555Row_C (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_from_argb.cc | 981 ARGBToARGB1555Row_C; in ARGBToARGB1555()
|
D | row_common.cc | 236 void ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB1555Row_C() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from_argb.cc | 1138 int width) = ARGBToARGB1555Row_C; in ARGBToARGB1555()
|
D | row_common.cc | 308 void ARGBToARGB1555Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToARGB1555Row_C() function
|
/external/libyuv/files/source/ |
D | convert_from_argb.cc | 1467 int width) = ARGBToARGB1555Row_C; in ARGBToARGB1555()
|
D | row_common.cc | 308 void ARGBToARGB1555Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToARGB1555Row_C() function
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 936 void ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int pix);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1788 void ARGBToARGB1555Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 2113 void ARGBToARGB1555Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width);
|