Lines Matching defs:width
133 int width) { in I444ToARGBRow_NEON()
163 int width) { in I422ToARGBRow_NEON()
194 int width) { in I422AlphaToARGBRow_NEON()
226 int width) { in I422ToRGBARow_NEON()
256 int width) { in I422ToRGB24Row_NEON()
292 int width) { in I422ToRGB565Row_NEON()
331 int width) { in I422ToARGB1555Row_NEON()
372 int width) { in I422ToARGB4444Row_NEON()
399 void I400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) { in I400ToARGBRow_NEON()
422 void J400ToARGBRow_NEON(const uint8* src_y, uint8* dst_argb, int width) { in J400ToARGBRow_NEON()
446 int width) { in NV12ToARGBRow_NEON()
474 int width) { in NV21ToARGBRow_NEON()
502 int width) { in NV12ToRGB565Row_NEON()
529 int width) { in YUY2ToARGBRow_NEON()
555 int width) { in UYVYToARGBRow_NEON()
582 int width) { in SplitUVRow_NEON()
606 int width) { in MergeUVRow_NEON()
676 void MirrorRow_NEON(const uint8* src, uint8* dst, int width) { in MirrorRow_NEON()
702 int width) { in MirrorUVRow_NEON()
727 void ARGBMirrorRow_NEON(const uint8* src, uint8* dst, int width) { in ARGBMirrorRow_NEON()
750 void RGB24ToARGBRow_NEON(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_NEON()
768 void RAWToARGBRow_NEON(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_NEON()
788 void RAWToRGB24Row_NEON(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_NEON()
820 void RGB565ToARGBRow_NEON(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_NEON()
878 int width) { in ARGB1555ToARGBRow_NEON()
911 int width) { in ARGB4444ToARGBRow_NEON()
929 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int width) { in ARGBToRGB24Row_NEON()
946 void ARGBToRAWRow_NEON(const uint8* src_argb, uint8* dst_raw, int width) { in ARGBToRAWRow_NEON()
965 void YUY2ToYRow_NEON(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_NEON()
982 void UYVYToYRow_NEON(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_NEON()
1002 int width) { in YUY2ToUV422Row_NEON()
1025 int width) { in UYVYToUV422Row_NEON()
1049 int width) { in YUY2ToUVRow_NEON()
1080 int width) { in UYVYToUVRow_NEON()
1111 int width) { in ARGBShuffleRow_NEON()
1135 int width) { in I422ToYUY2Row_NEON()
1163 int width) { in I422ToUYVYRow_NEON()
1187 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int width) { in ARGBToRGB565Row_NEON()
1208 int width) { in ARGBToRGB565DitherRow_NEON()
1232 int width) { in ARGBToARGB1555Row_NEON()
1252 int width) { in ARGBToARGB4444Row_NEON()
1271 void ARGBToYRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYRow_NEON()
1297 void ARGBExtractAlphaRow_NEON(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_NEON()
1314 void ARGBToYJRow_NEON(const uint8* src_argb, uint8* dst_y, int width) { in ARGBToYJRow_NEON()
1342 int width) { in ARGBToUV444Row_NEON()
1416 int width) { in ARGBToUVRow_NEON()
1460 int width) { in ARGBToUVJRow_NEON()
1507 int width) { in BGRAToUVRow_NEON()
1549 int width) { in ABGRToUVRow_NEON()
1591 int width) { in RGBAToUVRow_NEON()
1633 int width) { in RGB24ToUVRow_NEON()
1675 int width) { in RAWToUVRow_NEON()
1718 int width) { in RGB565ToUVRow_NEON()
1795 int width) { in ARGB1555ToUVRow_NEON()
1867 int width) { in ARGB4444ToUVRow_NEON()
1935 void RGB565ToYRow_NEON(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_NEON()
1963 void ARGB1555ToYRow_NEON(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_NEON()
1990 void ARGB4444ToYRow_NEON(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_NEON()
2017 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON()
2043 void ABGRToYRow_NEON(const uint8* src_abgr, uint8* dst_y, int width) { in ABGRToYRow_NEON()
2069 void RGBAToYRow_NEON(const uint8* src_rgba, uint8* dst_y, int width) { in RGBAToYRow_NEON()
2095 void RGB24ToYRow_NEON(const uint8* src_rgb24, uint8* dst_y, int width) { in RGB24ToYRow_NEON()
2121 void RAWToYRow_NEON(const uint8* src_raw, uint8* dst_y, int width) { in RAWToYRow_NEON()
2220 int width) { in ARGBBlendRow_NEON()
2289 void ARGBAttenuateRow_NEON(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_NEON()
2319 int width) { in ARGBQuantizeRow_NEON()
2363 int width, in ARGBShadeRow_NEON()
2401 void ARGBGrayRow_NEON(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_NEON()
2432 void ARGBSepiaRow_NEON(uint8* dst_argb, int width) { in ARGBSepiaRow_NEON()
2476 int width) { in ARGBColorMatrixRow_NEON()
2540 int width) { in ARGBMultiplyRow_NEON()
2574 int width) { in ARGBAddRow_NEON()
2604 int width) { in ARGBSubtractRow_NEON()
2638 int width) { in SobelRow_NEON()
2667 int width) { in SobelToPlaneRow_NEON()
2697 int width) { in SobelXYRow_NEON()
2728 int width) { in SobelXRow_NEON()
2773 int width) { in SobelYRow_NEON()
2811 void HalfFloat1Row_NEON(const uint16* src, uint16* dst, float, int width) { in HalfFloat1Row_NEON()
2834 void HalfFloatRow_NEON(const uint16* src, uint16* dst, float scale, int width) { in HalfFloatRow_NEON()