Searched refs:d04 (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | faanidct.c | 54 FLOAT s04, d04, s17, d17, s26, d26, s53, d53; in p8idct() local 80 d04= temp[0*x + i] - temp[4*x + i]; in p8idct() 84 os16= d04 + d26; in p8idct() 85 os25= d04 - d26; in p8idct()
|
/third_party/openssl/test/ |
H A D | sanitytest.c | 34 a04, b04, c04, d04, e04, f04, g04, h04, i04, j04, in test_sanity_enum_size() enumerator
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_lpf_sao_msa.c | 39 int32_t dp04, dq04, dp34, dq34, d04, d34; in hevc_loopfilter_luma_hor_msa() local 63 d04 = dp04 + dq04; in hevc_loopfilter_luma_hor_msa() 77 d0434 = (d04 + d34) >= beta; in hevc_loopfilter_luma_hor_msa() 125 abs(p0[7] - q0[7]) < tc254 && (d04 << 1) < beta20 && in hevc_loopfilter_luma_hor_msa() 463 int32_t dp04, dq04, dp34, dq34, d04, d34; in hevc_loopfilter_luma_ver_msa() local 489 d04 = dp04 + dq04; in hevc_loopfilter_luma_ver_msa() 500 d0434 = (d04 + d34) >= beta; in hevc_loopfilter_luma_ver_msa() 545 abs(p0[-1] - p0[0]) < tc254 && (d04 << 1) < beta20 && in hevc_loopfilter_luma_ver_msa()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevc_lpf_sao_lsx.c | 43 int32_t dp04, dq04, dp34, dq34, d04, d34; in ff_hevc_loop_filter_luma_h_8_lsx() local 65 d04 = dp04 + dq04; in ff_hevc_loop_filter_luma_h_8_lsx() 77 d0434 = (d04 + d34) >= beta; in ff_hevc_loop_filter_luma_h_8_lsx() 114 abs(p0[7] - q0[7]) < tc254 && (d04 << 1) < beta20 && in ff_hevc_loop_filter_luma_h_8_lsx() 452 int32_t dp04, dq04, dp34, dq34, d04, d34; in ff_hevc_loop_filter_luma_v_8_lsx() local 479 d04 = dp04 + dq04; in ff_hevc_loop_filter_luma_v_8_lsx() 489 d0434 = (d04 + d34) >= beta; in ff_hevc_loop_filter_luma_v_8_lsx() 533 abs(p0[-1] - p0[0]) < tc254 && (d04 << 1) < beta20 && in ff_hevc_loop_filter_luma_v_8_lsx()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 2990 ohos.global.icu.math.BigDecimal d04; in diagformat() 3092 d04 = new ohos.global.icu.math.BigDecimal("0.04"); in diagformat() 3110 TestFmwk.assertTrue("for090", (d04.format(-1,1)).equals("0.0")); in diagformat() 3112 TestFmwk.assertTrue("for092", (d04.format(-1,1,-1,-1,-1,ohos.global.icu.math.MathContext.ROUND_HALF_DOWN)).equals("0.0")); in diagformat() 3116 TestFmwk.assertTrue("for095", (d04.format(-1,1,-1,-1,-1,ohos.global.icu.math.MathContext.ROUND_HALF_EVEN)).equals("0.0")); in diagformat()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 2987 com.ibm.icu.math.BigDecimal d04; in diagformat() 3089 d04 = new com.ibm.icu.math.BigDecimal("0.04"); in diagformat() 3107 TestFmwk.assertTrue("for090", (d04.format(-1,1)).equals("0.0")); in diagformat() 3109 TestFmwk.assertTrue("for092", (d04.format(-1,1,-1,-1,-1,com.ibm.icu.math.MathContext.ROUND_HALF_DOWN)).equals("0.0")); in diagformat() 3113 TestFmwk.assertTrue("for095", (d04.format(-1,1,-1,-1,-1,com.ibm.icu.math.MathContext.ROUND_HALF_EVEN)).equals("0.0")); in diagformat()
|
Completed in 31 milliseconds