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

  /external/libjpeg-turbo/simd/
jdcolext-altivec.c 59 pw_one = { __8X(1) }, pw_255 = { __8X(255) }, local
111 bl = vec_madds(bl, pw_mf0228, pw_one);
112 bh = vec_madds(bh, pw_mf0228, pw_one);
113 bl = vec_sra(bl, (__vector unsigned short)pw_one);
114 bh = vec_sra(bh, (__vector unsigned short)pw_one);
124 rl = vec_madds(rl, pw_f0402, pw_one);
125 rh = vec_madds(rh, pw_f0402, pw_one);
126 rl = vec_sra(rl, (__vector unsigned short)pw_one);
127 rh = vec_sra(rh, (__vector unsigned short)pw_one);
jdmrgext-altivec.c 61 pw_one = { __8X(1) }, pw_255 = { __8X(255) }, local
109 b_yl = vec_madds(b_yl, pw_mf0228, pw_one);
110 b_yh = vec_madds(b_yh, pw_mf0228, pw_one);
111 b_yl = vec_sra(b_yl, (__vector unsigned short)pw_one);
112 b_yh = vec_sra(b_yh, (__vector unsigned short)pw_one);
120 r_yl = vec_madds(r_yl, pw_f0402, pw_one);
121 r_yh = vec_madds(r_yh, pw_f0402, pw_one);
122 r_yl = vec_sra(r_yl, (__vector unsigned short)pw_one);
123 r_yh = vec_sra(r_yh, (__vector unsigned short)pw_one);
jcsample-altivec.c 44 pw_one = { __8X(1) }; local
65 outl = vec_sr(outl, pw_one);
74 outh = vec_sr(outh, pw_one);
jdsample-altivec.c 54 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; local
89 last0l = vec_add(last0l, pw_one);
105 last0h = vec_add(last0h, pw_one);

Completed in 48 milliseconds