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

  /external/libjpeg-turbo/simd/powerpc/
jcsample-altivec.c 98 next1e, next1o, out0l, out0h, out1l, out1h, outl, outh; local
141 out0h = vec_add(next0e, next0o);
149 outh = vec_add(out0h, out1h);
jidctint-altivec.c 154 out0h = vec_add(tmp10h, tmp3h); \
159 out0h = vec_sra(out0h, descale_p##PASS); \
163 out0 = vec_pack(out0l, out0h); \
223 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h, out4l, out4h, local
  /external/libjpeg-turbo/simd/loongson/
jidctint-mmi.c 113 __m64 out0l, out0h, out1l, out1h, out2l, out2h, out3l, out3h; \
182 out0h = _mm_add_pi32(tmp10h, tmp3h); \
187 out0h = _mm_add_pi32(out0h, PD_DESCALE_P##PASS); \
189 out0h = _mm_srai_pi32(out0h, DESCALE_P##PASS); \
196 out0 = _mm_packs_pi32(out0l, out0h); \

Completed in 59 milliseconds