Searched defs:dst_rgb565 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 426 uint8* dst_rgb565, in I422ToRGB565Row_NEON() 647 uint8* dst_rgb565, in NV12ToRGB565Row_NEON() 675 uint8* dst_rgb565, in NV21ToRGB565Row_NEON() 1331 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON()
|
D | convert_from_argb.cc | 868 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565Dither() 921 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565()
|
D | row_common.cc | 1305 uint8* dst_rgb565, in I422ToRGB565Row_C() 1430 uint8* dst_rgb565, in NV12ToRGB565Row_C() 1465 uint8* dst_rgb565, in NV21ToRGB565Row_C() 2168 uint8* dst_rgb565, in I422ToRGB565Row_SSSE3() 2228 uint8* dst_rgb565, int width) { in NV12ToRGB565Row_SSSE3() 2245 uint8* dst_rgb565, int width) { in NV21ToRGB565Row_SSSE3() 2300 uint8* dst_rgb565, in I422ToRGB565Row_AVX2() 2404 uint8* dst_rgb565, int width) { in NV12ToRGB565Row_AVX2() 2421 uint8* dst_rgb565, int width) { in NV21ToRGB565Row_AVX2()
|
D | row_neon64.cc | 411 uint8* dst_rgb565, in I422ToRGB565Row_NEON() 623 uint8* dst_rgb565, in NV12ToRGB565Row_NEON() 650 uint8* dst_rgb565, in NV21ToRGB565Row_NEON() 1345 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON()
|
D | convert_from.cc | 957 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565() 1025 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565Dither()
|
D | planar_functions.cc | 998 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() 1055 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565()
|
/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()
|