HomeSort by relevance Sort by last modified time
    Searched refs:tmph (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/simd/
jdsample-altivec.c 142 tmpl, tmph, outle, outhe, outlo, outho; local
256 tmph = vec_mladd(thiscolsum_1h, pw_three, pw_zero);
257 outhe = vec_add(tmph, p_lastcolsum_1h);
261 outho = vec_add(tmph, p_nextcolsum_1h);
286 tmph = vec_mladd(thiscolsum1h, pw_three, pw_zero);
287 outhe = vec_add(tmph, p_lastcolsum1h);
291 outho = vec_add(tmph, p_nextcolsum1h);
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 65 uint32x4_t tmpl, tmph; local
72 tmph = vmull_u16(vget_high_u16(res), vdup_n_u16(max+1));
75 res = vuzpq_u16(vreinterpretq_u16_u32(tmpl), vreinterpretq_u16_u32(tmph)).val[1];

Completed in 257 milliseconds