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

  /external/libjpeg-turbo/simd/
jfdctfst-altivec.c 41 #define PRE_MULTIPLY_SCALE_BITS 2
42 #define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS - 1)
58 z1 = vec_sl(z1, pre_multiply_scale_bits); \
70 tmp10 = vec_sl(tmp10, pre_multiply_scale_bits); \
71 tmp12 = vec_sl(tmp12, pre_multiply_scale_bits); \
78 tmp11 = vec_sl(tmp11, pre_multiply_scale_bits); \
107 pre_multiply_scale_bits = { __8X(PRE_MULTIPLY_SCALE_BITS) }; local
jfdctfst-mmx.asm 47 ; PRE_MULTIPLY_SCALE_BITS <= 2 (to avoid overflow)
48 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
50 %define PRE_MULTIPLY_SCALE_BITS 2
51 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
183 psllw mm0,PRE_MULTIPLY_SCALE_BITS
207 psllw mm2,PRE_MULTIPLY_SCALE_BITS
208 psllw mm6,PRE_MULTIPLY_SCALE_BITS
210 psllw mm3,PRE_MULTIPLY_SCALE_BITS
324 psllw mm0,PRE_MULTIPLY_SCALE_BITS
348 psllw mm2,PRE_MULTIPLY_SCALE_BITS
    [all...]
jfdctfst-sse2-64.asm 48 ; PRE_MULTIPLY_SCALE_BITS <= 2 (to avoid overflow)
49 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
51 %define PRE_MULTIPLY_SCALE_BITS 2
52 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
193 psllw xmm6,PRE_MULTIPLY_SCALE_BITS
214 psllw xmm2,PRE_MULTIPLY_SCALE_BITS
215 psllw xmm0,PRE_MULTIPLY_SCALE_BITS
217 psllw xmm5,PRE_MULTIPLY_SCALE_BITS
329 psllw xmm5,PRE_MULTIPLY_SCALE_BITS
353 psllw xmm7,PRE_MULTIPLY_SCALE_BITS
    [all...]
jfdctfst-sse2.asm 47 ; PRE_MULTIPLY_SCALE_BITS <= 2 (to avoid overflow)
48 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
50 %define PRE_MULTIPLY_SCALE_BITS 2
51 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
199 psllw xmm6,PRE_MULTIPLY_SCALE_BITS
220 psllw xmm2,PRE_MULTIPLY_SCALE_BITS
221 psllw xmm0,PRE_MULTIPLY_SCALE_BITS
223 psllw xmm5,PRE_MULTIPLY_SCALE_BITS
337 psllw xmm5,PRE_MULTIPLY_SCALE_BITS
361 psllw xmm7,PRE_MULTIPLY_SCALE_BITS
    [all...]
jidctfst-mmx.asm 54 ; PRE_MULTIPLY_SCALE_BITS <= 2 (to avoid overflow)
55 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
57 %define PRE_MULTIPLY_SCALE_BITS 2
58 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
188 psllw mm1,PRE_MULTIPLY_SCALE_BITS
221 psllw mm2,PRE_MULTIPLY_SCALE_BITS
222 psllw mm5,PRE_MULTIPLY_SCALE_BITS
228 psllw mm4,PRE_MULTIPLY_SCALE_BITS
346 psllw mm1,PRE_MULTIPLY_SCALE_BITS
375 psllw mm2,PRE_MULTIPLY_SCALE_BITS
    [all...]
jidctfst-sse2-64.asm 55 ; PRE_MULTIPLY_SCALE_BITS <= 2 (to avoid overflow)
56 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
58 %define PRE_MULTIPLY_SCALE_BITS 2
59 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
173 psllw xmm1,PRE_MULTIPLY_SCALE_BITS
206 psllw xmm2,PRE_MULTIPLY_SCALE_BITS
207 psllw xmm5,PRE_MULTIPLY_SCALE_BITS
213 psllw xmm4,PRE_MULTIPLY_SCALE_BITS
338 psllw xmm5,PRE_MULTIPLY_SCALE_BITS
367 psllw xmm0,PRE_MULTIPLY_SCALE_BITS
    [all...]
jidctfst-sse2.asm 54 ; PRE_MULTIPLY_SCALE_BITS <= 2 (to avoid overflow)
55 ; CONST_BITS + CONST_SHIFT + PRE_MULTIPLY_SCALE_BITS == 16 (for pmulhw)
57 %define PRE_MULTIPLY_SCALE_BITS 2
58 %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
180 psllw xmm1,PRE_MULTIPLY_SCALE_BITS
213 psllw xmm2,PRE_MULTIPLY_SCALE_BITS
214 psllw xmm5,PRE_MULTIPLY_SCALE_BITS
220 psllw xmm4,PRE_MULTIPLY_SCALE_BITS
345 psllw xmm5,PRE_MULTIPLY_SCALE_BITS
374 psllw xmm0,PRE_MULTIPLY_SCALE_BITS
    [all...]
jidctfst-altivec.c 43 #define PRE_MULTIPLY_SCALE_BITS 2
44 #define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS - 1)
56 tmp12 = vec_sl(tmp12, pre_multiply_scale_bits); \
69 z10s = vec_sl(z10, pre_multiply_scale_bits); \
72 z12s = vec_sl(z12s, pre_multiply_scale_bits); \
75 tmp11 = vec_sl(tmp11, pre_multiply_scale_bits); \
135 pre_multiply_scale_bits = { __8X(PRE_MULTIPLY_SCALE_BITS) }, local

Completed in 123 milliseconds