/third_party/libunwind/libunwind/src/ |
H A D | elfxx.c | 91 char *buf, size_t buf_len, Elf_W (Addr) *min_dist) in lookup_symbol() 140 if ((Elf_W (Addr)) (ip - val) < *min_dist) in lookup_symbol() 142 *min_dist = (Elf_W (Addr)) (ip - val); in lookup_symbol() 284 Elf_W (Addr) min_dist = ~(Elf_W (Addr))0; in get_proc_name_in_image() 288 ret = elf_w (lookup_symbol) (as, ip, ei, load_offset, buf, buf_len, &min_dist); in get_proc_name_in_image() 296 buf_len, &min_dist); in get_proc_name_in_image() 307 if (min_dist >= ei->size) in get_proc_name_in_image() 310 *offp = min_dist; in get_proc_name_in_image() 88 lookup_symbol(unw_addr_space_t as, unw_word_t ip, struct elf_image *ei, Elf_W (Addr) load_offset, char *buf, size_t buf_len, Elf_W (Addr) *min_dist) lookup_symbol() argument
|
/third_party/astc-encoder/Utils/ |
H A D | astc_quant_generator.cpp | 351 unsigned int min_dist = 256; in generate_unquant_to_unpacked_quant() local 359 if (dist < min_dist) in generate_unquant_to_unpacked_quant() 361 min_dist = dist; in generate_unquant_to_unpacked_quant() 365 else if (dist == min_dist) in generate_unquant_to_unpacked_quant()
|
/third_party/ffmpeg/libavcodec/ |
H A D | g723_1.c | 1276 int min_dist, pred; in ff_g723_1_inverse_quant() local 1281 min_dist = 0x100; in ff_g723_1_inverse_quant() 1284 min_dist = 0x200; in ff_g723_1_inverse_quant() 1313 temp = min_dist + cur_lsp[j - 1] - cur_lsp[j]; in ff_g723_1_inverse_quant() 1322 temp = cur_lsp[j - 1] + min_dist - cur_lsp[j] - 4; in ff_g723_1_inverse_quant()
|
H A D | twinvq.c | 247 * min_dist. This function does it exactly as described in section of 3.2.4 251 static void rearrange_lsp(int order, float *lsp, float min_dist) in rearrange_lsp() argument 254 float min_dist2 = min_dist * 0.5; in rearrange_lsp() 256 if (lsp[i] - lsp[i - 1] < min_dist) { in rearrange_lsp()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdf.c | 76 * int min_dist = INT_MAX; 85 * if (d < min_dist) 86 * min_dist = d; 89 * bitmap[x, y] = min_dist; 2941 SDF_Signed_Distance min_dist = max_sdf; in sdf_contour_get_min_distance() local 2966 diff = current_dist.distance - min_dist.distance; in sdf_contour_get_min_distance() 2970 min_dist = resolve_corner( min_dist, current_dist ); in sdf_contour_get_min_distance() 2972 min_dist = current_dist; in sdf_contour_get_min_distance() 2980 *out = min_dist; in sdf_contour_get_min_distance() 3079 SDF_Signed_Distance min_dist = max_sdf; sdf_generate() local [all...] |
/third_party/skia/third_party/externals/brotli/research/ |
H A D | draw_histogram.cc | 82 double min_dist = min_distance > 0 ? DistanceTransform(min_distance) : 0; in BuildHistogram() local 83 double max_dist = DistanceTransform(GetMaxDistance()) - min_dist; in BuildHistogram() 95 dist = DistanceTransform(static_cast<double>(distance)) - min_dist; in BuildHistogram()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 640 JLONG minmaxdist, min_dist, max_dist, tdist; in find_nearby_colors() local 671 min_dist = tdist * tdist; in find_nearby_colors() 676 min_dist = tdist * tdist; in find_nearby_colors() 680 /* within cell range so no contribution to min_dist */ in find_nearby_colors() 681 min_dist = 0; in find_nearby_colors() 694 min_dist += tdist * tdist; in find_nearby_colors() 699 min_dist += tdist * tdist; in find_nearby_colors() 703 /* within cell range so no contribution to min_dist */ in find_nearby_colors() 716 min_dist += tdist * tdist; in find_nearby_colors() 721 min_dist in find_nearby_colors() [all...] |
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | quant_levels_dec_utils.c | 160 static void InitCorrectionLUT(int16_t* const lut, int min_dist) { in InitCorrectionLUT() argument 167 const int threshold1 = min_dist << LFIX; in InitCorrectionLUT()
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 4473 float min_dist = 999999.0f; 4486 if (dist2 < min_dist*min_dist) 4487 min_dist = (float) STBTT_sqrt(dist2); 4493 //if (sx > STBTT_min(x0,x1)-min_dist && sx < STBTT_max(x0,x1)+min_dist && 4494 // sy > STBTT_min(y0,y1)-min_dist && sy < STBTT_max(y0,y1)+min_dist) 4497 if (dist < min_dist) { 4507 min_dist [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 4473 float min_dist = 999999.0f; 4486 if (dist2 < min_dist*min_dist) 4487 min_dist = (float) STBTT_sqrt(dist2); 4493 //if (sx > STBTT_min(x0,x1)-min_dist && sx < STBTT_max(x0,x1)+min_dist && 4494 // sy > STBTT_min(y0,y1)-min_dist && sy < STBTT_max(y0,y1)+min_dist) 4497 if (dist < min_dist) { 4507 min_dist [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_scoreboard.cpp | 866 unsigned min_dist = ~0u; 877 min_dist = MIN3(min_dist, dist, 7); 883 return { p ? min_dist : 0, p };
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 187 int i, pal_id = -1, min_dist = INT_MAX; in colormap_nearest_bruteforce() local 200 if (d < min_dist) { in colormap_nearest_bruteforce() 202 min_dist = d; in colormap_nearest_bruteforce()
|