Searched refs:DESCALE_P2 (Results 1 – 5 of 5) sorted by relevance
/external/libjpeg-turbo/simd/powerpc/ |
D | jfdctint-altivec.c | 44 #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()
|
D | jidctint-altivec.c | 44 #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/ |
D | jfdctint-mmi.c | 39 #define DESCALE_P2 (CONST_BITS + PASS1_BITS) macro 86 _uint64_set_pi32((1 << (DESCALE_P2 - 1)), (1 << (DESCALE_P2 - 1))),
|
D | jidctint-mmi.c | 39 #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/ |
D | jsimd_neon.S | 2366 #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 …]
|