• Home
  • Raw
  • Download

Lines Matching defs:width

22 void BGRAToARGBRow_C(const uint8* src_bgra, uint8* dst_argb, int width) {  in BGRAToARGBRow_C()
38 void ABGRToARGBRow_C(const uint8* src_abgr, uint8* dst_argb, int width) { in ABGRToARGBRow_C()
54 void RGBAToARGBRow_C(const uint8* src_abgr, uint8* dst_argb, int width) { in RGBAToARGBRow_C()
70 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_C()
84 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_C()
98 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { in RGB565ToARGBRow_C()
112 void ARGB1555ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { in ARGB1555ToARGBRow_C()
127 void ARGB4444ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { in ARGB4444ToARGBRow_C()
142 void ARGBToRGBARow_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGBARow_C()
157 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB24Row_C()
170 void ARGBToRAWRow_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRAWRow_C()
184 void ARGBToRGB565Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB565Row_C()
205 void ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB1555Row_C()
231 void ARGBToARGB4444Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB4444Row_C()
314 void ARGBGrayRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBGrayRow_C()
325 void ARGBSepiaRow_C(uint8* dst_argb, int width) { in ARGBSepiaRow_C()
348 void ARGBColorMatrixRow_C(uint8* dst_argb, const int8* matrix_argb, int width) { in ARGBColorMatrixRow_C()
386 void ARGBColorTableRow_C(uint8* dst_argb, const uint8* table_argb, int width) { in ARGBColorTableRow_C()
401 int interval_offset, int width) { in ARGBQuantizeRow_C()
413 void I400ToARGBRow_C(const uint8* src_y, uint8* dst_argb, int width) { in I400ToARGBRow_C()
474 int width) { in I444ToARGBRow_C()
489 int width) { in I422ToARGBRow_C()
507 int width) { in I422ToRGB24Row_C()
528 int width) { in I422ToRAWRow_C()
549 int width) { in I411ToARGBRow_C()
574 int width) { in NV12ToARGBRow_C()
590 int width) { in NV21ToARGBRow_C()
607 int width) { in I422ToBGRARow_C()
625 int width) { in I422ToABGRRow_C()
643 int width) { in I422ToRGBARow_C()
657 void YToARGBRow_C(const uint8* y_buf, uint8* rgb_buf, int width) { in YToARGBRow_C()
665 void MirrorRow_C(const uint8* src, uint8* dst, int width) { in MirrorRow_C()
677 void MirrorRowUV_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in MirrorRowUV_C()
692 void ARGBMirrorRow_C(const uint8* src, uint8* dst, int width) { in ARGBMirrorRow_C()
706 void SplitUV_C(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int width) { in SplitUV_C()
735 void SetRows32_C(uint8* dst, uint32 v32, int width, in SetRows32_C()
748 uint8* dst_u, uint8* dst_v, int width) { in YUY2ToUVRow_C()
761 uint8* dst_u, uint8* dst_v, int width) { in YUY2ToUV422Row_C()
773 void YUY2ToYRow_C(const uint8* src_yuy2, uint8* dst_y, int width) { in YUY2ToYRow_C()
787 uint8* dst_u, uint8* dst_v, int width) { in UYVYToUVRow_C()
800 uint8* dst_u, uint8* dst_v, int width) { in UYVYToUV422Row_C()
812 void UYVYToYRow_C(const uint8* src_uyvy, uint8* dst_y, int width) { in UYVYToYRow_C()
830 uint8* dst_argb, int width) { in ARGBBlendRow_C()
879 void ARGBAttenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBAttenuateRow_C()
956 void ARGBUnattenuateRow_C(const uint8* src_argb, uint8* dst_argb, int width) { in ARGBUnattenuateRow_C()
1146 const int32* previous_cumsum, int width) { in ComputeCumulativeSumRow_C()
1177 void ARGBShadeRow_C(const uint8* src_argb, uint8* dst_argb, int width, in ARGBShadeRow_C()
1203 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_C()