Home
last modified time | relevance | path

Searched refs:uchar2 (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h42 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/
Dvf_thumbnail_cuda.cu45 uchar2 pixel = tex2D<uchar2>(uchar2_tex, x, y); in Thumbnail_uchar2()
Dvf_scale_cuda.cu95 NEAREST_KERNEL(uchar2)
116 BILINEAR_KERNEL(uchar2)
Dvf_scale_cuda_bicubic.cu195 BICUBIC_KERNEL(uchar2)
217 LANCZOS_KERNEL(uchar2)
Dvf_yadif_cuda.cu271 __global__ void yadif_uchar2(uchar2 *dst, in yadif_uchar2()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dshader-arithmetic-8bit.frag57 uchar2 u8_2 = as_type<uchar2>(u16);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/vert/
Dsmall-storage.vk.vert11 uchar2 d;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/vulkan/vert/
Dsmall-storage.vk.vert11 uchar2 d;
/third_party/ffmpeg/libavfilter/cuda/
Dvector_helpers.cuh31 template<> struct vector_helper<uchar2> { typedef float2 ftype; typedef int2 itype; };
72 OPERATORS2(uchar2) in OPERATORS2() argument
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c274 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/
Dconverters.md794 UChar uchar2;
802 uchar2=(UChar*)malloc((targetsize) * sizeof(UChar));
803 targetsize = ucnv_toUChars(myConverter, uchar2, targetsize,