Searched refs:uchar2 (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/compat/cuda/ |
D | cuda_runtime.h | 42 typedef struct __device_builtin__ __align__(2) uchar2 struct 45 } uchar2; argument 114 #define make_uchar2(a, b) ((uchar2){.x = a, .y = b}) 128 TEX2D(uchar2, make_uchar2(a & 0xFF, b & 0xFF))
|
/third_party/ffmpeg/libavfilter/ |
D | vf_thumbnail_cuda.cu | 45 uchar2 pixel = tex2D<uchar2>(uchar2_tex, x, y); in Thumbnail_uchar2()
|
D | vf_scale_cuda.cu | 95 NEAREST_KERNEL(uchar2) 116 BILINEAR_KERNEL(uchar2)
|
D | vf_scale_cuda_bicubic.cu | 195 BICUBIC_KERNEL(uchar2) 217 LANCZOS_KERNEL(uchar2)
|
D | vf_yadif_cuda.cu | 271 __global__ void yadif_uchar2(uchar2 *dst, in yadif_uchar2()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
D | shader-arithmetic-8bit.frag | 57 uchar2 u8_2 = as_type<uchar2>(u16);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/vert/ |
D | small-storage.vk.vert | 11 uchar2 d;
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vulkan/vert/ |
D | small-storage.vk.vert | 11 uchar2 d;
|
/third_party/ffmpeg/libavfilter/cuda/ |
D | vector_helpers.cuh | 31 template<> struct vector_helper<uchar2> { typedef float2 ftype; typedef int2 itype; }; 72 OPERATORS2(uchar2) in OPERATORS2() argument
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 274 UChar* uchar2 = 0; in TestConvert() local 908 uchar2=(UChar*)malloc((targetsize+1) * sizeof(UChar)); in TestConvert() 910 uchar2, in TestConvert() 921 if(u_strcmp(uchar1,uchar2)!=0) in TestConvert() 953 …targetsize = ucnv_toUChars(myConverter, uchar2, targetsize, output_cp_buffer, (int32_t)strlen(outp… in TestConvert() 958 …targetsize = ucnv_toUChars(myConverter, uchar2, -1, output_cp_buffer, (int32_t)strlen(output_cp_bu… in TestConvert() 963 targetsize = ucnv_toUChars(myConverter, uchar2, 0, output_cp_buffer, 0, &err); in TestConvert() 1030 if(uchar2 == NULL) in TestConvert() 1036 if(u_strcmp(uchar2, uchar3)==0) in TestConvert() 1045 if (uchar2 != 0) free(uchar2); in TestConvert()
|
/third_party/icu/docs/userguide/conversion/ |
D | converters.md | 794 UChar uchar2; 802 uchar2=(UChar*)malloc((targetsize) * sizeof(UChar)); 803 targetsize = ucnv_toUChars(myConverter, uchar2, targetsize,
|