Searched defs:dst_rgb565 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon64.cc | 431 uint8* dst_rgb565, in I422ToRGB565Row_NEON() 690 uint8* dst_rgb565, in NV12ToRGB565Row_NEON() 724 uint8* dst_rgb565, in NV21ToRGB565Row_NEON() 1512 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON()
|
D | row_neon.cc | 414 uint8* dst_rgb565, in I422ToRGB565Row_NEON() 659 uint8* dst_rgb565, in NV12ToRGB565Row_NEON() 691 uint8* dst_rgb565, in NV21ToRGB565Row_NEON() 1419 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON()
|
D | row_common.cc | 1160 uint8* dst_rgb565, in I422ToRGB565Row_C() 1285 uint8* dst_rgb565, in NV12ToRGB565Row_C() 1320 uint8* dst_rgb565, in NV21ToRGB565Row_C() 2107 uint8* dst_rgb565, in NV12ToRGB565Row_SSSE3() 2118 uint8* dst_rgb565, in NV21ToRGB565Row_SSSE3()
|
D | convert_from_argb.cc | 831 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565()
|
D | planar_functions.cc | 976 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() 1024 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565()
|
D | convert_from.cc | 907 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 721 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() 828 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() 879 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565()
|