Lines Matching defs:width
73 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_C()
88 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_C()
103 void RAWToRGB24Row_C(const uint8* src_raw, uint8* dst_rgb24, int width) { in RAWToRGB24Row_C()
117 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C()
134 int width) { in ARGB1555ToARGBRow_C()
152 int width) { in ARGB4444ToARGBRow_C()
168 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB24Row_C()
182 void ARGBToRAWRow_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRAWRow_C()
196 void ARGBToRGB565Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB565Row_C()
229 int width) { in ARGBToRGB565DitherRow_C()
254 void ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB1555Row_C()
279 void ARGBToARGB4444Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB4444Row_C()
441 void RGB565ToYRow_C(const uint8* src_rgb565, uint8* dst_y, int width) { in RGB565ToYRow_C()
456 void ARGB1555ToYRow_C(const uint8* src_argb1555, uint8* dst_y, int width) { in ARGB1555ToYRow_C()
471 void ARGB4444ToYRow_C(const uint8* src_argb4444, uint8* dst_y, int width) { in ARGB4444ToYRow_C()
490 int width) { in RGB565ToUVRow_C()
540 int width) { in ARGB1555ToUVRow_C()
591 int width) { in ARGB4444ToUVRow_C()
641 int width) { in ARGBToUV444Row_C()
655 void ARGBGrayRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_C()
667 void ARGBSepiaRow_C(uint8* dst_argb, int width) { in ARGBSepiaRow_C()
689 int width) { in ARGBColorMatrixRow_C()
718 void ARGBColorTableRow_C(uint8* dst_argb, const uint8* table_argb, int width) { in ARGBColorTableRow_C()
734 void RGBColorTableRow_C(uint8* dst_argb, const uint8* table_argb, int width) { in RGBColorTableRow_C()
751 int width) { in ARGBQuantizeRow_C()
769 int width, in ARGBShadeRow_C()
799 int width) { in ARGBMultiplyRow_C()
827 int width) { in ARGBAddRow_C()
854 int width) { in ARGBSubtractRow_C()
881 int width) { in SobelXRow_C()
901 int width) { in SobelYRow_C()
921 int width) { in SobelRow_C()
938 int width) { in SobelToPlaneRow_C()
951 int width) { in SobelXYRow_C()
965 void J400ToARGBRow_C(const uint8* src_y, uint8* dst_argb, int width) { in J400ToARGBRow_C()
1292 int width) { in I444ToARGBRow_C()
1320 int width) { in I444ToARGBRow_C()
1340 int width) { in I422ToARGBRow_C()
1367 int width) { in I422AlphaToARGBRow_C()
1394 int width) { in I422ToRGB24Row_C()
1417 int width) { in I422ToARGB4444Row_C()
1455 int width) { in I422ToARGB1555Row_C()
1493 int width) { in I422ToRGB565Row_C()
1530 int width) { in NV12ToARGBRow_C()
1554 int width) { in NV21ToARGBRow_C()
1578 int width) { in NV12ToRGB565Row_C()
1613 int width) { in YUY2ToARGBRow_C()
1635 int width) { in UYVYToARGBRow_C()
1659 int width) { in I422ToRGBARow_C()
1680 void I400ToARGBRow_C(const uint8* src_y, uint8* rgb_buf, int width) { in I400ToARGBRow_C()
1696 void MirrorRow_C(const uint8* src, uint8* dst, int width) { in MirrorRow_C()
1709 void MirrorUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in MirrorUVRow_C()
1725 void ARGBMirrorRow_C(const uint8* src, uint8* dst, int width) { in ARGBMirrorRow_C()
1740 void SplitUVRow_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUVRow_C()
1758 int width) { in MergeUVRow_C()
1781 void SetRow_C(uint8* dst, uint8 v8, int width) { in SetRow_C()
1785 void ARGBSetRow_C(uint8* dst_argb, uint32 v32, int width) { in ARGBSetRow_C()
1798 int width) { in YUY2ToUVRow_C()
1814 int width) { in YUY2ToUV422Row_C()
1827 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_C()
1845 int width) { in UYVYToUVRow_C()
1861 int width) { in UYVYToUV422Row_C()
1874 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_C()
1895 int width) { in ARGBBlendRow_C()
1947 int width) { in BlendPlaneRow_C()
1967 void ARGBAttenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_C()
2050 void ARGBUnattenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBUnattenuateRow_C()
2074 int width) { in ComputeCumulativeSumRow_C()
2114 int width) { in ARGBAffineRow_C()
2135 int width) { in HalfRow_C()
2145 int width) { in HalfRow_16_C()
2156 int width, in InterpolateRow_C()
2188 int width, in InterpolateRow_16_C()
2218 int width) { in ARGBShuffleRow_C()
2244 int width) { in I422ToYUY2Row_C()
2268 int width) { in I422ToUYVYRow_C()
2291 int width) { in ARGBPolynomialRow_C()
2338 void HalfFloatRow_C(const uint16* src, uint16* dst, float scale, int width) { in HalfFloatRow_C()
2349 int width, in ARGBLumaColorTableRow_C()
2389 void ARGBCopyAlphaRow_C(const uint8* src, uint8* dst, int width) { in ARGBCopyAlphaRow_C()
2402 void ARGBExtractAlphaRow_C(const uint8* src_argb, uint8* dst_a, int width) { in ARGBExtractAlphaRow_C()
2415 void ARGBCopyYToAlphaRow_C(const uint8* src, uint8* dst, int width) { in ARGBCopyYToAlphaRow_C()
2439 int width) { in I422ToRGB565Row_SSSE3()
2460 int width) { in I422ToARGB1555Row_SSSE3()
2482 int width) { in I422ToARGB4444Row_SSSE3()
2503 int width) { in NV12ToRGB565Row_SSSE3()
2524 int width) { in I422ToRGB565Row_AVX2()
2549 int width) { in I422ToARGB1555Row_AVX2()
2575 int width) { in I422ToARGB4444Row_AVX2()
2601 int width) { in I422ToRGB24Row_AVX2()
2623 int width) { in NV12ToRGB565Row_AVX2()