Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/ffmpeg/libavfilter/
Dvf_premultiply.c45 int half, depth, offset, max; member
98 int half, int shift, int offset) in premultiply8()
118 int half, int shift, int offset) in premultiply8yuv()
138 int half, int shift, int offset) in premultiply8offset()
158 int half, int shift, int offset) in premultiply16()
181 int half, int shift, int offset) in premultiply16yuv()
204 int half, int shift, int offset) in premultiply16offset()
227 int half, int shift, int offset) in premultiplyf32()
250 int half, int shift, int offset) in premultiplyf32offset()
275 int half, int max, int offset) in unpremultiply8()
[all …]
Dmaskedmerge.h33 int half, depth, max; member
/third_party/skia/experimental/lowp-basic/
Dlerp-study.cpp42 const int16_t half = 1 << (logPixelScale - 1); in saturating_lerp() local
53 const int16_t half = 1 << (logPixelScale - 1); in ssse3_lerp() local
73 const int16_t half = 1 << logPixelScale; in balanced_lerp() local
/third_party/ffmpeg/libavcodec/mips/
Dh264qpel_mmi.c2159 uint8_t half[16]; in ff_put_h264_qpel4_mc10_mmi() local
2173 uint8_t half[16]; in ff_put_h264_qpel4_mc30_mmi() local
2183 uint8_t half[16]; in ff_put_h264_qpel4_mc01_mmi() local
2203 uint8_t half[16]; in ff_put_h264_qpel4_mc03_mmi() local
2323 uint8_t half[16]; in ff_avg_h264_qpel4_mc10_mmi() local
2337 uint8_t half[16]; in ff_avg_h264_qpel4_mc30_mmi() local
2347 uint8_t half[16]; in ff_avg_h264_qpel4_mc01_mmi() local
2367 uint8_t half[16]; in ff_avg_h264_qpel4_mc03_mmi() local
2487 uint8_t half[64]; in ff_put_h264_qpel8_mc10_mmi() local
2501 uint8_t half[64]; in ff_put_h264_qpel8_mc30_mmi() local
[all …]
/third_party/ffmpeg/libavfilter/x86/
Dvf_convolution.asm24 half: dd 0.5 define
/third_party/jerryscript/jerry-libm/
Dcosh.c53 #define half 0.5 macro
Dsinh.c49 #define half 0.5 macro
/third_party/vk-gl-cts/external/amber/src/src/
Dfloat16_helper_test.cc27 uint16_t half = float16::FloatToHexFloat16(a); in TEST_F() local
/third_party/ffmpeg/libavcodec/loongarch/
Dh264qpel_lasx.c425 put_pixels8_l2_8_lsx(uint8_t *dst, const uint8_t *src, const uint8_t *half, in put_pixels8_l2_8_lsx()
489 avg_pixels8_l2_8_lsx(uint8_t *dst, const uint8_t *src, const uint8_t *half, in avg_pixels8_l2_8_lsx()
736 put_pixels16_l2_8_lsx(uint8_t *dst, const uint8_t *src, uint8_t *half, in put_pixels16_l2_8_lsx()
840 avg_pixels16_l2_8_lsx(uint8_t *dst, const uint8_t *src, uint8_t *half, in avg_pixels16_l2_8_lsx()
1480 uint8_t half[64]; in ff_put_h264_qpel8_mc10_lasx() local
1496 uint8_t half[64]; in ff_put_h264_qpel8_mc30_lasx() local
1505 uint8_t half[64]; in ff_put_h264_qpel8_mc01_lasx() local
1584 uint8_t half[64]; in ff_put_h264_qpel8_mc03_lasx() local
1635 uint8_t half[64]; in ff_avg_h264_qpel8_mc10_lasx() local
1650 uint8_t half[64]; in ff_avg_h264_qpel8_mc30_lasx() local
[all …]
/third_party/skia/docs/examples/
Dradial_gradient_test.cpp7 SkScalar half = SIZE * 0.5f; in draw() local
Dpong2.cpp8 double half = period / 2.0; in PingPong() local
Dpong.cpp8 double half = period / 2.0; in PingPong() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DHalf.cpp19 half::half(float fp32) in half() function in sw::half
DHalf.hpp25 class half class
91 constexpr int half = 1 << (23 - g_sharedexp_mantissabits); in RGB9E5() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DHalf.cpp19 half::half(float fp32) in half() function in sw::half
DHalf.hpp20 class half class
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
DCalculateLimits.java76 BigDecimal half = new BigDecimal(units == 1? 0: units / 2 - 1); in main() local
/third_party/node/deps/v8/src/heap/cppgc/
Dheap-object-header.h339 const uint16_t& half = in LoadEncoded() local
354 uint16_t& half = part == EncodedHalf::kLow ? encoded_low_ : encoded_high_; in StoreEncoded() local
/third_party/FreeBSD/lib/msun/ld128/
Dk_sinl.c22 half = 0.5; variable
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_load_barycentric_at_sample.c59 nir_ssa_def *half = nir_imm_float(b, 0.5); in lower_load_sample_pos() local
/third_party/skia/tools/timer/
DTimeUtils.h43 double half = period / 2.0; in PingPong() local
/third_party/ffmpeg/libavcodec/
Dpnm.h34 int half; member
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_print_constant.c34 midgard_reg_mode reg_mode, bool half, in mir_print_constant_component()
/third_party/openssl/test/
Dpoly1305_internal_test.c1542 size_t half = inlen / 2; in test_poly1305() local
Dsiphash_internal_test.c222 size_t half = inlen / 2; in test_siphash() local

12345