Searched refs:DESCALE_P1 (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jfdctint-altivec.c | 43 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 210 __vector int pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_fdct_islow_altivec() 212 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_fdct_islow_altivec()
|
D | jidctint-altivec.c | 43 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro 241 pd_descale_p1 = { __4X(1 << (DESCALE_P1 - 1)) }, in jsimd_idct_islow_altivec() 243 __vector unsigned int descale_p1 = { __4X(DESCALE_P1) }, in jsimd_idct_islow_altivec()
|
D | jsimd_arm64_neon.S | 2240 #define DESCALE_P1 (CONST_BITS-PASS1_BITS) macro 2369 rshrn v18.4h, v18.4s, #DESCALE_P1 2370 rshrn v22.4h, v22.4s, #DESCALE_P1 2371 …rshrn2 v18.8h, v24.4s, #DESCALE_P1 /* dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13… 2372 …rshrn2 v22.8h, v25.4s, #DESCALE_P1 /* dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12… 2426 rshrn v23.4h, v28.4s, #DESCALE_P1 2427 rshrn v21.4h, v29.4s, #DESCALE_P1 2428 rshrn v19.4h, v30.4s, #DESCALE_P1 2429 rshrn v17.4h, v31.4s, #DESCALE_P1 2430 …rshrn2 v23.8h, v24.4s, #DESCALE_P1 /* dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CON… [all …]
|