Searched refs:ARGBToRGB565DitherRow (Results 1 – 2 of 2) sorted by relevance
871 void (*ARGBToRGB565DitherRow)(const uint8* src_argb, uint8* dst_rgb, in ARGBToRGB565Dither() local886 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_Any_SSE2; in ARGBToRGB565Dither()888 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_SSE2; in ARGBToRGB565Dither()894 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_Any_AVX2; in ARGBToRGB565Dither()896 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_AVX2; in ARGBToRGB565Dither()902 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_Any_NEON; in ARGBToRGB565Dither()904 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_NEON; in ARGBToRGB565Dither()909 ARGBToRGB565DitherRow(src_argb, dst_rgb565, in ARGBToRGB565Dither()
1033 void (*ARGBToRGB565DitherRow)(const uint8* src_argb, uint8* dst_rgb, in I420ToRGB565Dither() local1082 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_Any_SSE2; in I420ToRGB565Dither()1084 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_SSE2; in I420ToRGB565Dither()1090 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_Any_AVX2; in I420ToRGB565Dither()1092 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_AVX2; in I420ToRGB565Dither()1098 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_Any_NEON; in I420ToRGB565Dither()1100 ARGBToRGB565DitherRow = ARGBToRGB565DitherRow_NEON; in I420ToRGB565Dither()1109 ARGBToRGB565DitherRow(row_argb, dst_rgb565, in I420ToRGB565Dither()