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

  /external/libjpeg-turbo/simd/powerpc/
jfdctint-altivec.c 117 out7l = vec_msums(tmp47l, pw_mf060_mf089, z3l); \
122 out7l = vec_sra(out7l, descale_p##PASS); \
127 out7 = vec_pack(out7l, out7h); \
192 out7l, out7h; local
jidctint-altivec.c 155 out7l = vec_sub(tmp10l, tmp3l); \
160 out7l = vec_sra(out7l, descale_p##PASS); \
164 out7 = vec_pack(out7l, out7h); \
224 out5l, out5h, out6l, out6h, out7l, out7h; local
  /external/libjpeg-turbo/simd/loongson/
jfdctint-mmi.c 108 __m64 out5l, out5h, out6l, out6h, out7l, out7h; \
189 out7l = _mm_add_pi32(tmp4l, z3l); \
194 out7l = _mm_add_pi32(out7l, PD_DESCALE_P##PASS); \
196 out7l = _mm_srai_pi32(out7l, DESCALE_P##PASS); \
204 out7 = _mm_packs_pi32(out7l, out7h); \
jidctint-mmi.c 114 __m64 out4l, out4h, out5l, out5h, out6l, out6h, out7l, out7h; \
183 out7l = _mm_sub_pi32(tmp10l, tmp3l); \
191 out7l = _mm_add_pi32(out7l, PD_DESCALE_P##PASS); \
193 out7l = _mm_srai_pi32(out7l, DESCALE_P##PASS); \
197 out7 = _mm_packs_pi32(out7l, out7h); \

Completed in 1056 milliseconds