/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A D | row_neon64.cc | 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() [all …]
|
H A D | row_neon.cc | 114 int width) { in I444ToARGBRow_NEON() 140 int width) { in I422ToARGBRow_NEON() 167 int width) { in I422AlphaToARGBRow_NEON() 194 int width) { in I422ToRGBARow_NEON() 220 int width) { in I422ToRGB24Row_NEON() 252 int width) { in I422ToRGB565Row_NEON() 286 int width) { in I422ToARGB1555Row_NEON() 321 int width) { in I422ToARGB4444Row_NEON() 348 int width) { in I400ToARGBRow_NEON() 367 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON() [all …]
|
H A D | row_gcc.cc | 160 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_SSE2() 191 int width) { in RGB24ToARGBRow_SSSE3() 229 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() 268 void RAWToRGBARow_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_SSSE3() 308 int width) { in RAWToRGB24Row_SSSE3() 338 void RGB565ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in RGB565ToARGBRow_SSE2() 386 void ARGB1555ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB1555ToARGBRow_SSE2() 437 void ARGB4444ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB4444ToARGBRow_SSE2() 474 void ARGBToRGB24Row_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRGB24Row_SSSE3() 513 void ARGBToRAWRow_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRAWRow_SSSE3() [all …]
|
H A D | row_common.cc | 98 void RGB24ToARGBRow_C(const uint8_t* src_rgb24, uint8_t* dst_argb, int width) { in RGB24ToARGBRow_C() 113 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_C() 128 void RAWToRGBARow_C(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_C() 143 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_C() 159 int width) { in RGB565ToARGBRow_C() 176 int width) { in ARGB1555ToARGBRow_C() 194 int width) { in ARGB4444ToARGBRow_C() 210 void AR30ToARGBRow_C(const uint8_t* src_ar30, uint8_t* dst_argb, int width) { in AR30ToARGBRow_C() 225 void AR30ToABGRRow_C(const uint8_t* src_ar30, uint8_t* dst_abgr, int width) { in AR30ToABGRRow_C() 240 void AR30ToAB30Row_C(const uint8_t* src_ar30, uint8_t* dst_ab30, int width) { in AR30ToAB30Row_C() [all …]
|
H A D | convert_argb.cc | 33 int width, in ARGBCopy() 61 int width, in I420ToARGBMatrix() 140 int width, in I420ToARGB() 157 int width, in I420ToABGR() 176 int width, in J420ToARGB() 193 int width, in J420ToABGR() 212 int width, in H420ToARGB() 229 int width, in H420ToABGR() 248 int width, in U420ToARGB() 265 int width, in U420ToABGR() [all …]
|
H A D | planar_functions.cc | 33 int width, in CopyPlane() 90 int width, in CopyPlane_16() 131 int width, in Convert16To8Plane() 181 int width, in Convert8To16Plane() 238 int width, in I422Copy() 277 int width, in I444Copy() 307 int width, in I400ToI400() 332 int width, in I420ToI400() 355 uint8_t* dst_uv, int dst_stride_uv, int width, int height) { in NV12Copy() 380 uint8_t* dst_vu, int dst_stride_vu, int width, int height) { in NV21Copy() [all …]
|
/aosp_15_r20/external/libyuv/source/ |
H A D | row_gcc.cc | 167 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_SSE2() 198 int width) { in RGB24ToARGBRow_SSSE3() 236 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() 275 void RAWToRGBARow_SSSE3(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_SSSE3() 315 int width) { in RAWToRGB24Row_SSSE3() 345 void RGB565ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in RGB565ToARGBRow_SSE2() 393 void ARGB1555ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB1555ToARGBRow_SSE2() 444 void ARGB4444ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB4444ToARGBRow_SSE2() 481 void ARGBToRGB24Row_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRGB24Row_SSSE3() 520 void ARGBToRAWRow_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRAWRow_SSSE3() [all …]
|
H A D | row_neon64.cc | 126 int width) { in I444ToARGBRow_NEON() 150 int width) { in I444ToRGB24Row_NEON() 173 int width) { in I422ToARGBRow_NEON() 198 int width) { in I444AlphaToARGBRow_NEON() 224 int width) { in I422AlphaToARGBRow_NEON() 249 int width) { in I422ToRGBARow_NEON() 273 int width) { in I422ToRGB24Row_NEON() 303 int width) { in I422ToRGB565Row_NEON() 334 int width) { in I422ToARGB1555Row_NEON() 369 int width) { in I422ToARGB4444Row_NEON() [all …]
|
H A D | row_neon.cc | 142 int width) { in I444ToARGBRow_NEON() 166 int width) { in I444ToRGB24Row_NEON() 189 int width) { in I422ToARGBRow_NEON() 214 int width) { in I444AlphaToARGBRow_NEON() 240 int width) { in I422AlphaToARGBRow_NEON() 265 int width) { in I422ToRGBARow_NEON() 287 int width) { in I422ToRGB24Row_NEON() 318 int width) { in I422ToRGB565Row_NEON() 350 int width) { in I422ToARGB1555Row_NEON() 383 int width) { in I422ToARGB4444Row_NEON() [all …]
|
H A D | row_common.cc | 126 void RGB24ToARGBRow_C(const uint8_t* src_rgb24, uint8_t* dst_argb, int width) { in RGB24ToARGBRow_C() 141 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_C() 156 void RAWToRGBARow_C(const uint8_t* src_raw, uint8_t* dst_rgba, int width) { in RAWToRGBARow_C() 171 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_C() 187 int width) { in RGB565ToARGBRow_C() 205 int width) { in ARGB1555ToARGBRow_C() 224 int width) { in ARGB4444ToARGBRow_C() 240 void AR30ToARGBRow_C(const uint8_t* src_ar30, uint8_t* dst_argb, int width) { in AR30ToARGBRow_C() 255 void AR30ToABGRRow_C(const uint8_t* src_ar30, uint8_t* dst_abgr, int width) { in AR30ToABGRRow_C() 270 void AR30ToAB30Row_C(const uint8_t* src_ar30, uint8_t* dst_ab30, int width) { in AR30ToAB30Row_C() [all …]
|
H A D | convert_argb.cc | 37 int width, in ARGBCopy() 65 int width, in I420ToARGBMatrix() 167 int width, in I420ToARGB() 184 int width, in I420ToABGR() 203 int width, in J420ToARGB() 220 int width, in J420ToABGR() 239 int width, in H420ToARGB() 256 int width, in H420ToABGR() 275 int width, in U420ToARGB() 292 int width, in U420ToABGR() [all …]
|
H A D | planar_functions.cc | 34 int width, in CopyPlane() 97 int width, in CopyPlane_16() 110 int width, in Convert16To8Plane() 171 int width, in Convert8To16Plane() 231 int width, in I422Copy() 273 int width, in I444Copy() 312 int width, in I210Copy() 355 int width, in I410Copy() 386 int width, in I400ToI400() 411 int width, in I420ToI400() [all …]
|
/aosp_15_r20/external/libvpx/third_party/libyuv/source/ |
H A D | row_gcc.cc | 155 void J400ToARGBRow_SSE2(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_SSE2() 186 int width) { in RGB24ToARGBRow_SSSE3() 224 void RAWToARGBRow_SSSE3(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_SSSE3() 264 int width) { in RAWToRGB24Row_SSSE3() 294 void RGB565ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in RGB565ToARGBRow_SSE2() 342 void ARGB1555ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB1555ToARGBRow_SSE2() 393 void ARGB4444ToARGBRow_SSE2(const uint8_t* src, uint8_t* dst, int width) { in ARGB4444ToARGBRow_SSE2() 430 void ARGBToRGB24Row_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRGB24Row_SSSE3() 469 void ARGBToRAWRow_SSSE3(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRAWRow_SSSE3() 512 void ARGBToRGB24Row_AVX2(const uint8_t* src, uint8_t* dst, int width) { in ARGBToRGB24Row_AVX2() [all …]
|
H A D | row_neon64.cc | 120 int width) { in I444ToARGBRow_NEON() 149 int width) { in I422ToARGBRow_NEON() 179 int width) { in I422AlphaToARGBRow_NEON() 209 int width) { in I422ToRGBARow_NEON() 238 int width) { in I422ToRGB24Row_NEON() 273 int width) { in I422ToRGB565Row_NEON() 309 int width) { in I422ToARGB1555Row_NEON() 347 int width) { in I422ToARGB4444Row_NEON() 373 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON() 395 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON() [all …]
|
H A D | row_neon.cc | 114 int width) { in I444ToARGBRow_NEON() 140 int width) { in I422ToARGBRow_NEON() 167 int width) { in I422AlphaToARGBRow_NEON() 194 int width) { in I422ToRGBARow_NEON() 220 int width) { in I422ToRGB24Row_NEON() 252 int width) { in I422ToRGB565Row_NEON() 286 int width) { in I422ToARGB1555Row_NEON() 321 int width) { in I422ToARGB4444Row_NEON() 345 void I400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in I400ToARGBRow_NEON() 364 void J400ToARGBRow_NEON(const uint8_t* src_y, uint8_t* dst_argb, int width) { in J400ToARGBRow_NEON() [all …]
|
H A D | row_common.cc | 84 void RGB24ToARGBRow_C(const uint8_t* src_rgb24, uint8_t* dst_argb, int width) { in RGB24ToARGBRow_C() 99 void RAWToARGBRow_C(const uint8_t* src_raw, uint8_t* dst_argb, int width) { in RAWToARGBRow_C() 114 void RAWToRGB24Row_C(const uint8_t* src_raw, uint8_t* dst_rgb24, int width) { in RAWToRGB24Row_C() 130 int width) { in RGB565ToARGBRow_C() 147 int width) { in ARGB1555ToARGBRow_C() 165 int width) { in ARGB4444ToARGBRow_C() 181 void AR30ToARGBRow_C(const uint8_t* src_ar30, uint8_t* dst_argb, int width) { in AR30ToARGBRow_C() 195 void AR30ToABGRRow_C(const uint8_t* src_ar30, uint8_t* dst_abgr, int width) { in AR30ToABGRRow_C() 209 void AR30ToAB30Row_C(const uint8_t* src_ar30, uint8_t* dst_ab30, int width) { in AR30ToAB30Row_C() 222 void ARGBToRGB24Row_C(const uint8_t* src_argb, uint8_t* dst_rgb, int width) { in ARGBToRGB24Row_C() [all …]
|
H A D | convert_argb.cc | 33 int width, in ARGBCopy() 60 int width, in I420ToARGBMatrix() 131 int width, in I420ToARGB() 148 int width, in I420ToABGR() 167 int width, in J420ToARGB() 184 int width, in J420ToABGR() 203 int width, in H420ToARGB() 220 int width, in H420ToABGR() 239 int width, in I422ToARGBMatrix() 315 int width, in I422ToARGB() [all …]
|
/aosp_15_r20/platform_testing/libraries/motion/compose/tests/goldens/ |
H A D | recordMotion_motionControl_performTap.json | 49 "width": 20, number 53 "width": 20, number 57 "width": 20, number 61 "width": 20, number 65 "width": 20, number 69 "width": 22.571428, number 73 "width": 27.142857, number 77 "width": 31.142857, number 81 "width": 34.285713, number 85 "width": 36.285713, number [all …]
|
H A D | recordMotion_captureSize.json | 38 "width": 10, number 42 "width": 10, number 46 "width": 10, number 50 "width": 13.428572, number 54 "width": 20.857143, number 58 "width": 30, number 62 "width": 39.42857, number 66 "width": 48, number 70 "width": 55.714287, number 74 "width": 62.285713, number [all …]
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | global-average-pooling-nwc.cc | 23 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local 37 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local 52 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local 69 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local 86 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local 103 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local 120 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local 135 for (size_t width = 1; width <= spatial_tile; width++) { in TEST() local 150 for (size_t width = spatial_tile; width <= 4 * spatial_tile; width++) { in TEST() local 164 for (size_t width = spatial_tile; width <= 4 * spatial_tile; width++) { in TEST() local [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/ |
H A D | global-average-pooling.cc | 29 for (size_t width = 1; width <= pytorch_qnnp_params.q8gavgpool.mr; in TEST() local 47 for (size_t width = 1; width <= pytorch_qnnp_params.q8gavgpool.mr; in TEST() local 66 for (size_t width = 1; width <= pytorch_qnnp_params.q8gavgpool.mr; in TEST() local 88 for (size_t width = 1; width <= pytorch_qnnp_params.q8gavgpool.mr; in TEST() local 110 for (size_t width = 1; width <= pytorch_qnnp_params.q8gavgpool.mr; in TEST() local 132 for (size_t width = 1; width <= pytorch_qnnp_params.q8gavgpool.mr; in TEST() local 154 for (size_t width = 1; width <= pytorch_qnnp_params.q8gavgpool.mr; in TEST() local 173 for (size_t width = 1; width <= pytorch_qnnp_params.q8gavgpool.mr; in TEST() local 190 for (size_t width = pytorch_qnnp_params.q8gavgpool.mr; in TEST() local 209 for (size_t width = pytorch_qnnp_params.q8gavgpool.mr; in TEST() local [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Overlay_autogen.cpp | 42 const int32_t width = 12 * (kFontGlyphWidth >> fontSize); in initOverlayWidgets() local 66 const int32_t width = 150 * (kFontGlyphWidth >> fontSize); in initOverlayWidgets() local 91 const int32_t width = 25 * (kFontGlyphWidth >> fontSize); in initOverlayWidgets() local 115 const int32_t width = 5 * static_cast<uint32_t>(widget->runningValues.size()); in initOverlayWidgets() local 137 const int32_t width = 40 * (kFontGlyphWidth >> fontSize); in initOverlayWidgets() local 160 const int32_t width = 6 * static_cast<uint32_t>(widget->runningValues.size()); in initOverlayWidgets() local 182 const int32_t width = 40 * (kFontGlyphWidth >> fontSize); in initOverlayWidgets() local 205 const int32_t width = 5 * static_cast<uint32_t>(widget->runningValues.size()); in initOverlayWidgets() local 227 const int32_t width = 40 * (kFontGlyphWidth >> fontSize); in initOverlayWidgets() local 250 const int32_t width = 6 * static_cast<uint32_t>(widget->runningValues.size()); in initOverlayWidgets() local [all …]
|
/aosp_15_r20/external/skia/src/encode/ |
H A D | SkImageEncoderFns.h | 26 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() 30 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() argument 45 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() argument 51 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() argument 57 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() argument 63 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() argument 69 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() argument 75 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() argument 81 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() argument 87 static inline void transform_scanline_to_premul_legacy(char* dst, const char* src, int width, int) { in transform_scanline_to_premul_legacy() argument [all …]
|
/aosp_15_r20/external/skia/gm/ |
H A D | thinconcavepaths.cpp | 16 void draw_thin_stroked_rect(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_stroked_rect() 29 void draw_thin_right_angle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_right_angle() 41 void draw_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_golf_club() 54 void draw_barbell(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_barbell() 70 void draw_thin_rect_and_triangle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_rect_and_triangle() 85 void draw_hipster_pants(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_hipster_pants() 97 void draw_skinny_snake(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_skinny_snake() 111 void draw_pointy_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_pointy_golf_club() 121 void draw_small_i(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_small_i() 145 for (SkScalar width = 0.5f; width < 2.05f; width += 0.25f) { variable [all …]
|
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | u_format_zs.c | 116 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint() 129 unsigned width, unsigned height) in util_format_s8_uint_pack_s_8uint() 142 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_float() 159 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float() 176 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm() 193 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_32unorm() 210 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_float() 227 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_float() 244 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_32unorm() 257 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_32unorm() [all …]
|