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

  /external/libjpeg-turbo/simd/powerpc/
jcsample-altivec.c 40 __vector unsigned char this0, next0, out; local
60 this0 = vec_ld(0, inptr);
61 this0 = vec_perm(this0, this0, even_odd_index);
62 this0e = (__vector unsigned short)VEC_UNPACKHU(this0);
63 this0o = (__vector unsigned short)VEC_UNPACKLU(this0);
96 __vector unsigned char this0, next0, this1, next1, out; local
120 this0 = vec_ld(0, inptr0);
121 this0 = vec_perm(this0, this0, even_odd_index)
    [all...]
jdsample-altivec.c 37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0, local
68 this0 = vec_ld(0, inptr);
69 p_last0 = vec_perm(this0, this0, last_index_col0);
70 last0 = this0;
76 p_last0 = vec_perm(last0, this0, last_index);
77 last0 = this0;
81 p_next0 = vec_perm(this0, this0, next_index_lastcol);
84 p_next0 = vec_perm(this0, next0, next_index)
138 __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 124 milliseconds