Home
last modified time | relevance | path

Searched refs:bmax (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Davf_showspectrum.c678 const float bmin, const float bmax, in log_scale()
681 return exp2f(((bin - bmin) / (bmax - bmin)) * (log2f(max) - log2f(min)) + log2f(min)); in log_scale()
684 static float get_hz(const float bin, const float bmax, in get_hz() argument
690 return min + (bin / bmax) * (max - min); in get_hz()
692 return min + log_scale(bin, 0, bmax, 20.f, max - min); in get_hz()
699 float bmin, float bmax, in inv_log_scale()
702 return (min * exp2f((bin * (log2f(max) - log2f(20.f))) / bmax) + min) * bmax / max; in inv_log_scale()
677 log_scale(const float bin, const float bmin, const float bmax, const float min, const float max) log_scale() argument
698 inv_log_scale(float bin, float bmin, float bmax, float min, float max) inv_log_scale() argument
/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp523 vfloat4 bmax = blk.data_max;
530 ei.ep.endpt1[i] = vfloat4(bmax.lane<0>(), ep1.lane<0>(), ep1.lane<1>(), ep1.lane<2>());
534 ei.ep.endpt1[i] = vfloat4(ep1.lane<0>(), bmax.lane<1>(), ep1.lane<1>(), ep1.lane<2>());
538 ei.ep.endpt1[i] = vfloat4(ep1.lane<0>(), ep1.lane<1>(), bmax.lane<2>(), ep1.lane<2>());
542 ei.ep.endpt1[i] = vfloat4(ep1.lane<0>(), ep1.lane<1>(), ep1.lane<2>(), bmax.lane<3>());
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c2647 png_byte in_use[256], amax = 0, bmax = 0; in compare_two_images() local
2667 if (bval > bmax) in compare_two_images()
2668 bmax = bval; in compare_two_images()
2764 else if (bmax >= b->image.colormap_entries) in compare_two_images()
2767 sprintf(pindex, "%d[%u]", bmax, in compare_two_images()
/third_party/ffmpeg/libavcodec/
H A Daaccoder.c778 float bmax = bval2bmax(g * 17.0f / sce0->ics.num_swb) / 0.0045f; in search_for_ms() local
863 mslambda / (minthr * bmax + FLT_MIN), INFINITY, &b4, NULL, 0); in search_for_ms()
/third_party/ffmpeg/libavcodec/mips/
H A Daaccoder_mips.c2360 float bmax = bval2bmax(g * 17.0f / sce0->ics.num_swb) / 0.0045f; in search_for_ms_mips() local
2445 mslambda / (minthr * bmax), INFINITY, &b4, NULL, 0); in search_for_ms_mips()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java127 private static final byte bmax = 127; field in DiagBigDecimalTest
2747 TestFmwk.assertTrue("byv010", ((bmax))==((new ohos.global.icu.math.BigDecimal(bmax)).byteValue())); in diagbyteValue()
2752 TestFmwk.assertTrue("byv015", ((bmin))==((new ohos.global.icu.math.BigDecimal(bmax+1)).byteValue())); in diagbyteValue()
2753 TestFmwk.assertTrue("byv016", ((bmax))==((new ohos.global.icu.math.BigDecimal(bmin-1)).byteValue())); in diagbyteValue()
2760 TestFmwk.assertTrue("byv026", ((bmax))==((new ohos.global.icu.math.BigDecimal(bmax)).byteValueExact())); in diagbyteValue()
2795 (new ohos.global.icu.math.BigDecimal(bmax)).add(one).toString(), in diagbyteValue()
2818 (new ohos.global.icu.math.BigDecimal(bmax)).multiply(two) in diagbyteValue()
2822 (new ohos.global.icu.math.BigDecimal(bmax)) in diagbyteValue()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java124 private static final byte bmax = 127; field in DiagBigDecimalTest
2744 TestFmwk.assertTrue("byv010", ((bmax))==((new com.ibm.icu.math.BigDecimal(bmax)).byteValue())); in diagbyteValue()
2749 TestFmwk.assertTrue("byv015", ((bmin))==((new com.ibm.icu.math.BigDecimal(bmax+1)).byteValue())); in diagbyteValue()
2750 TestFmwk.assertTrue("byv016", ((bmax))==((new com.ibm.icu.math.BigDecimal(bmin-1)).byteValue())); in diagbyteValue()
2757 TestFmwk.assertTrue("byv026", ((bmax))==((new com.ibm.icu.math.BigDecimal(bmax)).byteValueExact())); in diagbyteValue()
2792 (new com.ibm.icu.math.BigDecimal(bmax)).add(one).toString(), in diagbyteValue()
2815 (new com.ibm.icu.math.BigDecimal(bmax)).multiply(two) in diagbyteValue()
2819 (new com.ibm.icu.math.BigDecimal(bmax)) in diagbyteValue()
[all...]

Completed in 27 milliseconds