Searched refs:bmin (Results 1 – 4 of 4) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc_ideal_endpoints_and_weights.cpp | 407 vfloat4 bmin = blk.data_min; in compute_ideal_colors_and_weights_3_comp() local 414 ei.ep.endpt0[i] = vfloat4(bmin.lane<0>(), ep0.lane<0>(), ep0.lane<1>(), ep0.lane<2>()); in compute_ideal_colors_and_weights_3_comp() 418 ei.ep.endpt0[i] = vfloat4(ep0.lane<0>(), bmin.lane<1>(), ep0.lane<1>(), ep0.lane<2>()); in compute_ideal_colors_and_weights_3_comp() 422 ei.ep.endpt0[i] = vfloat4(ep0.lane<0>(), ep0.lane<1>(), bmin.lane<2>(), ep0.lane<2>()); in compute_ideal_colors_and_weights_3_comp() 426 ei.ep.endpt0[i] = vfloat4(ep0.lane<0>(), ep0.lane<1>(), ep0.lane<2>(), bmin.lane<3>()); in compute_ideal_colors_and_weights_3_comp()
|
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 1495 int fmin, bmin, dmin, fbmin, bimin, fimin; in ff_estimate_b_frame_motion() local 1526 bmin = estimate_motion_b(s, mb_x, mb_y, s->b_back_mv_table, 2, s->b_code) + in ff_estimate_b_frame_motion() 1532 ff_dlog(s, "%d %d %d %d\n", dmin, fmin, bmin, fbmin); in ff_estimate_b_frame_motion() 1556 if(bmin<score){ in ff_estimate_b_frame_motion() 1557 score=bmin; in ff_estimate_b_frame_motion()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 126 private static final byte bmin = -128; field in DiagBigDecimalTest 2748 …TestFmwk.assertTrue("byv011", ((bmin))==((new ohos.global.icu.math.BigDecimal(bmin)).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() 2761 …TestFmwk.assertTrue("byv027", ((bmin))==((new ohos.global.icu.math.BigDecimal(bmin)).byteValueExac… in diagbyteValue() 2796 (new ohos.global.icu.math.BigDecimal(bmin)).subtract(one) in diagbyteValue() 2816 (new ohos.global.icu.math.BigDecimal(bmin)).multiply(two) in diagbyteValue() 2820 (new ohos.global.icu.math.BigDecimal(bmin)).multiply(ten) in diagbyteValue()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 123 private static final byte bmin = -128; field in DiagBigDecimalTest 2745 … TestFmwk.assertTrue("byv011", ((bmin))==((new com.ibm.icu.math.BigDecimal(bmin)).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() 2758 …TestFmwk.assertTrue("byv027", ((bmin))==((new com.ibm.icu.math.BigDecimal(bmin)).byteValueExact())… in diagbyteValue() 2793 (new com.ibm.icu.math.BigDecimal(bmin)).subtract(one) in diagbyteValue() 2813 (new com.ibm.icu.math.BigDecimal(bmin)).multiply(two) in diagbyteValue() 2817 (new com.ibm.icu.math.BigDecimal(bmin)).multiply(ten) in diagbyteValue()
|