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

  /external/libjpeg-turbo/simd/
jcsample-altivec.c 101 pw_two = { __8X(2) }; local
133 outl = vec_sr(outl, pw_two);
150 outh = vec_sr(outh, pw_two);
jdsample-altivec.c 54 __vector short pw_one = { __8X(1) }, pw_two = { __8X(2) }; local
93 next0l = vec_add(next0l, pw_two);
97 outle = vec_sr(outle, (__vector unsigned short)pw_two);
98 outlo = vec_sr(outlo, (__vector unsigned short)pw_two);
106 next0h = vec_add(next0h, pw_two);
110 outhe = vec_sr(outhe, (__vector unsigned short)pw_two);
111 outho = vec_sr(outho, (__vector unsigned short)pw_two);

Completed in 1404 milliseconds