Home
last modified time | relevance | path

Searched refs:DESCALE_P2 (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/simd/powerpc/
Djfdctint-altivec.c44 #define DESCALE_P2 (CONST_BITS + PASS1_BITS) macro
207 pd_descale_p2 = { __4X(1 << (DESCALE_P2 - 1)) }; in jsimd_fdct_islow_altivec()
209 descale_p2 = { __4X(DESCALE_P2) }; in jsimd_fdct_islow_altivec()
Djidctint-altivec.c44 #define DESCALE_P2 (CONST_BITS + PASS1_BITS + 3) macro
240 pd_descale_p2 = { __4X(1 << (DESCALE_P2 - 1)) }; in jsimd_idct_islow_altivec()
242 descale_p2 = { __4X(DESCALE_P2) }, in jsimd_idct_islow_altivec()
/external/libjpeg-turbo/simd/loongson/
Djfdctint-mmi.c39 #define DESCALE_P2 (CONST_BITS + PASS1_BITS) macro
86 _uint64_set_pi32((1 << (DESCALE_P2 - 1)), (1 << (DESCALE_P2 - 1))),
Djidctint-mmi.c39 #define DESCALE_P2 (CONST_BITS + PASS1_BITS + 3) macro
87 _uint64_set_pi32((1 << (DESCALE_P2 - 1)), (1 << (DESCALE_P2 - 1))),
/external/libjpeg-turbo/simd/arm64/
Djsimd_neon.S2366 #define DESCALE_P2 (CONST_BITS + PASS1_BITS) macro
2553 rshrn v18.4h, v18.4s, #DESCALE_P2
2554 rshrn v22.4h, v22.4s, #DESCALE_P2
2555 …rshrn2 v18.8h, v24.4s, #DESCALE_P2 /* dataptr[2] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp13,…
2556 …rshrn2 v22.8h, v25.4s, #DESCALE_P2 /* dataptr[6] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp12,…
2610 rshrn v23.4h, v28.4s, #DESCALE_P2
2611 rshrn v21.4h, v29.4s, #DESCALE_P2
2612 rshrn v19.4h, v30.4s, #DESCALE_P2
2613 rshrn v17.4h, v31.4s, #DESCALE_P2
2614 …rshrn2 v23.8h, v24.4s, #DESCALE_P2 /* dataptr[7] = (DCTELEM)DESCALE(tmp4 + z1 + z3, CONS…
[all …]