Lines Matching defs:width

114                         int width) {  in I444ToARGBRow_NEON()
146 int width) { in I422ToARGBRow_NEON()
180 int width) { in I422AlphaToARGBRow_NEON()
214 int width) { in I422ToRGBARow_NEON()
246 int width) { in I422ToRGB24Row_NEON()
286 int width) { in I422ToRGB565Row_NEON()
326 int width) { in I422ToARGB1555Row_NEON()
369 int width) { in I422ToARGB4444Row_NEON()
401 int width) { in I400ToARGBRow_NEON()
424 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON()
446 int width) { in NV12ToARGBRow_NEON()
475 int width) { in NV21ToARGBRow_NEON()
504 int width) { in NV12ToRGB24Row_NEON()
532 int width) { in NV21ToRGB24Row_NEON()
560 int width) { in NV12ToRGB565Row_NEON()
584 int width) { in YUY2ToARGBRow_NEON()
610 int width) { in UYVYToARGBRow_NEON()
637 int width) { in SplitUVRow_NEON()
659 int width) { in MergeUVRow_NEON()
683 int width) { in SplitRGBRow_NEON()
708 int width) { in MergeRGBRow_NEON()
732 void CopyRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_NEON()
749 void SetRow_NEON(uint8_t* dst, uint8_t v8, int width) { in SetRow_NEON()
762 void ARGBSetRow_NEON(uint8_t* dst, uint32_t v32, int width) { in ARGBSetRow_NEON()
779 void MirrorRow_NEON(const uint8_t* src, uint8_t* dst, int width) { in MirrorRow_NEON()
804 void MirrorUVRow_NEON(const uint8_t* src_uv, uint8_t* dst_uv, int width) { in MirrorUVRow_NEON()
828 int width) { in MirrorSplitUVRow_NEON()
857 void ARGBMirrorRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBMirrorRow_NEON()
880 int width) { in RGB24MirrorRow_NEON()
905 int width) { in RGB24ToARGBRow_NEON()
923 void RAWToARGBRow_NEON(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_NEON()
942 void RAWToRGBARow_NEON(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_NEON()
961 void RAWToRGB24Row_NEON(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_NEON()
994 int width) { in RGB565ToARGBRow_NEON()
1051 int width) { in ARGB1555ToARGBRow_NEON()
1085 int width) { in ARGB4444ToARGBRow_NEON()
1104 int width) { in ARGBToRGB24Row_NEON()
1121 void ARGBToRAWRow_NEON(const uint8_t* src_argb, uint8_t* dst_raw, int width) { in ARGBToRAWRow_NEON()
1139 void YUY2ToYRow_NEON(const uint8_t* src_yuy2, uint8_t* dst_y, int width) { in YUY2ToYRow_NEON()
1155 void UYVYToYRow_NEON(const uint8_t* src_uyvy, uint8_t* dst_y, int width) { in UYVYToYRow_NEON()
1174 int width) { in YUY2ToUV422Row_NEON()
1195 int width) { in UYVYToUV422Row_NEON()
1217 int width) { in YUY2ToUVRow_NEON()
1245 int width) { in UYVYToUVRow_NEON()
1273 int width) { in ARGBShuffleRow_NEON()
1295 int width) { in I422ToYUY2Row_NEON()
1319 int width) { in I422ToUYVYRow_NEON()
1341 int width) { in ARGBToRGB565Row_NEON()
1361 int width) { in ARGBToRGB565DitherRow_NEON()
1383 int width) { in ARGBToARGB1555Row_NEON()
1402 int width) { in ARGBToARGB4444Row_NEON()
1421 void ARGBToYRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYRow_NEON()
1447 int width) { in ARGBExtractAlphaRow_NEON()
1463 void ARGBToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in ARGBToYJRow_NEON()
1485 void RGBAToYJRow_NEON(const uint8_t* src_argb, uint8_t* dst_y, int width) { in RGBAToYJRow_NEON()
1511 int width) { in ARGBToUV444Row_NEON()
1579 int width) { in ARGBToUVRow_NEON()
1620 int width) { in ARGBToUVJRow_NEON()
1665 int width) { in BGRAToUVRow_NEON()
1705 int width) { in ABGRToUVRow_NEON()
1745 int width) { in RGBAToUVRow_NEON()
1785 int width) { in RGB24ToUVRow_NEON()
1825 int width) { in RAWToUVRow_NEON()
1866 int width) { in RGB565ToUVRow_NEON()
1924 int width) { in ARGB1555ToUVRow_NEON()
1982 int width) { in ARGB4444ToUVRow_NEON()
2037 void RGB565ToYRow_NEON(const uint8_t* src_rgb565, uint8_t* dst_y, int width) { in RGB565ToYRow_NEON()
2065 int width) { in ARGB1555ToYRow_NEON()
2092 int width) { in ARGB4444ToYRow_NEON()
2117 void BGRAToYRow_NEON(const uint8_t* src_bgra, uint8_t* dst_y, int width) { in BGRAToYRow_NEON()
2141 void ABGRToYRow_NEON(const uint8_t* src_abgr, uint8_t* dst_y, int width) { in ABGRToYRow_NEON()
2165 void RGBAToYRow_NEON(const uint8_t* src_rgba, uint8_t* dst_y, int width) { in RGBAToYRow_NEON()
2189 void RGB24ToYRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_y, int width) { in RGB24ToYRow_NEON()
2213 void RAWToYRow_NEON(const uint8_t* src_raw, uint8_t* dst_y, int width) { in RAWToYRow_NEON()
2237 void RGB24ToYJRow_NEON(const uint8_t* src_rgb24, uint8_t* dst_yj, int width) { in RGB24ToYJRow_NEON()
2259 void RAWToYJRow_NEON(const uint8_t* src_raw, uint8_t* dst_yj, int width) { in RAWToYJRow_NEON()
2350 int width) { in ARGBBlendRow_NEON()
2421 int width) { in ARGBAttenuateRow_NEON()
2449 int width) { in ARGBQuantizeRow_NEON()
2491 int width, in ARGBShadeRow_NEON()
2527 void ARGBGrayRow_NEON(const uint8_t* src_argb, uint8_t* dst_argb, int width) { in ARGBGrayRow_NEON()
2556 void ARGBSepiaRow_NEON(uint8_t* dst_argb, int width) { in ARGBSepiaRow_NEON()
2598 int width) { in ARGBColorMatrixRow_NEON()
2659 int width) { in ARGBMultiplyRow_NEON()
2690 int width) { in ARGBAddRow_NEON()
2717 int width) { in ARGBSubtractRow_NEON()
2748 int width) { in SobelRow_NEON()
2775 int width) { in SobelToPlaneRow_NEON()
2803 int width) { in SobelXYRow_NEON()
2832 int width) { in SobelXRow_NEON()
2873 int width) { in SobelYRow_NEON()
2909 int width) { in HalfFloat1Row_NEON()
2933 int width) { in HalfFloatRow_NEON()
2959 int width) { in ByteToFloatRow_NEON()
2984 int width) { in ScaleMaxSamples_NEON()
3014 int width) { in ScaleSumSamples_NEON()
3042 void ScaleSamples_NEON(const float* src, float* dst, float scale, int width) { in ScaleSamples_NEON()
3066 int width) { in GaussCol_NEON()
3105 void GaussRow_NEON(const uint32_t* src, uint16_t* dst, int width) { in GaussRow_NEON()
3151 int width) { in GaussCol_F32_NEON()
3189 void GaussRow_F32_NEON(const float* src, float* dst, int width) { in GaussRow_F32_NEON()
3227 int width) { in NV21ToYUV24Row_NEON()
3250 int width) { in AYUVToUVRow_NEON()
3279 int width) { in AYUVToVURow_NEON()
3306 void AYUVToYRow_NEON(const uint8_t* src_ayuv, uint8_t* dst_y, int width) { in AYUVToYRow_NEON()
3326 void SwapUVRow_NEON(const uint8_t* src_uv, uint8_t* dst_vu, int width) { in SwapUVRow_NEON()
3350 int width) { in HalfMergeUVRow_NEON()