/third_party/ffmpeg/libavfilter/ |
H A D | blend_modes.c | 31 #undef HALF macro 37 #define HALF 128 macro 42 #define HALF 0.5f macro 47 #define HALF (1 << (DEPTH - 1)) macro 117 fn(grainmerge, CLIP(A + B - HALF)) 121 fn(multiply128,CLIP((A - HALF) * B / MDIV + HALF)) 125 fn(grainextract, CLIP(HALF + A - B)) 127 fn(overlay, (A < HALF) ? MULTIPLY(2, A, B) : SCREEN(2, A, B)) 128 fn(hardlight, (B < HALF) [all...] |
/third_party/backends/backend/genesys/ |
H A D | tables_motor.cpp | 39 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 47 motor.profiles.push_back({MotorSlope::create_from_steps(2000, 1375, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 55 motor.profiles.push_back({MotorSlope::create_from_steps(2289, 2100, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 63 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 71 motor.profiles.push_back({MotorSlope::create_from_steps(11000, 3000, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 79 motor.profiles.push_back({MotorSlope::create_from_steps(3200, 1200, 128), StepType::HALF, 0}); in genesys_init_motor_tables() 87 profile = MotorProfile{MotorSlope::create_from_steps(3500, 1300, 150), StepType::HALF, 0}; in genesys_init_motor_tables() 110 profile = MotorProfile{MotorSlope::create_from_steps(3500, 1400, 150), StepType::HALF, 0}; in genesys_init_motor_tables() 131 profile = {MotorSlope::create_from_steps(7000, 3000, 200), StepType::HALF, 0}; in genesys_init_motor_tables() 145 motor.profiles.push_back({MotorSlope::create_from_steps(3500, 1300, 60), StepType::HALF, in genesys_init_motor_tables() [all...] |
H A D | gl646.cpp | 83 {MotorId::HP3670, 50, 3, StepType::HALF, false, true, 1, 91 {MotorId::HP3670, 100, 3, StepType::HALF, false, true, 1, 95 {MotorId::HP3670, 150, 3, StepType::HALF, false, true, 1, 99 {MotorId::HP3670, 300, 3, StepType::HALF, false, true, 1, 107 {MotorId::HP3670,1200, 3, StepType::HALF, false, true, 0, 111 {MotorId::HP3670, 50, 1, StepType::HALF, false, true, 1, 119 {MotorId::HP3670, 100, 1, StepType::HALF, false, true, 1, 123 {MotorId::HP3670, 150, 1, StepType::HALF, false, true, 1, 127 {MotorId::HP3670, 300, 1, StepType::HALF, false, true, 1, 135 {MotorId::HP3670,1200, 1, StepType::HALF, fals [all...] |
H A D | enums.h | 425 HALF = 1, member in genesys::ScanMethod::StepType
|
H A D | enums.cpp | 336 case StepType::HALF: out << "1/2"; break; in operator <<()
|
/third_party/ffmpeg/libavcodec/ |
H A D | bgmc.c | 35 #define HALF (2 * FIRST_QTR) // first half of values maximum value macro 540 if (high >= HALF) { in ff_bgmc_decode() 541 if (low >= HALF) { in ff_bgmc_decode() 542 value -= HALF; in ff_bgmc_decode() 543 low -= HALF; in ff_bgmc_decode() 544 high -= HALF; in ff_bgmc_decode()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_motor.cpp | 92 auto table = create_slope_table_for_speed(slope, 5000, StepType::HALF, 4, 8, max_table_size); in test_create_slope_table_small_half_step() 102 table = create_slope_table_for_speed(slope, 3000, StepType::HALF, 4, 8, max_table_size); in test_create_slope_table_small_half_step() 203 auto table = create_slope_table_for_speed(slope, 3000, StepType::HALF, 4, 8, max_table_size); in test_create_slope_table_large_half_step() 218 table = create_slope_table_for_speed(slope, 1500, StepType::HALF, 4, 8, max_table_size); in test_create_slope_table_large_half_step()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 1-6.c | 187 HALF, enumerator 193 {SCHED_FIFO, HALF}, 196 {SCHED_RR, HALF}, 206 case HALF: in get_prio()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r300_fragprog_swizzle.c | 63 {MAKE_SWZ3(HALF, HALF, HALF), R300_ALU_ARGC_HALF, 0, 0}
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | tiffdec.c | 123 #define HALF ((1u << MFIX) >> 1) macro 126 const uint32_t v = (x * mult + HALF) >> MFIX; in Unmult() 135 #undef HALF macro
|
/third_party/elfutils/libelf/ |
H A D | gelf_xlate.h | 34 FUNDAMENTAL (HALF, Half, LIBELFBITS);
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | alpha_processing.c | 26 #define HALF ((1u << MFIX) >> 1) macro 30 const uint32_t v = (x * mult + HALF) >> MFIX; in Mult() 178 #undef HALF macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600RegisterInfo.cpp | 38 reserveRegisterTuples(Reserved, R600::HALF); in getReservedRegs()
|
H A D | AMDGPULibFunc.h | 248 HALF enumerator
|
H A D | AMDGPULibFunc.cpp | 545 .Case("half" , AMDGPULibFunc::HALF) 710 case HALF: Pfx = "half_"; break;
|
H A D | AMDGPULibCalls.cpp | 687 FInfo.getPrefix() == AMDGPULibFunc::HALF) && in fold() 694 FInfo.getPrefix() == AMDGPULibFunc::HALF) && in fold()
|
/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 382 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 321 HALF, enumerator
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 357 HALF, enumerator
|
H A D | simulator-mips64.cc | 1637 case HALF: in TraceMSARegWr() 1770 case HALF: in TraceMemWr() 2091 TraceMemWr(addr, value, HALF); in WriteH() 2107 TraceMemWr(addr, value, HALF); in WriteH()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 353 enum TraceType { BYTE, HALF, WORD, DWORD, FLOAT, DOUBLE, FLOAT_DOUBLE }; enumerator
|
H A D | simulator-mips.cc | 1696 case HALF: in TraceMSARegWr() 1803 case HALF: in TraceMemWr() 2075 TraceMemWr(addr, value, HALF); in WriteH() 2090 TraceMemWr(addr, value, HALF); in WriteH()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 186 %token HALF 1288 | HALF
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 524 HALF, enumerator
|
/third_party/backends/backend/ |
H A D | avision.c | 7442 HALF, /* the 2nd half */ in reader_process() enumerator 7489 deinterlace = HALF; in reader_process() 7788 (deinterlace == HALF && absline >= total_size / (size_t) s->avdimen.hw_bytes_per_line / 2) || in reader_process()
|