Lines Matching refs:DESCALE_P1
41 #define DESCALE_P1 (CONST_BITS - PASS1_BITS) macro
445 vrshrn_n_s32(vaddq_s32(tmp10, tmp3), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
446 vrshrn_n_s32(vaddq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
447 vrshrn_n_s32(vaddq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
448 vrshrn_n_s32(vaddq_s32(tmp13, tmp0), DESCALE_P1) in jsimd_idct_islow_pass1_regular()
451 vrshrn_n_s32(vsubq_s32(tmp13, tmp0), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
452 vrshrn_n_s32(vsubq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
453 vrshrn_n_s32(vsubq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_regular()
454 vrshrn_n_s32(vsubq_s32(tmp10, tmp3), DESCALE_P1) in jsimd_idct_islow_pass1_regular()
528 vrshrn_n_s32(vaddq_s32(tmp10, tmp3), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
529 vrshrn_n_s32(vaddq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
530 vrshrn_n_s32(vaddq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
531 vrshrn_n_s32(vaddq_s32(tmp13, tmp0), DESCALE_P1) in jsimd_idct_islow_pass1_sparse()
534 vrshrn_n_s32(vsubq_s32(tmp13, tmp0), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
535 vrshrn_n_s32(vsubq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
536 vrshrn_n_s32(vsubq_s32(tmp11, tmp2), DESCALE_P1), in jsimd_idct_islow_pass1_sparse()
537 vrshrn_n_s32(vsubq_s32(tmp10, tmp3), DESCALE_P1) in jsimd_idct_islow_pass1_sparse()