Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/powerpc/
Djfdctint-altivec.c43 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro
206 __vector int pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_fdct_islow_altivec()
208 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_fdct_islow_altivec()
Djidctint-altivec.c43 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro
239 pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_idct_islow_altivec()
241 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_idct_islow_altivec()
/external/libjpeg-turbo/simd/loongson/
Djfdctint-mmi.c38 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro
85 _uint64_set_pi32((1 << (DESCALE_P1 - 1)), (1 << (DESCALE_P1 - 1))),
Djidctint-mmi.c38 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro
86 _uint64_set_pi32((1 << (DESCALE_P1 - 1)), (1 << (DESCALE_P1 - 1))),
/external/libjpeg-turbo/simd/arm64/
Djsimd_neon.S2365 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro
2450 rshrn v18.4h, v18.4s, #DESCALE_P1
2451 rshrn v22.4h, v22.4s, #DESCALE_P1
2452 …rshrn2 v18.8h, v24.4s, #DESCALE_P1 /* dataptr[2] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp13,…
2453 …rshrn2 v22.8h, v25.4s, #DESCALE_P1 /* dataptr[6] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp12,…
2507 rshrn v23.4h, v28.4s, #DESCALE_P1
2508 rshrn v21.4h, v29.4s, #DESCALE_P1
2509 rshrn v19.4h, v30.4s, #DESCALE_P1
2510 rshrn v17.4h, v31.4s, #DESCALE_P1
2511 …rshrn2 v23.8h, v24.4s, #DESCALE_P1 /* dataptr[7] = (DCTELEM)DESCALE(tmp4 + z1 + z3, CONS…
[all …]