Searched refs:PRE_MULTIPLY_SCALE_BITS (Results 1 - 8 of 8) sorted by relevance

/external/libjpeg-turbo/simd/
H A Djfdctfst-altivec.c41 #define PRE_MULTIPLY_SCALE_BITS 2 macro
42 #define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS - 1)
107 pre_multiply_scale_bits = { __8X(PRE_MULTIPLY_SCALE_BITS) };
H A Djfdctfst-mmx.asm47 ; 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...]
H A Djfdctfst-sse2-64.asm48 ; 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...]
H A Djfdctfst-sse2.asm47 ; 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...]
H A Djidctfst-mmx.asm54 ; 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...]
H A Djidctfst-sse2-64.asm55 ; 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...]
H A Djidctfst-sse2.asm54 ; 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...]
H A Djidctfst-altivec.c43 #define PRE_MULTIPLY_SCALE_BITS 2 macro
44 #define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS - 1)
135 pre_multiply_scale_bits = { __8X(PRE_MULTIPLY_SCALE_BITS) },

Completed in 71 milliseconds