Searched refs:bmax (Results 1 – 6 of 6) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc_ideal_endpoints_and_weights.cpp | 408 vfloat4 bmax = blk.data_max; in compute_ideal_colors_and_weights_3_comp() local 415 ei.ep.endpt1[i] = vfloat4(bmax.lane<0>(), ep1.lane<0>(), ep1.lane<1>(), ep1.lane<2>()); in compute_ideal_colors_and_weights_3_comp() 419 ei.ep.endpt1[i] = vfloat4(ep1.lane<0>(), bmax.lane<1>(), ep1.lane<1>(), ep1.lane<2>()); in compute_ideal_colors_and_weights_3_comp() 423 ei.ep.endpt1[i] = vfloat4(ep1.lane<0>(), ep1.lane<1>(), bmax.lane<2>(), ep1.lane<2>()); in compute_ideal_colors_and_weights_3_comp() 427 ei.ep.endpt1[i] = vfloat4(ep1.lane<0>(), ep1.lane<1>(), ep1.lane<2>(), bmax.lane<3>()); in compute_ideal_colors_and_weights_3_comp()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 2647 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/ |
D | aaccoder.c | 779 float bmax = bval2bmax(g * 17.0f / sce0->ics.num_swb) / 0.0045f; in search_for_ms() local 864 … mslambda / (minthr * bmax + FLT_MIN), INFINITY, &b4, NULL, 0); in search_for_ms()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aaccoder_mips.c | 2360 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/ |
D | DiagBigDecimalTest.java | 127 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)).byteValueExac… 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)).multiply(ten) in diagbyteValue()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 124 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)).multiply(ten) in diagbyteValue()
|