Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/
Djfdctint-altivec.c44 #define DESCALE_P2 (CONST_BITS + PASS1_BITS) macro
211 pd_descale_p2 = { __4X(1 << (DESCALE_P2 - 1)) }; in jsimd_fdct_islow_altivec()
213 descale_p2 = { __4X(DESCALE_P2) }; in jsimd_fdct_islow_altivec()
Djidctint-altivec.c44 #define DESCALE_P2 (CONST_BITS + PASS1_BITS + 3) macro
242 pd_descale_p2 = { __4X(1 << (DESCALE_P2 - 1)) }; in jsimd_idct_islow_altivec()
244 descale_p2 = { __4X(DESCALE_P2) }, in jsimd_idct_islow_altivec()
Djsimd_arm64_neon.S2241 #define DESCALE_P2 (CONST_BITS+PASS1_BITS) macro
2472 rshrn v18.4h, v18.4s, #DESCALE_P2
2473 rshrn v22.4h, v22.4s, #DESCALE_P2
2474 …rshrn2 v18.8h, v24.4s, #DESCALE_P2 /* dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13…
2475 …rshrn2 v22.8h, v25.4s, #DESCALE_P2 /* dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12…
2529 rshrn v23.4h, v28.4s, #DESCALE_P2
2530 rshrn v21.4h, v29.4s, #DESCALE_P2
2531 rshrn v19.4h, v30.4s, #DESCALE_P2
2532 rshrn v17.4h, v31.4s, #DESCALE_P2
2533 …rshrn2 v23.8h, v24.4s, #DESCALE_P2 /* dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CON…
[all …]