Searched refs:dst_fmt (Results 1 - 12 of 12) sorted by relevance

/external/pixman/pixman/
H A Dpixman-android-neon.S115 .macro bilinear_interpolate_last_pixel src_fmt, dst_fmt
128 bilinear_store_&dst_fmt 1, q2, q3
131 .macro bilinear_interpolate_two_pixels src_fmt, dst_fmt
145 bilinear_store_&dst_fmt 2, q2, q3
148 .macro bilinear_interpolate_four_pixels src_fmt, dst_fmt
177 bilinear_store_&dst_fmt 4, q2, q3
180 .macro bilinear_interpolate_four_pixels_head src_fmt, dst_fmt
181 .ifdef have_bilinear_interpolate_four_pixels_&src_fmt&_&dst_fmt
182 bilinear_interpolate_four_pixels_&src_fmt&_&dst_fmt&_head
184 bilinear_interpolate_four_pixels src_fmt, dst_fmt
[all...]
H A Dpixman-arm-neon-asm.S2985 .macro bilinear_interpolate_last_pixel src_fmt, dst_fmt
2998 bilinear_store_&dst_fmt 1, q2, q3
3001 .macro bilinear_interpolate_two_pixels src_fmt, dst_fmt
3015 bilinear_store_&dst_fmt 2, q2, q3
3018 .macro bilinear_interpolate_four_pixels src_fmt, dst_fmt
3047 bilinear_store_&dst_fmt 4, q2, q3
3050 .macro bilinear_interpolate_four_pixels_head src_fmt, dst_fmt
3051 .ifdef have_bilinear_interpolate_four_pixels_&src_fmt&_&dst_fmt
3052 bilinear_interpolate_four_pixels_&src_fmt&_&dst_fmt&_head
3054 bilinear_interpolate_four_pixels src_fmt, dst_fmt
[all...]
H A Dpixman-arm-neon-asm-bilinear.S283 .macro bilinear_load_dst dst_fmt, op, numpix, dst0, dst1, dst01
284 bilinear_load_dst_&dst_fmt&_&op numpix, dst0, dst1, dst01
485 .macro bilinear_interpolate_last_pixel src_fmt, mask_fmt, dst_fmt, op
488 bilinear_load_dst dst_fmt, op, 1, d18, d19, q9
510 bilinear_store_&dst_fmt 1, q2, q3
513 .macro bilinear_interpolate_two_pixels src_fmt, mask_fmt, dst_fmt, op
517 bilinear_load_dst dst_fmt, op, 2, d18, d19, q9
539 bilinear_store_&dst_fmt 2, q2, q3
542 .macro bilinear_interpolate_four_pixels src_fmt, mask_fmt, dst_fmt, op
560 bilinear_load_dst dst_fmt, o
[all...]
/external/valgrind/main/none/tests/s390x/
H A Drounding-1.c26 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
39 printf("%s %-20s %f\t-> %"dst_fmt"\tcc = %u\n", \
H A Drounding-3.c42 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
55 printf("%s %f\t-> %"dst_fmt"\tcc = %u\n", \
H A Drounding-6.c30 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
43 printf("%s %f\t-> %"dst_fmt"\tcc = %u %s\n", \
/external/pixman/test/
H A Dscaling-test.c76 pixman_format_code_t src_fmt, dst_fmt; local
148 dst_fmt = get_format (dst_bpp);
157 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
242 printf ("src_fmt=%s, dst_fmt=%s\n",
243 format_name (src_fmt), format_name (dst_fmt));
343 if (dst_fmt == PIXMAN_x8r8g8b8 || dst_fmt == PIXMAN_x8b8g8r8)
H A Daffine-test.c45 pixman_format_code_t src_fmt, dst_fmt; local
86 dst_fmt = dst_bpp == 4 ? (prng_rand_n (2) == 0 ?
93 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
203 printf ("src_fmt=%s, dst_fmt=%s\n", format_name (src_fmt), format_name (dst_fmt));
276 if (dst_fmt == PIXMAN_x8r8g8b8)
H A Dblitters-test.c237 pixman_format_code_t src_fmt, dst_fmt, mask_fmt; local
275 max_extra_stride, &dst_fmt);
342 printf ("src_fmt=%s, dst_fmt=%s, mask_fmt=%s\n",
343 format_name (src_fmt), format_name (dst_fmt),
366 if (j == (dst_width * PIXMAN_FORMAT_BPP (dst_fmt) + 7) / 8)
377 crc32 = free_random_image (0, dst_img, dst_fmt);
H A Dlowlevel-blt-bench.c376 int dst_fmt,
418 bytes_per_pix += (dst_fmt >> 24) / 8.0;
419 dst_img = pixman_image_create_bits (dst_fmt,
459 xdst_img = pixman_image_create_bits (dst_fmt,
492 ((PIXMAN_FORMAT_BPP(src_fmt) + PIXMAN_FORMAT_BPP(dst_fmt)) / 8);
598 int dst_fmt; member in struct:__anon28865
813 tests_tbl[i].dst_fmt,
370 bench_composite(char * testname, int src_fmt, int src_flags, int op, int mask_fmt, int mask_flags, int dst_fmt, double npix) argument
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_iconv.c103 int dst_fmt; member in struct:_SDL_iconv_t
171 int dst_fmt = ENCODING_UNKNOWN; local
185 if ( dst_fmt != ENCODING_UNKNOWN ) {
190 dst_fmt = encodings[i].format;
196 if ( src_fmt != ENCODING_UNKNOWN && dst_fmt != ENCODING_UNKNOWN ) {
200 cd->dst_fmt = dst_fmt;
279 switch ( cd->dst_fmt ) {
288 cd->dst_fmt = ENCODING_UTF16NATIVE;
298 cd->dst_fmt
[all...]
/external/qemu/android/camera/
H A Dcamera-format-converters.c1111 const YUVDesc* dst_fmt,
1125 const int Y_Inc_dst = dst_fmt->Y_inc;
1126 const int UV_inc_dst = dst_fmt->UV_inc;
1127 const int Y_next_pair_dst = dst_fmt->Y_next_pair;
1129 uint8_t* pYdst = (uint8_t*)dst + dst_fmt->Y_offset;
1136 (uint8_t*)dst + dst_fmt->u_offset(dst_fmt, y, width, height);
1138 (uint8_t*)dst + dst_fmt->v_offset(dst_fmt, y, width, height);
1110 YUVToYUV(const YUVDesc* src_fmt, const YUVDesc* dst_fmt, const void* src, void* dst, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument

Completed in 253 milliseconds