Home
last modified time | relevance | path

Searched refs:hmax (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dtranspose.c82 mpd_size_t hn, hmax; /* halfrow number */ in swap_halfrows_pow2() local
101 hmax = rows; /* cycles start at odd halfrows */ in swap_halfrows_pow2()
103 if ((done = mpd_calloc(hmax/(sizeof *done) + 1, sizeof *done)) == NULL) { in swap_halfrows_pow2()
107 for (hn = 1; hn <= hmax; hn += 2) { in swap_halfrows_pow2()
/third_party/ffmpeg/libavfilter/
Dsignature_lookup.c177 size_t i, j, k, l, hmax = 0, score; in get_matching_parameters() local
266 if (score > hmax ) in get_matching_parameters()
267 hmax = score; in get_matching_parameters()
277 if (hmax > 0) { in get_matching_parameters()
278 hmax = (int) (0.7*hmax); in get_matching_parameters()
281 if (hmax < hspace[i][j].score) { in get_matching_parameters()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng2-x.c1091 int k, hmax, max; in rpng2_x_load_bg_image() local
1193 hmax = (bgscale-1)/2; /* half the max weight of a color */ in rpng2_x_load_bg_image()
1194 max = 2*hmax; /* the max weight of a color */ in rpng2_x_load_bg_image()
1205 if (yidx > hmax) in rpng2_x_load_bg_image()
1210 if (xidx > hmax) in rpng2_x_load_bg_image()
1878 int k, hmax, max; in rpng2_x_reload_bg_image() local
1965 hmax = (bgscale-1)/2; /* half the max weight of a color */ in rpng2_x_reload_bg_image()
1966 max = 2*hmax; /* the max weight of a color */ in rpng2_x_reload_bg_image()
1977 if (yidx > hmax) in rpng2_x_reload_bg_image()
1982 if (xidx > hmax) in rpng2_x_reload_bg_image()
Drpng2-win.c844 int k, hmax, max;
941 hmax = (bgscale-1)/2; /* half the max weight of a color */
942 max = 2*hmax; /* the max weight of a color */
953 if (yidx > hmax)
958 if (xidx > hmax)
/third_party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp811 TEST(vfloat4, hmax) in TEST() argument
814 vfloat4 r1 = hmax(a1); in TEST()
821 vfloat4 r2 = hmax(a2); in TEST()
1640 TEST(vint4, hmax) in TEST() argument
1643 vint4 r1 = hmax(a1); in TEST()
1650 vint4 r2 = hmax(a2); in TEST()
2416 TEST(vfloat8, hmax) in TEST() argument
2419 vfloat8 r1 = hmax(a1); in TEST()
2430 vfloat8 r2 = hmax(a2); in TEST()
3075 TEST(vint8, hmax) in TEST() argument
[all …]
/third_party/astc-encoder/Source/
Dastcenc_vecmathlib_avx2_8.h517 ASTCENC_SIMD_INLINE vint8 hmax(vint8 a) in hmax() function
835 ASTCENC_SIMD_INLINE vfloat8 hmax(vfloat8 a) in hmax() function
859 return hmax(a).lane<0>(); in hmax_s()
Dastcenc_vecmathlib_neon_4.h550 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() function
759 ASTCENC_SIMD_INLINE vfloat4 hmax(vfloat4 a) in hmax() function
Dastcenc_vecmathlib_common_4.h270 return hmax(a).lane<0>(); in hmax_s()
Dastcenc_vecmathlib_sse_4.h588 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() function
832 ASTCENC_SIMD_INLINE vfloat4 hmax(vfloat4 a) in hmax() function
Dastcenc_vecmathlib_none_4.h605 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() function
863 ASTCENC_SIMD_INLINE vfloat4 hmax(vfloat4 a) in hmax() function
Dastcenc_decompress_symbolic.cpp43 int max_weight_count = hmax(weight_count).lane<0>(); in compute_value_of_texel_weight_int_vla()
Dastcenc_ideal_endpoints_and_weights.cpp840 unsigned int max_texel_count = hmax(weight_texel_count).lane<0>(); in compute_ideal_weights_for_decimation()
898 unsigned int max_texel_count = hmax(weight_texel_count).lane<0>(); in compute_ideal_weights_for_decimation()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp1589 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
1599 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations()
1616 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
1626 IVec2(min, hmax), in generateBasic2DCaseIterations()
1628 IVec2(0, hmax), in generateBasic2DCaseIterations()
1629 IVec2(hmax, 0))); in generateBasic2DCaseIterations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp949 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
959 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations()
976 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
986 IVec2(min, hmax), in generateBasic2DCaseIterations()
988 IVec2(0, hmax), in generateBasic2DCaseIterations()
989 IVec2(hmax, 0))); in generateBasic2DCaseIterations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp949 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
959 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations()
976 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
986 IVec2(min, hmax), in generateBasic2DCaseIterations()
988 IVec2(0, hmax), in generateBasic2DCaseIterations()
989 IVec2(hmax, 0))); in generateBasic2DCaseIterations()