| /third_party/ffmpeg/libavfilter/ |
| D | vf_premultiply.c | 45 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 …]
|
| D | maskedmerge.h | 33 int half, depth, max; member
|
| /third_party/skia/experimental/lowp-basic/ |
| D | lerp-study.cpp | 42 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/ |
| D | h264qpel_mmi.c | 2159 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/ |
| D | vf_convolution.asm | 24 half: dd 0.5 define
|
| /third_party/jerryscript/jerry-libm/ |
| D | cosh.c | 53 #define half 0.5 macro
|
| D | sinh.c | 49 #define half 0.5 macro
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| D | float16_helper_test.cc | 27 uint16_t half = float16::FloatToHexFloat16(a); in TEST_F() local
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| D | h264qpel_lasx.c | 425 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/ |
| D | radial_gradient_test.cpp | 7 SkScalar half = SIZE * 0.5f; in draw() local
|
| D | pong2.cpp | 8 double half = period / 2.0; in PingPong() local
|
| D | pong.cpp | 8 double half = period / 2.0; in PingPong() local
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Half.cpp | 19 half::half(float fp32) in half() function in sw::half
|
| D | Half.hpp | 25 class half class 91 constexpr int half = 1 << (23 - g_sharedexp_mantissabits); in RGB9E5() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Half.cpp | 19 half::half(float fp32) in half() function in sw::half
|
| D | Half.hpp | 20 class half class
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
| D | CalculateLimits.java | 76 BigDecimal half = new BigDecimal(units == 1? 0: units / 2 - 1); in main() local
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| D | heap-object-header.h | 339 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/ |
| D | k_sinl.c | 22 half = 0.5; variable
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| D | ir3_nir_lower_load_barycentric_at_sample.c | 59 nir_ssa_def *half = nir_imm_float(b, 0.5); in lower_load_sample_pos() local
|
| /third_party/skia/tools/timer/ |
| D | TimeUtils.h | 43 double half = period / 2.0; in PingPong() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | pnm.h | 34 int half; member
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| D | midgard_print_constant.c | 34 midgard_reg_mode reg_mode, bool half, in mir_print_constant_component()
|
| /third_party/openssl/test/ |
| D | poly1305_internal_test.c | 1542 size_t half = inlen / 2; in test_poly1305() local
|
| D | siphash_internal_test.c | 222 size_t half = inlen / 2; in test_siphash() local
|