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

  /external/libjpeg-turbo/simd/
jcsample-altivec.c 39 __vector unsigned char this0, next0, out; local
59 this0 = vec_ld(0, inptr);
60 this0 = vec_perm(this0, this0, even_odd_index);
61 this0e = (__vector unsigned short)VEC_UNPACKHU(this0);
62 this0o = (__vector unsigned short)VEC_UNPACKLU(this0);
95 __vector unsigned char this0, next0, this1, next1, out; local
119 this0 = vec_ld(0, inptr0);
120 this0 = vec_perm(this0, this0, even_odd_index)
    [all...]
jdsample-altivec.c 38 __vector unsigned char this0, last0, p_last0, next0 = {0}, p_next0, local
63 this0 = vec_ld(0, inptr);
64 p_last0 = vec_perm(this0, this0, last_index_col0);
65 last0 = this0;
71 p_last0 = vec_perm(last0, this0, last_index);
72 last0 = this0;
76 p_next0 = vec_perm(this0, this0, next_index_lastcol);
79 p_next0 = vec_perm(this0, next0, next_index)
134 __vector unsigned char this_1, this0, this1, out; local
    [all...]
  /external/dng_sdk/source/
dng_image_writer.cpp 2836 uint8 this0 = bytePtr [0]; local
2860 uint8 this0 = bytePtr [0]; local
    [all...]

Completed in 49 milliseconds