Home
last modified time | relevance | path

Searched refs:HALF (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dblend_modes.c31 #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 Dtables_motor.cpp39 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 Dgl646.cpp83 {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 Denums.h425 HALF = 1, member in genesys::ScanMethod::StepType
H A Denums.cpp336 case StepType::HALF: out << "1/2"; break; in operator <<()
/third_party/ffmpeg/libavcodec/
H A Dbgmc.c35 #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 Dtests_motor.cpp92 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 D1-6.c187 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 Dr300_fragprog_swizzle.c63 {MAKE_SWZ3(HALF, HALF, HALF), R300_ALU_ARGC_HALF, 0, 0}
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dtiffdec.c123 #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 Dgelf_xlate.h34 FUNDAMENTAL (HALF, Half, LIBELFBITS);
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing.c26 #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 DR600RegisterInfo.cpp38 reserveRegisterTuples(Reserved, R600::HALF); in getReservedRegs()
H A DAMDGPULibFunc.h248 HALF enumerator
H A DAMDGPULibFunc.cpp545 .Case("half" , AMDGPULibFunc::HALF)
710 case HALF: Pfx = "half_"; break;
H A DAMDGPULibCalls.cpp687 FInfo.getPrefix() == AMDGPULibFunc::HALF) && in fold()
694 FInfo.getPrefix() == AMDGPULibFunc::HALF) && in fold()
/third_party/elfutils/libdwfl/
H A Drelocate.c382 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \ in relocate()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h321 HALF, enumerator
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h357 HALF, enumerator
H A Dsimulator-mips64.cc1637 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 Dsimulator-mips.h353 enum TraceType { BYTE, HALF, WORD, DWORD, FLOAT, DOUBLE, FLOAT_DOUBLE }; enumerator
H A Dsimulator-mips.cc1696 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 Dprogram_parse.y186 %token HALF
1288 | HALF
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h524 HALF, enumerator
/third_party/backends/backend/
H A Davision.c7442 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()

Completed in 50 milliseconds

12