Home
last modified time | relevance | path

Searched refs:width (Results 1 - 25 of 6158) sorted by relevance

12345678910>>...247

/third_party/skia/gm/
H A 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
41 draw_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) draw_golf_club() argument
54 draw_barbell(SkCanvas* canvas, const SkPaint& paint, SkScalar width) draw_barbell() argument
70 draw_thin_rect_and_triangle(SkCanvas* canvas, const SkPaint& paint, SkScalar width) draw_thin_rect_and_triangle() argument
85 draw_hipster_pants(SkCanvas* canvas, const SkPaint& paint, SkScalar width) draw_hipster_pants() argument
97 draw_skinny_snake(SkCanvas* canvas, const SkPaint& paint, SkScalar width) draw_skinny_snake() argument
111 draw_pointy_golf_club(SkCanvas* canvas, const SkPaint& paint, SkScalar width) draw_pointy_golf_club() argument
121 draw_small_i(SkCanvas* canvas, const SkPaint& paint, SkScalar width) draw_small_i() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_bptc.c38 unsigned width, unsigned height) in util_format_bptc_rgba_unorm_unpack_rgba_8unorm()
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()
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()
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()
36 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgba_unorm_unpack_rgba_8unorm() argument
46 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgba_unorm_pack_rgba_8unorm() argument
56 util_format_bptc_rgba_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgba_unorm_unpack_rgba_float() argument
77 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgba_unorm_pack_rgba_float() argument
99 util_format_bptc_rgba_unorm_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned width, unsigned height) util_format_bptc_rgba_unorm_fetch_rgba() argument
114 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_unpack_rgba_8unorm() argument
124 util_format_bptc_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_pack_rgba_8unorm() argument
134 util_format_bptc_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_unpack_rgba_float() argument
157 util_format_bptc_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_srgba_pack_rgba_float() argument
168 util_format_bptc_srgba_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned width, unsigned height) util_format_bptc_srgba_fetch_rgba() argument
179 util_format_bptc_rgb_float_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_unpack_rgba_8unorm() argument
202 util_format_bptc_rgb_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_pack_rgba_8unorm() argument
212 util_format_bptc_rgb_float_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_unpack_rgba_float() argument
223 util_format_bptc_rgb_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_float_pack_rgba_float() argument
234 util_format_bptc_rgb_float_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned width, unsigned height) util_format_bptc_rgb_float_fetch_rgba() argument
242 util_format_bptc_rgb_ufloat_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_unpack_rgba_8unorm() argument
264 util_format_bptc_rgb_ufloat_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_pack_rgba_8unorm() argument
274 util_format_bptc_rgb_ufloat_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_unpack_rgba_float() argument
285 util_format_bptc_rgb_ufloat_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_pack_rgba_float() argument
296 util_format_bptc_rgb_ufloat_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned width, unsigned height) util_format_bptc_rgb_ufloat_fetch_rgba() argument
[all...]
H A Du_format_zs.h42 util_format_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
46 util_format_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
50 util_format_z16_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
54 util_format_z16_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_z16_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
62 util_format_z16_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
66 util_format_z32_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
70 util_format_z32_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_z32_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
78 util_format_z32_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigne
[all...]
H A Du_format_zs.c116 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint()
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()
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()
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()
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()
182 for(x = 0; x < width; in util_format_z16_unorm_unpack_z_32unorm()
114 util_format_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_unpack_s_8uint() argument
127 util_format_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_pack_s_8uint() argument
140 util_format_z16_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_unpack_z_float() argument
157 util_format_z16_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_pack_z_float() argument
174 util_format_z16_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_unpack_z_32unorm() argument
191 util_format_z16_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_pack_z_32unorm() argument
208 util_format_z32_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_unorm_unpack_z_float() argument
225 util_format_z32_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_unorm_pack_z_float() argument
242 util_format_z32_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_unorm_unpack_z_32unorm() argument
255 util_format_z32_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_unorm_pack_z_32unorm() argument
268 util_format_z32_float_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_unpack_z_float() argument
281 util_format_z32_float_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_pack_z_float() argument
294 util_format_z32_float_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_unpack_z_32unorm() argument
312 util_format_z32_float_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_pack_z_32unorm() argument
329 util_format_z16_unorm_s8_uint_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_unpack_z_float() argument
337 util_format_z16_unorm_s8_uint_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_pack_z_float() argument
345 util_format_z16_unorm_s8_uint_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_unpack_z_32unorm() argument
353 util_format_z16_unorm_s8_uint_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_pack_z_32unorm() argument
361 util_format_z16_unorm_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_unpack_s_8uint() argument
369 util_format_z16_unorm_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z16_unorm_s8_uint_pack_s_8uint() argument
377 util_format_z24_unorm_s8_uint_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_unpack_z_float() argument
394 util_format_z24_unorm_s8_uint_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_z_float() argument
415 util_format_z24_unorm_s8_uint_unpack_z24(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_unpack_z24() argument
432 util_format_z24_unorm_s8_uint_pack_z24(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_z24() argument
453 util_format_z24_unorm_s8_uint_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_unpack_z_32unorm() argument
470 util_format_z24_unorm_s8_uint_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_z_32unorm() argument
490 util_format_z24_unorm_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_unpack_s_8uint() argument
507 util_format_z24_unorm_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_s_8uint() argument
527 util_format_z24_unorm_s8_uint_pack_separate(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *z_src_row, unsigned z_src_stride, const uint8_t *s_src_row, unsigned s_src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_separate() argument
547 util_format_z24_unorm_s8_uint_pack_separate_z32(uint8_t *restrict dst_row, unsigned dst_stride, const float *z_src_row, unsigned z_src_stride, const uint8_t *s_src_row, unsigned s_src_stride, unsigned width, unsigned height) util_format_z24_unorm_s8_uint_pack_separate_z32() argument
567 util_format_s8_uint_z24_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_unpack_z_float() argument
584 util_format_s8_uint_z24_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_pack_z_float() argument
604 util_format_s8_uint_z24_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_unpack_z_32unorm() argument
622 util_format_s8_uint_z24_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_pack_z_32unorm() argument
642 util_format_s8_uint_z24_unorm_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_unpack_s_8uint() argument
659 util_format_s8_uint_z24_unorm_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8_uint_z24_unorm_pack_s_8uint() argument
679 util_format_z24x8_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24x8_unorm_unpack_z_float() argument
696 util_format_z24x8_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24x8_unorm_pack_z_float() argument
713 util_format_z24x8_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24x8_unorm_unpack_z_32unorm() argument
730 util_format_z24x8_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z24x8_unorm_pack_z_32unorm() argument
747 util_format_x8z24_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x8z24_unorm_unpack_z_float() argument
764 util_format_x8z24_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x8z24_unorm_pack_z_float() argument
781 util_format_x8z24_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x8z24_unorm_unpack_z_32unorm() argument
798 util_format_x8z24_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x8z24_unorm_pack_z_32unorm() argument
815 util_format_z32_float_s8x24_uint_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_unpack_z_float() argument
834 util_format_z32_float_s8x24_uint_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_pack_z_float() argument
853 util_format_z32_float_s8x24_uint_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_unpack_z_32unorm() argument
872 util_format_z32_float_s8x24_uint_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_pack_z_32unorm() argument
890 util_format_z32_float_s8x24_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_unpack_s_8uint() argument
909 util_format_z32_float_s8x24_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_z32_float_s8x24_uint_pack_s_8uint() argument
929 util_format_x24s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x24s8_uint_unpack_s_8uint() argument
937 util_format_x24s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x24s8_uint_pack_s_8uint() argument
945 util_format_s8x24_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8x24_uint_unpack_s_8uint() argument
953 util_format_s8x24_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_s8x24_uint_pack_s_8uint() argument
961 util_format_x32_s8x24_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x32_s8x24_uint_unpack_s_8uint() argument
972 util_format_x32_s8x24_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_x32_s8x24_uint_pack_s_8uint() argument
[all...]
H A Du_format_s3tc.c125 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_8unorm()
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()
158 width, height, in util_format_dxt1_rgb_unpack_rgba_8unorm()
166 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_8unorm()
170 width, height, in util_format_dxt1_rgba_unpack_rgba_8unorm()
178 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_8unorm()
182 width, height, in util_format_dxt3_rgba_unpack_rgba_8unorm()
190 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_8unorm()
194 width, heigh in util_format_dxt5_rgba_unpack_rgba_8unorm()
123 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_8unorm() argument
152 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgb_unpack_rgba_8unorm() argument
164 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgba_unpack_rgba_8unorm() argument
176 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_rgba_unpack_rgba_8unorm() argument
188 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_rgba_unpack_rgba_8unorm() argument
200 util_format_dxtn_rgb_unpack_rgba_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height, util_format_dxtn_fetch_t fetch, unsigned block_size, boolean srgb) util_format_dxtn_rgb_unpack_rgba_float() argument
235 util_format_dxt1_rgb_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgb_unpack_rgba_float() argument
247 util_format_dxt1_rgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgba_unpack_rgba_float() argument
259 util_format_dxt3_rgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_rgba_unpack_rgba_float() argument
271 util_format_dxt5_rgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_rgba_unpack_rgba_float() argument
288 util_format_dxtn_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_8unorm() argument
326 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgb_pack_rgba_8unorm() argument
336 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgba_pack_rgba_8unorm() argument
346 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_rgba_pack_rgba_8unorm() argument
356 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_rgba_pack_rgba_8unorm() argument
366 util_format_dxtn_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src, unsigned src_stride, unsigned width, unsigned height, enum util_format_dxtn format, unsigned block_size, boolean srgb) util_format_dxtn_pack_rgba_float() argument
402 util_format_dxt1_rgb_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgb_pack_rgba_float() argument
412 util_format_dxt1_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_rgba_pack_rgba_float() argument
422 util_format_dxt3_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_rgba_pack_rgba_float() argument
432 util_format_dxt5_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *src, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_rgba_pack_rgba_float() argument
539 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgb_unpack_rgba_8unorm() argument
549 util_format_dxt1_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgba_unpack_rgba_8unorm() argument
559 util_format_dxt3_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_srgba_unpack_rgba_8unorm() argument
569 util_format_dxt5_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_srgba_unpack_rgba_8unorm() argument
579 util_format_dxt1_srgb_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgb_unpack_rgba_float() argument
589 util_format_dxt1_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgba_unpack_rgba_float() argument
599 util_format_dxt3_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_srgba_unpack_rgba_float() argument
609 util_format_dxt5_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_srgba_unpack_rgba_float() argument
619 util_format_dxt1_srgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgb_pack_rgba_8unorm() argument
627 util_format_dxt1_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgba_pack_rgba_8unorm() argument
635 util_format_dxt3_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_srgba_pack_rgba_8unorm() argument
643 util_format_dxt5_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_srgba_pack_rgba_8unorm() argument
651 util_format_dxt1_srgb_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgb_pack_rgba_float() argument
659 util_format_dxt1_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt1_srgba_pack_rgba_float() argument
667 util_format_dxt3_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt3_srgba_pack_rgba_float() argument
675 util_format_dxt5_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height) util_format_dxt5_srgba_pack_rgba_float() argument
[all...]
H A Du_format_s3tc.h57 int width, int height,
72 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
75 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
81 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
84 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
90 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
93 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
99 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
102 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
108 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigne
[all...]
/third_party/skia/src/images/
H A 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, in argument
56 transform_scanline_BGRX(char* dst, const char* src, int width, int) transform_scanline_BGRX() argument
62 transform_scanline_444(char* dst, const char* src, int width, int) transform_scanline_444() argument
68 transform_scanline_rgbA(char* dst, const char* src, int width, int) transform_scanline_rgbA() argument
74 transform_scanline_bgrA(char* dst, const char* src, int width, int) transform_scanline_bgrA() argument
80 transform_scanline_to_premul_legacy(char* dst, const char* src, int width, int) transform_scanline_to_premul_legacy() argument
86 transform_scanline_BGRA(char* dst, const char* src, int width, int) transform_scanline_BGRA() argument
92 transform_scanline_4444(char* dst, const char* src, int width, int) transform_scanline_4444() argument
98 transform_scanline_101010x(char* dst, const char* src, int width, int) transform_scanline_101010x() argument
104 transform_scanline_1010102(char* dst, const char* src, int width, int) transform_scanline_1010102() argument
110 transform_scanline_1010102_premul(char* dst, const char* src, int width, int) transform_scanline_1010102_premul() argument
116 transform_scanline_bgr_101010x(char* dst, const char* src, int width, int) transform_scanline_bgr_101010x() argument
122 transform_scanline_bgra_1010102(char* dst, const char* src, int width, int) transform_scanline_bgra_1010102() argument
128 transform_scanline_bgra_1010102_premul(char* dst, const char* src, int width, int) transform_scanline_bgra_1010102_premul() argument
134 transform_scanline_F16(char* dst, const char* src, int width, int) transform_scanline_F16() argument
140 transform_scanline_F16_premul(char* dst, const char* src, int width, int) transform_scanline_F16_premul() argument
146 transform_scanline_F16_to_8888(char* dst, const char* src, int width, int) transform_scanline_F16_to_8888() argument
152 transform_scanline_F16_premul_to_8888(char* dst, const char* src, int width, int) transform_scanline_F16_premul_to_8888() argument
161 transform_scanline_F16_to_premul_8888(char* dst, const char* src, int width, int) transform_scanline_F16_to_premul_8888() argument
170 transform_scanline_F32(char* dst, const char* src, int width, int) transform_scanline_F32() argument
176 transform_scanline_F32_premul(char* dst, const char* src, int width, int) transform_scanline_F32_premul() argument
[all...]
/third_party/musl/porting/liteos_a/user/src/stdlib/
H A 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), in __qsort_r()
[all...]
/third_party/musl/src/stdlib/liteos_a/
H A 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), in __qsort_r()
[all...]
/third_party/libdrm/tests/util/
H A Dpattern.c161 unsigned char *v_mem, unsigned int width, in fill_smpte_yuv_planar()
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 / in fill_smpte_yuv_planar()
159 fill_smpte_yuv_planar(const struct util_yuv_info *yuv, unsigned char *y_mem, unsigned char *u_mem, unsigned char *v_mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_yuv_planar() argument
263 fill_smpte_yuv_packed(const struct util_yuv_info *yuv, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_yuv_packed() argument
362 fill_smpte_rgb16(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb16() argument
423 fill_smpte_rgb24(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb24() argument
486 fill_smpte_rgb32(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb32() argument
547 fill_smpte_rgb16fp(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_rgb16fp() argument
608 fill_smpte_c8(void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_smpte_c8() argument
681 fill_smpte(const struct util_format_info *info, void *planes[3], unsigned int width, unsigned int height, unsigned int stride) fill_smpte() argument
772 make_pwetty(void *data, unsigned int width, unsigned int height, unsigned int stride, uint32_t format) make_pwetty() argument
842 fill_tiles_yuv_planar(const struct util_format_info *info, unsigned char *y_mem, unsigned char *u_mem, unsigned char *v_mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_yuv_planar() argument
876 fill_tiles_yuv_packed(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_yuv_packed() argument
908 fill_tiles_rgb16(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_rgb16() argument
934 fill_tiles_rgb24(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_rgb24() argument
956 fill_tiles_rgb32(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_rgb32() argument
983 fill_tiles_rgb16fp(const struct util_format_info *info, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_tiles_rgb16fp() argument
1008 fill_tiles(const struct util_format_info *info, void *planes[3], unsigned int width, unsigned int height, unsigned int stride) fill_tiles() argument
1110 fill_gradient_rgb32(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_gradient_rgb32() argument
1138 fill_gradient_rgb16fp(const struct util_rgb_info *rgb, void *mem, unsigned int width, unsigned int height, unsigned int stride) fill_gradient_rgb16fp() argument
1191 fill_gradient(const struct util_format_info *info, void *planes[3], unsigned int width, unsigned int height, unsigned int stride) fill_gradient() argument
1236 util_fill_pattern(uint32_t format, enum util_fill_pattern pattern, void *planes[3], unsigned int width, unsigned int height, unsigned int stride) util_fill_pattern() argument
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dllviddsp.c39 #define init_buffer(a0, a1, type, width)\
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_calloc(width, sizeof(*src0)); in check_add_bytes()
50 uint8_t *src1 = av_calloc(width, sizeof(*src1)); 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()
73 check_add_median_pred(LLVidDSPContext c, int width) check_add_median_pred() argument
110 check_add_left_pred(LLVidDSPContext c, int width, int acc, const char * report) check_add_left_pred() argument
139 check_add_left_pred_16(LLVidDSPContext c, unsigned mask, int width, unsigned acc, const char * report) check_add_left_pred_16() argument
198 int width = 16 * av_clip(rnd(), 16, 128); checkasm_check_llviddsp() local
[all...]
/third_party/python/Modules/clinic/
H A Daudioop.c.h6 "getsample($module, fragment, width, index, /)\n"
15 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()
64 "max($module, fragment, width, /)\n"
73 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width);
80 int width; in audioop_max() local
92 width in audioop_max()
124 int width; audioop_minmax() local
168 int width; audioop_avg() local
212 int width; audioop_rms() local
413 int width; audioop_avgpp() local
457 int width; audioop_maxpp() local
501 int width; audioop_cross() local
546 int width; audioop_mul() local
602 int width; audioop_tomono() local
669 int width; audioop_tostereo() local
737 int width; audioop_add() local
792 int width; audioop_bias() local
841 int width; audioop_reverse() local
885 int width; audioop_byteswap() local
930 int width; audioop_lin2lin() local
982 int width; audioop_ratecv() local
1060 int width; audioop_lin2ulaw() local
1104 int width; audioop_ulaw2lin() local
1148 int width; audioop_lin2alaw() local
1192 int width; audioop_alaw2lin() local
1237 int width; audioop_lin2adpcm() local
1284 int width; audioop_adpcm2lin() local
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_gradfun_init.c44 int width, int thresh, in gradfun_filter_line_mmxext()
48 if (width & 3) { in gradfun_filter_line_mmxext()
49 x = width & ~3; in gradfun_filter_line_mmxext()
51 width - x, thresh, dithers); in gradfun_filter_line_mmxext()
52 width = x; in gradfun_filter_line_mmxext()
54 x = -width; in gradfun_filter_line_mmxext()
55 ff_gradfun_filter_line_mmxext(x, dst + width, src + width, dc + width / 2, in gradfun_filter_line_mmxext()
60 int width, in in gradfun_filter_line_ssse3()
42 gradfun_filter_line_mmxext(uint8_t *dst, const uint8_t *src, const uint16_t *dc, int width, int thresh, const uint16_t *dithers) gradfun_filter_line_mmxext() argument
59 gradfun_filter_line_ssse3(uint8_t *dst, const uint8_t *src, const uint16_t *dc, int width, int thresh, const uint16_t *dithers) gradfun_filter_line_ssse3() argument
76 gradfun_blur_line_sse2(uint16_t *dc, uint16_t *buf, const uint16_t *buf1, const uint8_t *src, int src_linesize, int width) gradfun_blur_line_sse2() argument
[all...]
/third_party/ffmpeg/libavcodec/tests/
H A Dsnowenc.c31 #define width 256 in main() macro
33 int buffer[2][width*height]; in main()
34 short obuffer[width*height]; in main()
42 s.temp_dwt_buffer = av_calloc(width, sizeof(*s.temp_dwt_buffer)); in main()
43 s.temp_idwt_buffer = av_calloc(width, sizeof(*s.temp_idwt_buffer)); in main()
53 for(i=0; i<width*height; i++) in main()
56 ff_spatial_dwt(buffer[0], s.temp_dwt_buffer, width, height, width, s.spatial_decomposition_type, s.spatial_decomposition_count); in main()
57 for(i=0; i<width*height; i++) in main()
59 ff_spatial_idwt(obuffer, s.temp_idwt_buffer, width, heigh in main()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h49 * Native SIMD architecture width available at runtime.
51 * Using this width should give the best performance,
57 * Maximum supported vector width (not necessarily supported at run-time).
117 * Element width.
120 * width.
122 unsigned width:14; member
127 * width*length should be a power of two greater or equal to eight.
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
228 lp_type_float_vec(unsigned width, unsigned total_width) lp_type_float_vec() argument
244 lp_type_int(unsigned width) lp_type_int() argument
259 lp_type_int_vec(unsigned width, unsigned total_width) lp_type_int_vec() argument
274 lp_type_uint(unsigned width) lp_type_uint() argument
288 lp_type_uint_vec(unsigned width, unsigned total_width) lp_type_uint_vec() argument
301 lp_type_unorm(unsigned width, unsigned total_width) lp_type_unorm() argument
315 lp_type_fixed(unsigned width, unsigned total_width) lp_type_fixed() argument
330 lp_type_ufixed(unsigned width, unsigned total_width) lp_type_ufixed() argument
[all...]
/third_party/python/Modules/
H A Daudioop.c431 width: int
439 audioop_getsample_impl(PyObject *module, Py_buffer *fragment, int width, in audioop_getsample_impl() argument
445 if (!audioop_check_parameters(module, fragment->len, width)) in audioop_getsample_impl()
447 if (index < 0 || index >= fragment->len/width) { in audioop_getsample_impl()
452 val = GETRAWSAMPLE(width, fragment->buf, index*width); in audioop_getsample_impl()
460 width: int
467 audioop_max_impl(PyObject *module, Py_buffer *fragment, int width) in audioop_max_impl() argument
473 if (!audioop_check_parameters(module, fragment->len, width)) in audioop_max_impl()
475 for (i = 0; i < fragment->len; i += width) { in audioop_max_impl()
497 audioop_minmax_impl(PyObject *module, Py_buffer *fragment, int width) audioop_minmax_impl() argument
526 audioop_avg_impl(PyObject *module, Py_buffer *fragment, int width) audioop_avg_impl() argument
555 audioop_rms_impl(PyObject *module, Py_buffer *fragment, int width) audioop_rms_impl() argument
800 audioop_avgpp_impl(PyObject *module, Py_buffer *fragment, int width) audioop_avgpp_impl() argument
857 audioop_maxpp_impl(PyObject *module, Py_buffer *fragment, int width) audioop_maxpp_impl() argument
910 audioop_cross_impl(PyObject *module, Py_buffer *fragment, int width) audioop_cross_impl() argument
941 audioop_mul_impl(PyObject *module, Py_buffer *fragment, int width, double factor) audioop_mul_impl() argument
982 audioop_tomono_impl(PyObject *module, Py_buffer *fragment, int width, double lfactor, double rfactor) audioop_tomono_impl() argument
1032 audioop_tostereo_impl(PyObject *module, Py_buffer *fragment, int width, double lfactor, double rfactor) audioop_tostereo_impl() argument
1080 audioop_add_impl(PyObject *module, Py_buffer *fragment1, Py_buffer *fragment2, int width) audioop_add_impl() argument
1140 audioop_bias_impl(PyObject *module, Py_buffer *fragment, int width, int bias) audioop_bias_impl() argument
1199 audioop_reverse_impl(PyObject *module, Py_buffer *fragment, int width) audioop_reverse_impl() argument
1232 audioop_byteswap_impl(PyObject *module, Py_buffer *fragment, int width) audioop_byteswap_impl() argument
1267 audioop_lin2lin_impl(PyObject *module, Py_buffer *fragment, int width, int newwidth) audioop_lin2lin_impl() argument
1325 audioop_ratecv_impl(PyObject *module, Py_buffer *fragment, int width, int nchannels, int inrate, int outrate, PyObject *state, int weightA, int weightB) audioop_ratecv_impl() argument
1521 audioop_lin2ulaw_impl(PyObject *module, Py_buffer *fragment, int width) audioop_lin2ulaw_impl() argument
1554 audioop_ulaw2lin_impl(PyObject *module, Py_buffer *fragment, int width) audioop_ulaw2lin_impl() argument
1594 audioop_lin2alaw_impl(PyObject *module, Py_buffer *fragment, int width) audioop_lin2alaw_impl() argument
1627 audioop_alaw2lin_impl(PyObject *module, Py_buffer *fragment, int width) audioop_alaw2lin_impl() argument
1669 audioop_lin2adpcm_impl(PyObject *module, Py_buffer *fragment, int width, PyObject *state) audioop_lin2adpcm_impl() argument
1799 audioop_adpcm2lin_impl(PyObject *module, Py_buffer *fragment, int width, PyObject *state) audioop_adpcm2lin_impl() argument
[all...]
/third_party/vixl/src/
H A Dcompiler-intrinsics-vixl.cc34 int CountLeadingSignBitsFallBack(int64_t value, int width) { in CountLeadingSignBitsFallBack() argument
35 VIXL_ASSERT(IsPowerOf2(width) && (width <= 64)); in CountLeadingSignBitsFallBack()
36 if (width < 64) VIXL_ASSERT(IsIntN(width, value)); in CountLeadingSignBitsFallBack()
38 return CountLeadingZeros(value, width) - 1; in CountLeadingSignBitsFallBack()
40 return CountLeadingZeros(~value, width) - 1; in CountLeadingSignBitsFallBack()
45 int CountLeadingZerosFallBack(uint64_t value, int width) { in CountLeadingZerosFallBack() argument
46 VIXL_ASSERT(IsPowerOf2(width) && (width < in CountLeadingZerosFallBack()
80 CountSetBitsFallBack(uint64_t value, int width) CountSetBitsFallBack() argument
115 CountTrailingZerosFallBack(uint64_t value, int width) CountTrailingZerosFallBack() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_box.h14 box->width = w; in u_box_1d()
25 box->width = w; in u_box_2d()
36 box->width = w; in u_box_origin_2d()
48 box->width = w; in u_box_2d_zslice()
61 box->width = w; in u_box_3d()
66 /* Clips @dst to width @w and height @h.
69 * 1 if width has been reduced.
71 * 3 if both width and height have been reduced.
83 if (!box->width || !box->height) in u_box_clip_2d()
89 b[0] = box->x + box->width; in u_box_clip_2d()
128 int x, width; u_box_union_1d() local
[all...]
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage.h18 void LoadA8ToRGBA8(size_t width,
28 void LoadA8ToBGRA8(size_t width,
38 void LoadA32FToRGBA32F(size_t width,
48 void LoadA16FToRGBA16F(size_t width,
58 void LoadL8ToRGBA8(size_t width,
68 void LoadL8ToBGRA8(size_t width,
78 void LoadL32FToRGBA32F(size_t width,
88 void LoadL16FToRGBA16F(size_t width,
98 void LoadLA8ToRGBA8(size_t width,
108 void LoadLA8ToBGRA8(size_t width,
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dbmp_to_nv12.py33 width, = struct.unpack("i", bmp_file.read(4))
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)
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A 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, heigh in iterate()
233 configureDataBuffer(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLuint clear_value) configureDataBuffer() argument
313 configureCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, STORAGE_TYPE storType, glw::GLuint clear_value) configureCubeMapArrayTexture() argument
356 clearCubeMapArrayTexture(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLuint clear_value) clearCubeMapArrayTexture() argument
432 checkResults(glw::GLuint width, glw::GLuint height, glw::GLuint depth) checkResults() argument
465 testTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testTexSubImage3D() argument
527 testCopyTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testCopyTexSubImage3D() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexstorage.c144 GLsizei width, GLsizei height, GLsizei depth, in initialize_texture_fields()
149 GLint level, levelWidth = width, levelHeight = height, levelDepth = depth; in initialize_texture_fields()
276 GLsizei width, GLsizei height, GLsizei depth, in tex_storage_error_check()
286 if (!_mesa_valid_tex_storage_dim(width, height, depth)) { in tex_storage_error_check()
288 "glTex%sStorage%uD(width, height or depth < 1)", in tex_storage_error_check()
318 /* check levels against width/height/depth */ in tex_storage_error_check()
319 if (levels > _mesa_get_tex_max_num_levels(target, width, height, depth)) { in tex_storage_error_check()
356 GLsizei width, GLsizei height, GLsizei depth, in _mesa_sparse_texture_error_check()
369 if (width > ctx->Const.MaxSparse3DTextureSize || in _mesa_sparse_texture_error_check()
374 if (width > ct in _mesa_sparse_texture_error_check()
141 initialize_texture_fields(struct gl_context *ctx, struct gl_texture_object *texObj, GLint levels, GLsizei width, GLsizei height, GLsizei depth, GLenum internalFormat, mesa_format texFormat) initialize_texture_fields() argument
271 tex_storage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) tex_storage_error_check() argument
353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, mesa_format format, GLenum target, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, const char *func) _mesa_sparse_texture_error_check() argument
436 texture_storage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, bool no_error) texture_storage() argument
548 texture_storage_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_error() argument
560 texture_storage_no_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_no_error() argument
575 texstorage_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texstorage_error() argument
616 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texstorage_no_error() argument
632 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texturestorage_error() argument
673 texturestorage_no_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texturestorage_no_error() argument
686 _mesa_TexStorage1D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D_no_error() argument
694 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D() argument
703 _mesa_TexStorage2D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D_no_error() argument
712 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D() argument
721 _mesa_TexStorage3D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D_no_error() argument
730 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D() argument
739 _mesa_TextureStorage1D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1D_no_error() argument
747 _mesa_TextureStorage1D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1D() argument
756 _mesa_TextureStorage2D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2D_no_error() argument
765 _mesa_TextureStorage2D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2D() argument
775 _mesa_TextureStorage3D_no_error(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D_no_error() argument
785 _mesa_TextureStorage3D(GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3D() argument
794 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1DEXT() argument
811 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2DEXT() argument
828 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3DEXT() argument
845 _mesa_texture_storage_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa) _mesa_texture_storage_memory() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A 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 in blend_premul()
150 init_blend(struct color_blend *blend, int x, int y, int width, int height, uint8_t *color, int stride) init_blend() argument
186 const int width = samp->width; fetch_row() local
214 const int width = samp->width; fetch_row_clamped() local
237 const int width = samp->width; fetch_row_xy_clamped() local
256 init_nearest_sampler(struct nearest_sampler *samp, const struct lp_jit_texture *texture, int x0, int y0, int width, int height, float s0, float dsdx, float dsdy, float t0, float dtdx, float dtdy, float w0, float dwdx, float dwdy) init_nearest_sampler() argument
330 int width = shader->width; shade_rgb1() local
343 init_shader(struct shader *shader, int x, int y, int width, int height) init_shader() argument
354 blit_rgba_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba_blit() argument
406 blit_rgb1_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgb1_blit() argument
466 blit_rgba(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba() argument
505 blit_rgb1(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgb1() argument
549 blit_rgba_blend_premul(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba_blend_premul() argument
588 linear_red(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) linear_red() argument
618 linear_no_op(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) linear_no_op() argument
[all...]
/third_party/musl/src/stdlib/
H A Dqsort.c45 static void cycle(size_t width, unsigned char* ar[], int n) in cycle() argument
56 while(width) { in cycle()
57 l = sizeof(tmp) < width ? sizeof(tmp) : width; in cycle()
63 width -= l; in cycle()
92 static void sift(unsigned char *head, size_t width, cmpfun cmp, void *arg, int pshift, size_t lp[]) in sift() argument
100 rt = head - width; in sift()
101 lf = head - width - lp[pshift - 2]; in sift()
116 cycle(width, ar, i); in sift()
119 static void trinkle(unsigned char *head, size_t width, cmpfu argument
158 __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) __qsort_r() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c117 int width, int mul, int add, int shift, in lift()
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()
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 >> in horizontal_decompose53i()
115 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) lift() argument
145 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) liftS() argument
194 vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose53iH0() argument
203 vertical_decompose53iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose53iL0() argument
212 spatial_decompose53i(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride) spatial_decompose53i() argument
238 horizontal_decompose97i(DWTELEM *b, DWTELEM *temp, int width) horizontal_decompose97i() argument
248 vertical_decompose97iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose97iH0() argument
257 vertical_decompose97iH1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose97iH1() argument
266 vertical_decompose97iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose97iL0() argument
276 vertical_decompose97iL1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, int width) vertical_decompose97iL1() argument
285 spatial_decompose97i(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride) spatial_decompose97i() argument
319 ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_dwt() argument
340 horizontal_compose53i(IDWTELEM *b, IDWTELEM *temp, int width) horizontal_compose53i() argument
365 vertical_compose53iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose53iH0() argument
374 vertical_compose53iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose53iL0() argument
400 spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer *sb, IDWTELEM *temp, int width, int height, int stride_line) spatial_compose53i_dy_buffered() argument
440 spatial_compose53i_dy(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride) spatial_compose53i_dy() argument
465 snow_horizontal_compose97i(IDWTELEM *b, IDWTELEM *temp, int width) snow_horizontal_compose97i() argument
493 vertical_compose97iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose97iH0() argument
502 vertical_compose97iH1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose97iH1() argument
511 vertical_compose97iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose97iL0() argument
520 vertical_compose97iL1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width) vertical_compose97iL1() argument
529 snow_vertical_compose97i(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width) snow_vertical_compose97i() argument
563 spatial_compose97i_dy_buffered(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer * sb, IDWTELEM *temp, int width, int height, int stride_line) spatial_compose97i_dy_buffered() argument
606 spatial_compose97i_dy(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride) spatial_compose97i_dy() argument
639 ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width, int height, int stride_line, int type, int decomposition_count) ff_spatial_idwt_buffered_init() argument
658 ff_spatial_idwt_buffered_slice(SnowDWTContext *dsp, DWTCompose *cs, slice_buffer *slice_buf, IDWTELEM *temp, int width, int height, int stride_line, int type, int decomposition_count, int y) ff_spatial_idwt_buffered_slice() argument
687 spatial_idwt_init(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride, int type, int decomposition_count) spatial_idwt_init() argument
706 spatial_idwt_slice(DWTCompose *cs, IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count, int y) spatial_idwt_slice() argument
731 ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height, int stride, int type, int decomposition_count) ff_spatial_idwt() argument
[all...]

Completed in 17 milliseconds

12345678910>>...247