Home
last modified time | relevance | path

Searched refs:RGB565ToARGBRow (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dconvert_argb.cc530 void (*RGB565ToARGBRow)(const uint8* src_rgb565, uint8* dst_argb, int pix) = in RGB565ToARGB() local
552 RGB565ToARGBRow = RGB565ToARGBRow_Any_SSE2; in RGB565ToARGB()
554 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
559 RGB565ToARGBRow = RGB565ToARGBRow_Any_NEON; in RGB565ToARGB()
561 RGB565ToARGBRow = RGB565ToARGBRow_NEON; in RGB565ToARGB()
567 RGB565ToARGBRow(src_rgb565, dst_argb, width); in RGB565ToARGB()
Dconvert.cc1194 void (*RGB565ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in RGB565ToI420() local
1229 RGB565ToARGBRow = RGB565ToARGBRow_Any_SSE2; in RGB565ToI420()
1231 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
1269 RGB565ToARGBRow(src_rgb565, row, width); in RGB565ToI420()
1270 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kRowSize, width); in RGB565ToI420()
1285 RGB565ToARGBRow(src_rgb565, row, width); in RGB565ToI420()
/external/chromium_org/third_party/libyuv/source/
Dconvert_argb.cc530 void (*RGB565ToARGBRow)(const uint8* src_rgb565, uint8* dst_argb, int pix) = in RGB565ToARGB() local
552 RGB565ToARGBRow = RGB565ToARGBRow_Any_SSE2; in RGB565ToARGB()
554 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
559 RGB565ToARGBRow = RGB565ToARGBRow_Any_NEON; in RGB565ToARGB()
561 RGB565ToARGBRow = RGB565ToARGBRow_NEON; in RGB565ToARGB()
567 RGB565ToARGBRow(src_rgb565, dst_argb, width); in RGB565ToARGB()
Dconvert.cc1184 void (*RGB565ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in RGB565ToI420() local
1222 RGB565ToARGBRow = RGB565ToARGBRow_Any_SSE2; in RGB565ToI420()
1224 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
1255 RGB565ToARGBRow(src_rgb565, row, width); in RGB565ToI420()
1256 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kRowSize, width); in RGB565ToI420()
1271 RGB565ToARGBRow(src_rgb565, row, width); in RGB565ToI420()
/external/libyuv/files/source/
Dconvert_argb.cc444 void (*RGB565ToARGBRow)(const uint8* src_rgb565, uint8* dst_argb, int pix) = in RGB565ToARGB() local
450 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToARGB()
455 RGB565ToARGBRow(src_rgb565, dst_argb, width); in RGB565ToARGB()
Dconvert.cc1319 void (*RGB565ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix); in RGB565ToI420() local
1321 RGB565ToARGBRow = RGB565ToARGBRow_C; in RGB565ToI420()
1325 RGB565ToARGBRow = RGB565ToARGBRow_SSE2; in RGB565ToI420()
1352 RGB565ToARGBRow(src_rgb565, row, width); in RGB565ToI420()
1353 RGB565ToARGBRow(src_rgb565 + src_stride_rgb565, row + kMaxStride, width); in RGB565ToI420()