Home
last modified time | relevance | path

Searched refs:RGB565ToUVRow (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/source/
Dconvert.cc1208 void (*RGB565ToUVRow)(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420() local
1234 RGB565ToUVRow = RGB565ToUVRow_Any_NEON; in RGB565ToI420()
1239 RGB565ToUVRow = RGB565ToUVRow_NEON; in RGB565ToI420()
1245 RGB565ToUVRow = RGB565ToUVRow_Any_MSA; in RGB565ToI420()
1249 RGB565ToUVRow = RGB565ToUVRow_MSA; in RGB565ToI420()
1307 RGB565ToUVRow(src_rgb565, src_stride_rgb565, dst_u, dst_v, width); in RGB565ToI420()
1324 RGB565ToUVRow(src_rgb565, 0, dst_u, dst_v, width); in RGB565ToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc1234 void (*RGB565ToUVRow)(const uint8_t* src_rgb565, int src_stride_rgb565, in RGB565ToI420() local
1261 RGB565ToUVRow = RGB565ToUVRow_Any_NEON; in RGB565ToI420()
1266 RGB565ToUVRow = RGB565ToUVRow_NEON; in RGB565ToI420()
1272 RGB565ToUVRow = RGB565ToUVRow_Any_MSA; in RGB565ToI420()
1276 RGB565ToUVRow = RGB565ToUVRow_MSA; in RGB565ToI420()
1326 RGB565ToUVRow(src_rgb565, src_stride_rgb565, dst_u, dst_v, width); in RGB565ToI420()
1343 RGB565ToUVRow(src_rgb565, 0, dst_u, dst_v, width); in RGB565ToI420()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert.cc1025 void (*RGB565ToUVRow)(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420() local
1051 RGB565ToUVRow = RGB565ToUVRow_Any_NEON; in RGB565ToI420()
1056 RGB565ToUVRow = RGB565ToUVRow_NEON; in RGB565ToI420()
1106 RGB565ToUVRow(src_rgb565, src_stride_rgb565, dst_u, dst_v, width); in RGB565ToI420()
1123 RGB565ToUVRow(src_rgb565, 0, dst_u, dst_v, width); in RGB565ToI420()