Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dconvert.cc1211 void (*RGB565ToYRow)(const uint8* src_rgb565, uint8* dst_y, int width) = in RGB565ToI420() local
1235 RGB565ToYRow = RGB565ToYRow_Any_NEON; in RGB565ToI420()
1237 RGB565ToYRow = RGB565ToYRow_NEON; in RGB565ToI420()
1246 RGB565ToYRow = RGB565ToYRow_Any_MSA; in RGB565ToI420()
1248 RGB565ToYRow = RGB565ToYRow_MSA; in RGB565ToI420()
1308 RGB565ToYRow(src_rgb565, dst_y, width); in RGB565ToI420()
1309 RGB565ToYRow(src_rgb565 + src_stride_rgb565, dst_y + dst_stride_y, width); in RGB565ToI420()
1325 RGB565ToYRow(src_rgb565, dst_y, width); in RGB565ToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc1237 void (*RGB565ToYRow)(const uint8_t* src_rgb565, uint8_t* dst_y, int width) = in RGB565ToI420() local
1262 RGB565ToYRow = RGB565ToYRow_Any_NEON; in RGB565ToI420()
1264 RGB565ToYRow = RGB565ToYRow_NEON; in RGB565ToI420()
1273 RGB565ToYRow = RGB565ToYRow_Any_MSA; in RGB565ToI420()
1275 RGB565ToYRow = RGB565ToYRow_MSA; in RGB565ToI420()
1327 RGB565ToYRow(src_rgb565, dst_y, width); in RGB565ToI420()
1328 RGB565ToYRow(src_rgb565 + src_stride_rgb565, dst_y + dst_stride_y, width); in RGB565ToI420()
1344 RGB565ToYRow(src_rgb565, dst_y, width); in RGB565ToI420()
/external/libaom/libaom/third_party/libyuv/source/
Dconvert.cc1027 void (*RGB565ToYRow)(const uint8* src_rgb565, uint8* dst_y, int pix) = in RGB565ToI420() local
1052 RGB565ToYRow = RGB565ToYRow_Any_NEON; in RGB565ToI420()
1054 RGB565ToYRow = RGB565ToYRow_NEON; in RGB565ToI420()
1107 RGB565ToYRow(src_rgb565, dst_y, width); in RGB565ToI420()
1108 RGB565ToYRow(src_rgb565 + src_stride_rgb565, dst_y + dst_stride_y, width); in RGB565ToI420()
1124 RGB565ToYRow(src_rgb565, dst_y, width); in RGB565ToI420()