Home
last modified time | relevance | path

Searched refs:simulate_ssse3_mm_mulhrs_epi16 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/experimental/lowp-basic/
Dbilerp-study.cpp75 I16 top = (I16)((U16)(constrained_add(simulate_ssse3_mm_mulhrs_epi16(qtx, qw), qm) + 1) >> 1); in bilerp_1()
80 (I16)((U16)(constrained_add(simulate_ssse3_mm_mulhrs_epi16(qtx, qw), qm) + 1) >> 1); in bilerp_1()
86 U16 scaledAnswer = constrained_add(simulate_ssse3_mm_mulhrs_epi16(qty, qw), qm); in bilerp_1()
Dlerp-study.cpp58 Q15 answer = simulate_ssse3_mm_mulhrs_epi16(qt, qb - qa) + qa; in ssse3_lerp()
79 Q15 answer = simulate_ssse3_mm_mulhrs_epi16(qt, qw) + qm; in balanced_lerp()
DQMath.h44 static inline I16 simulate_ssse3_mm_mulhrs_epi16(I16 a, I16 b) { in simulate_ssse3_mm_mulhrs_epi16() function
Dlowp_experiments.cpp45 Q15 simResult = simulate_ssse3_mm_mulhrs_epi16(a, b); in test_mm_mulhrs_epi16_simulation()