Searched refs:max1 (Results 1 - 6 of 6) sorted by relevance
/third_party/lame/libmp3lame/ |
H A D | takehiro.c | 426 int max1 = 0, max2 = 0; in ix_max() local 431 if (max1 < x1) in ix_max() 432 max1 = x1; in ix_max() 437 if (max1 < max2) in ix_max() 438 max1 = max2; in ix_max() 439 return max1; in ix_max()
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 1860 max1 = max_token_units - num_lead 1861 ct = counts_tokens[:max1] 1874 for i in range(max1, len(ct)): 1881 # (max1, len(ct), cumul_savings)) 1882 results.append((cumul_savings, max1, ct)) 1883 best = max(results) # (cumul_savings, max1, ct) 1885 max1 = best[1] 1887 (best[0], max1, max_token_units - max1)) 1891 n = 1 if i < max1 els [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vorbisenc.c | 924 float max1 = 0.0, max2 = 0.0; in residue_encode() local 927 max1 = FFMAX(max1, fabs(coeffs[ k / real_ch])); in residue_encode() 932 if (max1 < rc->maxes[i][0] && max2 < rc->maxes[i][1]) in residue_encode()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_neon.c | 698 const uint8x16_t max1 = vmaxq_u8(a_p3_p2, a_p2_p1); in NeedsFilter2_NEON() local 701 const uint8x16_t max12 = vmaxq_u8(max1, max2); in NeedsFilter2_NEON()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 15278 // UINT64_MAX is 18446744073709551615, which is ((10 * max10) + max1). in wuffs_base__parse_number_u64() 15280 const uint8_t max1 = 5; in wuffs_base__parse_number_u64() local 15292 if ((v > max10) || ((v == max10) && (digit > max1))) { in wuffs_base__parse_number_u64() [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 14377 // UINT64_MAX is 18446744073709551615, which is ((10 * max10) + max1). in wuffs_base__parse_number_u64() 14379 const uint8_t max1 = 5; in wuffs_base__parse_number_u64() local 14391 if ((v > max10) || ((v == max10) && (digit > max1))) { in wuffs_base__parse_number_u64() [all...] |
Completed in 129 milliseconds