/external/opencv3/modules/cudev/include/opencv2/cudev/warp/ |
D | shuffle.hpp | 61 __device__ __forceinline__ uchar shfl(uchar val, int srcLane, int width = warpSize) in shfl() 66 __device__ __forceinline__ schar shfl(schar val, int srcLane, int width = warpSize) in shfl() 71 __device__ __forceinline__ ushort shfl(ushort val, int srcLane, int width = warpSize) in shfl() 76 __device__ __forceinline__ short shfl(short val, int srcLane, int width = warpSize) in shfl() 81 __device__ __forceinline__ int shfl(int val, int srcLane, int width = warpSize) in shfl() 86 __device__ __forceinline__ uint shfl(uint val, int srcLane, int width = warpSize) in shfl() 91 __device__ __forceinline__ float shfl(float val, int srcLane, int width = warpSize) in shfl() 96 __device__ double shfl(double val, int srcLane, int width = warpSize) in shfl() 157 __device__ __forceinline__ schar shfl_up(schar val, uint delta, int width = warpSize) in shfl_up() 162 __device__ __forceinline__ ushort shfl_up(ushort val, uint delta, int width = warpSize) in shfl_up() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 829 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() 897 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_AVX2() 957 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3() 1021 int width) { in ARGBToUV444Row_SSSE3() 1078 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV422Row_SSSE3() 1164 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3() 1293 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3() 1354 uint8* dst_u, uint8* dst_v, int width) { in RGBAToUVRow_SSSE3() 1644 int width) { in I444ToARGBRow_SSSE3() 1671 int width) { in I422ToRGB24Row_SSSE3() [all …]
|
D | row_win.cc | 155 int width) { in I422ToARGBRow_SSSE3() 1394 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() 1464 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVJRow_SSSE3() 1536 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_AVX2() 1601 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV444Row_SSSE3() 1658 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUV422Row_SSSE3() 1716 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3() 1786 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3() 1856 uint8* dst_u, uint8* dst_v, int width) { in RGBAToUVRow_SSSE3() 2015 int width) { in I422ToARGBRow_AVX2() [all …]
|
D | row_common.cc | 73 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_C() 88 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_C() 103 void RGB565ToARGBRow_C(const uint8* src_rgb565, uint8* dst_argb, int width) { in RGB565ToARGBRow_C() 119 int width) { in ARGB1555ToARGBRow_C() 136 int width) { in ARGB4444ToARGBRow_C() 152 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB24Row_C() 166 void ARGBToRAWRow_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRAWRow_C() 180 void ARGBToRGB565Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB565Row_C() 211 const uint32 dither4, int width) { in ARGBToRGB565DitherRow_C() 236 void ARGBToARGB1555Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToARGB1555Row_C() [all …]
|
D | convert_argb.cc | 30 int width, int height) { in ARGBCopy() 53 int width, int height) { in I444ToARGB() 121 int width, int height) { in I422ToARGB() 198 int width, int height) { in I411ToARGB() 264 int width, int height) { in I400ToARGB() 323 int width, int height) { in J400ToARGB() 395 int width, int height) { in BGRAToARGB() 406 int width, int height) { in ARGBToBGRA() 417 int width, int height) { in ABGRToARGB() 428 int width, int height) { in ARGBToABGR() [all …]
|
D | row_neon.cc | 174 int width) { in I444ToARGBRow_NEON() 204 int width) { in I422ToARGBRow_NEON() 234 int width) { in I411ToARGBRow_NEON() 264 int width) { in I422ToBGRARow_NEON() 295 int width) { in I422ToABGRRow_NEON() 326 int width) { in I422ToRGBARow_NEON() 356 int width) { in I422ToRGB24Row_NEON() 385 int width) { in I422ToRAWRow_NEON() 427 int width) { in I422ToRGB565Row_NEON() 472 int width) { in I422ToARGB1555Row_NEON() [all …]
|
D | planar_functions.cc | 30 int width, int height) { in CopyPlane() 81 int width, int height) { in CopyPlane_16() 128 int width, int height) { in I422Copy() 159 int width, int height) { in I444Copy() 186 int width, int height) { in I400ToI400() 206 int width, int height) { in I420ToI400() 223 int width, int height) { in MirrorPlane() 287 int width, int height) { in YUY2ToI422() 359 int width, int height) { in UYVYToI422() 429 int width, int height) { in I400Mirror() [all …]
|
D | row_neon64.cc | 175 int width) { in I444ToARGBRow_NEON() 204 int width) { in I422ToARGBRow_NEON() 233 int width) { in I411ToARGBRow_NEON() 262 int width) { in I422ToBGRARow_NEON() 291 int width) { in I422ToABGRRow_NEON() 320 int width) { in I422ToRGBARow_NEON() 349 int width) { in I422ToRGB24Row_NEON() 377 int width) { in I422ToRAWRow_NEON() 412 int width) { in I422ToRGB565Row_NEON() 450 int width) { in I422ToARGB1555Row_NEON() [all …]
|
D | convert_from_argb.cc | 29 int width, int height) { in ARGBToI444() 110 int width, int height) { in ARGBToI422() 191 int width, int height) { in ARGBToI411() 262 int width, int height) { in ARGBToNV12() 371 int width, int height) { in ARGBToNV21() 479 int width, int height) { in ARGBToYUY2() 586 int width, int height) { in ARGBToUYVY() 693 int width, int height) { in ARGBToI400() 754 int width, int height) { in ARGBToRGBA() 765 int width, int height) { in ARGBToRGB24() [all …]
|
D | rotate.cc | 27 int width, int height) { in TransposePlane() 79 int width, int height) { in RotatePlane90() 91 int width, int height) { in RotatePlane270() 103 int width, int height) { in RotatePlane180() 195 int width, int height) { in TransposeUV() 242 int width, int height) { in RotateUV90() 256 int width, int height) { in RotateUV270() 273 int width, int height) { in RotateUV180() 308 int width, int height, in RotatePlane() 356 int width, int height, in I420Rotate() [all …]
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | warp_shuffle.hpp | 55 __device__ __forceinline__ T shfl(T val, int srcLane, int width = warpSize) in shfl() 63 … __device__ __forceinline__ unsigned int shfl(unsigned int val, int srcLane, int width = warpSize) in shfl() 71 __device__ __forceinline__ double shfl(double val, int srcLane, int width = warpSize) in shfl() 87 __device__ __forceinline__ T shfl_down(T val, unsigned int delta, int width = warpSize) in shfl_down() 95 … __forceinline__ unsigned int shfl_down(unsigned int val, unsigned int delta, int width = warpSize) in shfl_down() 103 … __device__ __forceinline__ double shfl_down(double val, unsigned int delta, int width = warpSize) in shfl_down() 119 __device__ __forceinline__ T shfl_up(T val, unsigned int delta, int width = warpSize) in shfl_up() 127 …__device__ __forceinline__ unsigned int shfl_up(unsigned int val, unsigned int delta, int width = … in shfl_up() 135 __device__ __forceinline__ double shfl_up(double val, unsigned int delta, int width = warpSize) in shfl_up()
|
/external/libyuv/files/source/ |
D | row_win.cc | 931 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() 997 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_Unaligned_SSSE3() 1067 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3() 1133 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_Unaligned_SSSE3() 1203 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3() 1269 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_Unaligned_SSSE3() 1339 uint8* dst_u, uint8* dst_v, int width) { in RGBAToUVRow_SSSE3() 1405 uint8* dst_u, uint8* dst_v, int width) { in RGBAToUVRow_Unaligned_SSSE3() 1621 int width) { in I444ToARGBRow_SSSE3() 1664 int width) { in I422ToARGBRow_SSSE3() [all …]
|
D | row_posix.cc | 749 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3() 810 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_Unaligned_SSSE3() 949 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3() 1010 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_Unaligned_SSSE3() 1149 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3() 1210 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_Unaligned_SSSE3() 1402 int width) { in I444ToARGBRow_SSSE3() 1438 int width) { in I422ToARGBRow_SSSE3() 1474 int width) { in I411ToARGBRow_SSSE3() 1509 int width) { in NV12ToARGBRow_SSSE3() [all …]
|
D | row_common.cc | 22 void BGRAToARGBRow_C(const uint8* src_bgra, uint8* dst_argb, int width) { in BGRAToARGBRow_C() 38 void ABGRToARGBRow_C(const uint8* src_abgr, uint8* dst_argb, int width) { in ABGRToARGBRow_C() 54 void RGBAToARGBRow_C(const uint8* src_abgr, uint8* dst_argb, int width) { in RGBAToARGBRow_C() 70 void RGB24ToARGBRow_C(const uint8* src_rgb24, uint8* dst_argb, int width) { in RGB24ToARGBRow_C() 84 void RAWToARGBRow_C(const uint8* src_raw, uint8* dst_argb, int width) { in RAWToARGBRow_C() 98 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { in RGB565ToARGBRow_C() 112 void ARGB1555ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { in ARGB1555ToARGBRow_C() 127 void ARGB4444ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width) { in ARGB4444ToARGBRow_C() 142 void ARGBToRGBARow_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGBARow_C() 157 void ARGBToRGB24Row_C(const uint8* src_argb, uint8* dst_rgb, int width) { in ARGBToRGB24Row_C() [all …]
|
D | planar_functions.cc | 30 int width, int height) { in CopyPlane() 64 int width, int height) { in I420ToI400() 81 int width, int height) { in MirrorPlane() 114 int width, int height) { in YUY2ToI422() 176 int width, int height) { in UYVYToI422() 240 int width, int height) { in I420Mirror() 271 int width, int height) { in ARGBMirror() 327 int width, int height) { in ARGBBlend() 353 int width, int height) { in ARGBToI400() 388 int width, int height) { in ARGBToI422() [all …]
|
D | rotate.cc | 65 uint8* dst, int dst_stride, int width) { in TransposeWx8_SSSE3() 286 uint8* dst, int dst_stride, int width) { in TransposeWx8_SSSE3() 498 uint8* dst, int dst_stride, int width) { in TransposeWx8_FAST_SSSE3() 750 int width) { in TransposeWx8_C() 767 int width, int height) { in TransposeWxH_C() 778 int width, int height) { in TransposePlane() 815 int width, int height) { in RotatePlane90() 827 int width, int height) { in RotatePlane270() 839 int width, int height) { in RotatePlane180() 903 int width) { in TransposeUVWx8_C() [all …]
|
D | convert_from.cc | 34 int width, int height) { in I420ToI422() 114 int width, int height) { in I420ToI444() 164 int width, int height) { in I420ToI411() 210 int width, int height) { in I400Copy() 237 uint8* dst_frame, int width) { in I42xToYUY2Row_SSE2() 276 uint8* dst_frame, int width) { in I42xToUYVYRow_SSE2() 314 uint8* dst_frame, int width) { in I42xToYUY2Row_SSE2() 350 uint8* dst_frame, int width) { in I42xToUYVYRow_SSE2() 386 uint8* dst_frame, int width) { in I42xToYUY2Row_C() 408 uint8* dst_frame, int width) { in I42xToUYVYRow_C() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_zs.c | 117 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint() 130 unsigned width, unsigned height) in util_format_s8_uint_pack_s_8uint() 143 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_float() 164 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float() 186 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm() 207 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_32unorm() 229 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_float() 250 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_float() 272 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_32unorm() 285 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_32unorm() [all …]
|
D | u_format_yuv.c | 43 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 105 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 167 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_float() 224 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() 295 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_float() 357 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() 419 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_float() 476 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() 547 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_float() 603 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_8unorm() [all …]
|
D | u_format_s3tc.c | 82 int width, int height, in util_format_dxtn_pack_stub() 246 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_8unorm() 270 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_8unorm() 281 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_8unorm() 292 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_8unorm() 303 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_8unorm() 314 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_float() 342 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_float() 353 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_float() 364 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_float() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_type.h | 117 unsigned width:14; member 177 lp_type_float(unsigned width) in lp_type_float() 193 lp_type_float_vec(unsigned width, unsigned total_width) in lp_type_float_vec() 209 lp_type_int(unsigned width) in lp_type_int() 224 lp_type_int_vec(unsigned width, unsigned total_width) in lp_type_int_vec() 239 lp_type_uint(unsigned width) in lp_type_uint() 253 lp_type_uint_vec(unsigned width, unsigned total_width) in lp_type_uint_vec() 266 lp_type_unorm(unsigned width, unsigned total_width) in lp_type_unorm() 280 lp_type_fixed(unsigned width, unsigned total_width) in lp_type_fixed() 295 lp_type_ufixed(unsigned width, unsigned total_width) in lp_type_ufixed()
|
/external/webrtc/talk/media/webrtc/ |
D | simulcast.cc | 40 int width; member 85 void MaybeExchangeWidthHeight(int* width, int* height) { in MaybeExchangeWidthHeight() 95 int FindSimulcastFormatIndex(int width, int height) { in FindSimulcastFormatIndex() 107 int FindSimulcastFormatIndex(int width, int height, size_t max_layers) { in FindSimulcastFormatIndex() 127 size_t FindSimulcastMaxLayers(int width, int height) { in FindSimulcastMaxLayers() 138 int FindSimulcastMaxBitrateBps(int width, int height, size_t max_layers) { in FindSimulcastMaxBitrateBps() 146 int FindSimulcastTargetBitrateBps(int width, in FindSimulcastTargetBitrateBps() 156 int FindSimulcastMinBitrateBps(int width, int height, size_t max_layers) { in FindSimulcastMinBitrateBps() 164 bool SlotSimulcastMaxResolution(size_t max_layers, int* width, int* height) { in SlotSimulcastMaxResolution() 189 int width, in GetSimulcastConfig()
|
/external/skia/src/images/ |
D | SkScaledBitmapSampler.cpp | 19 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_Gray_D8888() argument 36 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_RGBx_D8888() argument 53 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_RGBA_D8888() argument 67 int width, int deltaSrc, int, in Sample_RGBA_D8888_Unpremul() argument 82 int width, int deltaSrc, int, in Sample_RGBA_D8888_SkipZ() argument 116 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_Gray_D565() argument 127 int width, int deltaSrc, int y, const SkPMColor[]) { in Sample_Gray_D565_D() 148 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_RGBx_D565() argument 159 int width, int deltaSrc, int y, in Sample_RGBx_D565_D() 182 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_D565_D565() argument [all …]
|
/external/opencv3/3rdparty/libwebp/utils/ |
D | filters.c | 47 int width, int height, int stride, in DoHorizontalFilter() 68 static void HorizontalFilter(const uint8_t* data, int width, int height, in HorizontalFilter() 73 static void HorizontalUnfilter(int width, int height, int stride, in HorizontalUnfilter() 82 int width, int height, int stride, in DoVerticalFilter() 102 static void VerticalFilter(const uint8_t* data, int width, int height, in VerticalFilter() 107 static void VerticalUnfilter(int width, int height, int stride, uint8_t* data) { in VerticalUnfilter() 120 void DoGradientFilter(const uint8_t* in, int width, int height, in DoGradientFilter() 147 static void GradientFilter(const uint8_t* data, int width, int height, in GradientFilter() 152 static void GradientUnfilter(int width, int height, int stride, uint8_t* data) { in GradientUnfilter() 165 int width, int height, int stride) { in EstimateBestFilter()
|
/external/mesa3d/src/mesa/main/ |
D | texstorage.c | 105 GLint *width, GLint *height, GLint *depth) in next_mipmap_level_size() 129 GLsizei width, GLsizei height, GLsizei depth) in setup_texstorage() 244 GLsizei width, GLsizei height, GLsizei depth) in tex_storage_error_check() 357 GLsizei width, GLsizei height, GLsizei depth) in texstorage() 397 GLsizei width) in _mesa_TexStorage1D() 405 GLsizei width, GLsizei height) in _mesa_TexStorage2D() 413 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TexStorage3D() 431 GLsizei width) in _mesa_TextureStorage1DEXT() 440 GLsizei width, GLsizei height) in _mesa_TextureStorage2DEXT() 450 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TextureStorage3DEXT()
|