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

  /external/libjpeg-turbo/simd/powerpc/
jdcolext-altivec.c 59 pw_one = { __8X(1) }, pw_255 = { __8X(255) }, local
113 bl = vec_madds(bl, pw_mf0228, pw_one);
114 bh = vec_madds(bh, pw_mf0228, pw_one);
115 bl = vec_sra(bl, (__vector unsigned short)pw_one);
116 bh = vec_sra(bh, (__vector unsigned short)pw_one);
126 rl = vec_madds(rl, pw_f0402, pw_one);
127 rh = vec_madds(rh, pw_f0402, pw_one);
128 rl = vec_sra(rl, (__vector unsigned short)pw_one);
129 rh = vec_sra(rh, (__vector unsigned short)pw_one);
jdmrgext-altivec.c 61 pw_one = { __8X(1) }, pw_255 = { __8X(255) }, local
115 b_yl = vec_madds(b_yl, pw_mf0228, pw_one);
116 b_yh = vec_madds(b_yh, pw_mf0228, pw_one);
117 b_yl = vec_sra(b_yl, (__vector unsigned short)pw_one);
118 b_yh = vec_sra(b_yh, (__vector unsigned short)pw_one);
126 r_yl = vec_madds(r_yl, pw_f0402, pw_one);
127 r_yh = vec_madds(r_yh, pw_f0402, pw_one);
128 r_yl = vec_sra(r_yl, (__vector unsigned short)pw_one);
129 r_yh = vec_sra(r_yh, (__vector unsigned short)pw_one);
jcsample-altivec.c 45 pw_one = { __8X(1) }; local
66 outl = vec_sr(outl, pw_one);
75 outh = vec_sr(outh, pw_one);
jdsample-altivec.c 59 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; local
94 last0l = vec_add(last0l, pw_one);
110 last0h = vec_add(last0h, pw_one);

Completed in 118 milliseconds