Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 6302) sorted by relevance

12345678910>>...253

/third_party/skia/gm/
Dthinconcavepaths.cpp16 void draw_thin_stroked_rect(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_stroked_rect() argument
18 path.moveTo(10 + width, 10 + width); in draw_thin_stroked_rect()
19 path.lineTo(40, 10 + width); in draw_thin_stroked_rect()
21 path.lineTo(10 + width, 20); in draw_thin_stroked_rect()
23 path.lineTo(10, 20 + width); in draw_thin_stroked_rect()
24 path.lineTo(40 + width, 20 + width); in draw_thin_stroked_rect()
25 path.lineTo(40 + width, 10); in draw_thin_stroked_rect()
29 void draw_thin_right_angle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) { in draw_thin_right_angle() argument
31 path.moveTo(10 + width, 10 + width); in draw_thin_right_angle()
32 path.lineTo(40, 10 + width); in draw_thin_right_angle()
[all …]
/third_party/mesa3d/src/util/format/
Du_format_bptc.c38 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_unpack_rgba_8unorm() argument
40 decompress_rgba_unorm(width, height, in util_format_bptc_rgba_unorm_unpack_rgba_8unorm()
48 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_pack_rgba_8unorm() argument
50 compress_rgba_unorm(width, height, in util_format_bptc_rgba_unorm_pack_rgba_8unorm()
58 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_unpack_rgba_float() argument
61 temp_block = malloc(width * height * 4 * sizeof(uint8_t)); in util_format_bptc_rgba_unorm_unpack_rgba_float()
62 decompress_rgba_unorm(width, height, in util_format_bptc_rgba_unorm_unpack_rgba_float()
64 temp_block, width * 4 * sizeof(uint8_t)); in util_format_bptc_rgba_unorm_unpack_rgba_float()
70 temp_block + 4 * width * y, in util_format_bptc_rgba_unorm_unpack_rgba_float()
71 width); in util_format_bptc_rgba_unorm_unpack_rgba_float()
[all …]
Du_format_zs.h42 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
46 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
50 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
54 …d dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
58 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
62 …st_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
66 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
70 …d dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
74 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
78 …st_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
[all …]
Du_format_zs.c116 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint() argument
120 memcpy(dst_row, src_row, width); in util_format_s8_uint_unpack_s_8uint()
129 unsigned width, unsigned height) in util_format_s8_uint_pack_s_8uint() argument
133 memcpy(dst_row, src_row, width); in util_format_s8_uint_pack_s_8uint()
142 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_float() argument
148 for(x = 0; x < width; ++x) { in util_format_z16_unorm_unpack_z_float()
159 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float() argument
165 for(x = 0; x < width; ++x) { in util_format_z16_unorm_pack_z_float()
176 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm() argument
182 for(x = 0; x < width; ++x) { in util_format_z16_unorm_unpack_z_32unorm()
[all …]
Du_format_s3tc.c125 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_8unorm() argument
133 for(x = 0; x < width; x += bw) { in util_format_dxtn_rgb_unpack_rgba_8unorm()
154 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_8unorm() argument
158 width, height, in util_format_dxt1_rgb_unpack_rgba_8unorm()
166 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_8unorm() argument
170 width, height, in util_format_dxt1_rgba_unpack_rgba_8unorm()
178 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_8unorm() argument
182 width, height, in util_format_dxt3_rgba_unpack_rgba_8unorm()
190 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_8unorm() argument
194 width, height, in util_format_dxt5_rgba_unpack_rgba_8unorm()
[all …]
Du_format_s3tc.h57 int width, int height,
72 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
75 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
81 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
84 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
90 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
93 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
99 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
102 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
108 …dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
[all …]
/third_party/skia/src/images/
DSkImageEncoderFns.h17 typedef void (*transform_scanline_proc)(char* dst, const char* src, int width, int bpp);
19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() argument
20 memcpy(dst, src, width * bpp); in transform_scanline_memcpy()
23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() argument
24 for (int i = 0; i < width; i++) { in transform_scanline_A8_to_GrayAlpha()
38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() argument
39 skcms(dst, src, width, in transform_scanline_gray()
44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() argument
45 skcms(dst, src, width, in transform_scanline_565()
50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() argument
[all …]
/third_party/gstreamer/gstplugins_bad/tests/validate/opencv/cvtracker/flow-expectations/
Dlog-tracker-src-expected2 …(string)progressive, multiview-mode=(string)mono, pixel-aspect-ratio=(fraction)1/1, width=(int)320;
5 …:00:00.033333333, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=139, y=99, width=50, height=50]
6 …00:00.033333334, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=144, y=104, width=49, height=49]
7 …00:00.033333333, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=149, y=108, width=50, height=50]
8 …00:00.033333333, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=153, y=113, width=49, height=49]
9 …00:00.033333334, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=157, y=117, width=50, height=50]
10 …00:00.033333333, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=161, y=121, width=50, height=50]
11 …00:00.033333333, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=166, y=126, width=49, height=49]
12 …00:00.033333334, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=171, y=130, width=49, height=49]
13 …00:00.033333333, meta=GstVideoMeta, GstVideoRegionOfInterestMeta[x=175, y=135, width=48, height=48]
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests_data.inl26 GLsizei width; member
37 240, // GLsizei width
42 120, // GLsizei width
47 240, // GLsizei width
57 240, // GLsizei width
62 120, // GLsizei width
67 240, // GLsizei width
77 240, // GLsizei width
82 120, // GLsizei width
87 240, // GLsizei width
[all …]
/third_party/ffmpeg/tests/checkasm/
Dllviddsp.c39 #define init_buffer(a0, a1, type, width)\ argument
42 randomize_buffers(a0, width * sizeof(type));\
43 memcpy(a1, a0, width*sizeof(type));\
45 static void check_add_bytes(LLVidDSPContext c, int width) in check_add_bytes() argument
47 uint8_t *dst0 = av_mallocz(width); in check_add_bytes()
48 uint8_t *dst1 = av_mallocz(width); in check_add_bytes()
49 uint8_t *src0 = av_mallocz_array(width, sizeof(uint8_t)); in check_add_bytes()
50 uint8_t *src1 = av_mallocz_array(width, sizeof(uint8_t)); in check_add_bytes()
53 init_buffer(src0, src1, uint8_t, width); in check_add_bytes()
60 call_ref(dst0, src0, width); in check_add_bytes()
[all …]
/third_party/libdrm/tests/util/
Dpattern.c161 unsigned char *v_mem, unsigned int width, in fill_smpte_yuv_planar() argument
200 for (x = 0; x < width; ++x) in fill_smpte_yuv_planar()
201 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()
206 for (x = 0; x < width; ++x) in fill_smpte_yuv_planar()
207 y_mem[x] = colors_middle[x * 7 / width].y; in fill_smpte_yuv_planar()
212 for (x = 0; x < width * 5 / 7; ++x) in fill_smpte_yuv_planar()
213 y_mem[x] = colors_bottom[x * 4 / (width * 5 / 7)].y; in fill_smpte_yuv_planar()
214 for (; x < width * 6 / 7; ++x) in fill_smpte_yuv_planar()
215 y_mem[x] = colors_bottom[(x - width * 5 / 7) * 3 in fill_smpte_yuv_planar()
216 / (width / 7) + 4].y; in fill_smpte_yuv_planar()
[all …]
/third_party/musl/porting/liteos_a/user/src/stdlib/
Dqsort.c46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument
50 char temp[width]; in __qsort_r()
52 if (width == 0 || base == NULL || nel == 0) { in __qsort_r()
57 end = start + (nel - 1) * width; in __qsort_r()
61 for (l = start + width; l <= end; l += width) { in __qsort_r()
62 memcpy(temp, l, width); in __qsort_r()
63 for (m = l - width; m >= start; m -= width) { in __qsort_r()
65 memcpy((m + width), m, width); in __qsort_r()
70 memcpy((m + width), temp, width); in __qsort_r()
76 m = start + (nel >> 1) * width; in __qsort_r()
[all …]
/third_party/ffmpeg/libavfilter/x86/
Dvf_gradfun_init.c45 int width, int thresh, in gradfun_filter_line_mmxext() argument
49 if (width & 3) { in gradfun_filter_line_mmxext()
50 x = width & ~3; in gradfun_filter_line_mmxext()
52 width - x, thresh, dithers); in gradfun_filter_line_mmxext()
53 width = x; in gradfun_filter_line_mmxext()
55 x = -width; in gradfun_filter_line_mmxext()
56 ff_gradfun_filter_line_mmxext(x, dst + width, src + width, dc + width / 2, in gradfun_filter_line_mmxext()
61 int width, int thresh, in gradfun_filter_line_ssse3() argument
65 if (width & 7) { in gradfun_filter_line_ssse3()
67 x = width & ~7; in gradfun_filter_line_ssse3()
[all …]
/third_party/typescript/tests/baselines/reference/
DdestructuringAssignmentWithDefault.types21 function f1(options?: { color?: string, width?: number }) {
22 >f1 : (options?: { color?: string | undefined; width?: number | undefined; } | undefined) => void
23 >options : { color?: string | undefined; width?: number | undefined; } | undefined
25 >width : number | undefined
27 let { color, width } = options || {};
29 >width : number | undefined
30 >options || {} : { color?: string | undefined; width?: number | undefined; }
31 >options : { color?: string | undefined; width?: number | undefined; } | undefined
34 ({ color, width } = options || {});
35 >({ color, width } = options || {}) : { color?: string | undefined; width?: number | undefined; }
[all …]
/third_party/python/Modules/clinic/
Daudioop.c.h15 audioop_getsample_impl(PyObject *module, Py_buffer *fragment, int width,
23 int width; in audioop_getsample() local
36 width = _PyLong_AsInt(args[1]); in audioop_getsample()
37 if (width == -1 && PyErr_Occurred()) { in audioop_getsample()
52 return_value = audioop_getsample_impl(module, &fragment, width, index); in audioop_getsample()
73 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width);
80 int width; in audioop_max() local
92 width = _PyLong_AsInt(args[1]); in audioop_max()
93 if (width == -1 && PyErr_Occurred()) { in audioop_max()
96 return_value = audioop_max_impl(module, &fragment, width); in audioop_max()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.h122 unsigned width:14; member
191 type->width = format_desc->channel[0].size; in lp_type_from_format_desc()
206 return type.width * type.length; in lp_type_width()
212 lp_type_float(unsigned width) in lp_type_float() argument
219 res_type.width = width; in lp_type_float()
228 lp_type_float_vec(unsigned width, unsigned total_width) in lp_type_float_vec() argument
235 res_type.width = width; in lp_type_float_vec()
236 res_type.length = total_width / width; in lp_type_float_vec()
244 lp_type_int(unsigned width) in lp_type_int() argument
250 res_type.width = width; in lp_type_int()
[all …]
/third_party/python/Modules/
Daudioop.c430 audioop_getsample_impl(PyObject *module, Py_buffer *fragment, int width, in audioop_getsample_impl() argument
436 if (!audioop_check_parameters(module, fragment->len, width)) in audioop_getsample_impl()
438 if (index < 0 || index >= fragment->len/width) { in audioop_getsample_impl()
443 val = GETRAWSAMPLE(width, fragment->buf, index*width); in audioop_getsample_impl()
458 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width) in audioop_max_impl() argument
464 if (!audioop_check_parameters(module, fragment->len, width)) in audioop_max_impl()
466 for (i = 0; i < fragment->len; i += width) { in audioop_max_impl()
467 int val = GETRAWSAMPLE(width, fragment->buf, i); in audioop_max_impl()
488 audioop_minmax_impl(PyObject *module, Py_buffer *fragment, int width) in audioop_minmax_impl() argument
496 if (!audioop_check_parameters(module, fragment->len, width)) in audioop_minmax_impl()
[all …]
/third_party/ffmpeg/libavcodec/tests/
Dsnowenc.c31 #define width 256 in main() macro
33 int buffer[2][width*height]; in main()
40 s.temp_dwt_buffer = av_mallocz_array(width, sizeof(DWTELEM)); in main()
41 s.temp_idwt_buffer = av_mallocz_array(width, sizeof(IDWTELEM)); in main()
51 for(i=0; i<width*height; i++) in main()
54 …ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s… in main()
55 …ff_spatial_idwt((IDWTELEM*)buffer[0], s.temp_idwt_buffer, width, height, width, s.spatial_decompos… in main()
57 for(i=0; i<width*height; i++) in main()
62 for(i=0; i<width*height; i++) in main()
65 …ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s… in main()
[all …]
/third_party/vixl/src/
Dcompiler-intrinsics-vixl.cc33 int CountLeadingSignBitsFallBack(int64_t value, int width) { in CountLeadingSignBitsFallBack() argument
34 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountLeadingSignBitsFallBack()
35 if (width < 64) VIXL_ASSERT(IsIntN(width, value)); in CountLeadingSignBitsFallBack()
37 return CountLeadingZeros(value, width) - 1; in CountLeadingSignBitsFallBack()
39 return CountLeadingZeros(~value, width) - 1; in CountLeadingSignBitsFallBack()
44 int CountLeadingZerosFallBack(uint64_t value, int width) { in CountLeadingZerosFallBack() argument
45 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountLeadingZerosFallBack()
47 return width; in CountLeadingZerosFallBack()
50 value = value << (64 - width); in CountLeadingZerosFallBack()
79 int CountSetBitsFallBack(uint64_t value, int width) { in CountSetBitsFallBack() argument
[all …]
/third_party/skia/third_party/externals/angle2/scripts/
Dbmp_to_nv12.py33 width, = struct.unpack("i", bmp_file.read(4)) variable
46 pixels = bmp_file.read(width * height * 3)
51 for i in range(0, width * height):
60 uv_buffer = bytearray(width * height / 2)
61 for i in range(0, width * height / 2, 2):
62 U1 = converted_pixels[((((i / width) * 2) * width) + (i % width)) * 3 + 1]
63 U2 = converted_pixels[((((i / width) * 2) * width) + width + (i % width)) * 3 + 1]
64 V1 = converted_pixels[((((i / width) * 2) * width) + (i % width)) * 3 + 2]
65 V2 = converted_pixels[((((i / width) * 2) * width) + width + (i % width)) * 3 + 2]
70 y_buffer = bytearray(width * height)
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear.c59 int width; member
71 int width; /* rounded up to multiple of 4 */ member
83 int width; /* the exact width */ member
95 int width; /* rounded up to multiple of 4 */ member
114 const int width = blend->width; in blend_premul() local
120 for (i = 0; i + 3 < width; i += 4) { in blend_premul()
128 if (i < width) { in blend_premul()
130 for (j = 0; j < width - i ; j++) { in blend_premul()
135 for (; i < width; i++) in blend_premul()
144 memcpy(blend->color, blend->src, blend->width * sizeof(unsigned)); in blend_noop()
[all …]
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_rescale_enc.c50 int width, int height) { in AdjustAndCheckRectangle() argument
53 if (width <= 0 || height <= 0) return 0; in AdjustAndCheckRectangle()
54 if ((*left) + width > pic->width) return 0; in AdjustAndCheckRectangle()
68 dst->y, dst->y_stride, dst->width, dst->height); in WebPPictureCopy()
70 HALVE(dst->width), HALVE(dst->height)); in WebPPictureCopy()
72 HALVE(dst->width), HALVE(dst->height)); in WebPPictureCopy()
75 dst->a, dst->a_stride, dst->width, dst->height); in WebPPictureCopy()
80 4 * dst->width, dst->height); in WebPPictureCopy()
94 int left, int top, int width, int height, in WebPPictureView() argument
99 if (!AdjustAndCheckRectangle(src, &left, &top, width, height)) return 0; in WebPPictureView()
[all …]
/third_party/ffmpeg/libavcodec/
Dsnow_dwt.c117 int width, int mul, int add, int shift, in lift() argument
121 const int mirror_right = (width & 1) ^ highpass; in lift()
122 const int w = (width >> 1) - 1 + (highpass & width); in lift()
147 int width, int mul, int add, int shift, in liftS() argument
151 const int mirror_right = (width & 1) ^ highpass; in liftS()
152 const int w = (width >> 1) - 1 + (highpass & width); in liftS()
178 static void horizontal_decompose53i(DWTELEM *b, DWTELEM *temp, int width) in horizontal_decompose53i() argument
180 const int width2 = width >> 1; in horizontal_decompose53i()
182 const int w2 = (width + 1) >> 1; in horizontal_decompose53i()
188 if (width & 1) in horizontal_decompose53i()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp149 glw::GLuint width = resolutions[resolution_index][DL_WIDTH]; in iterate() local
153 configureCubeMapArrayTexture(width, height, depth, static_cast<STORAGE_TYPE>(storage_index), 0); in iterate()
157 copy_params.init(0, 0, 0, width, height, 1); in iterate()
159 configureDataBuffer(width, height, depth, copy_params, 0); in iterate()
162 testTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate()
163 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate()
168 copy_params.init(width / 2, height / 2, 0, width / 2, height / 2, 1); in iterate()
170 configureDataBuffer(width, height, depth, copy_params, 0); in iterate()
173 testTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate()
174 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-dither.c42 guint width; member
48 guint width);
59 guint width) in dither_none_u8_mask() argument
63 video_orc_dither_none_4u8_mask (p + (x * 4), dither->orc_mask32, width); in dither_none_u8_mask()
68 guint y, guint width) in dither_none_u16_mask() argument
72 video_orc_dither_none_4u16_mask (p + (x * 4), dither->orc_mask64, width); in dither_none_u16_mask()
77 guint width) in dither_verterr_u8() argument
83 memset (e + (x * 4), 0, width * 8); in dither_verterr_u8()
86 dither->orc_mask64, width); in dither_verterr_u8()
91 guint width) in dither_verterr_u16() argument
[all …]

12345678910>>...253