Searched refs:tx0_32x4 (Results 1 – 1 of 1) sorted by relevance
/external/libavc/common/arm/svc/ |
D | isvc_resi_trans_quant_neon.c | 78 int32x4_t tx0_32x4, tx1_32x4, tx2_32x4, tx3_32x4; in isvc_resi_trans_quant_4x4_neon() local 211 tx0_32x4 = vmull_s16(xx0_16x4, vreinterpret_s16_u16(scale_mat0_16x4)); in isvc_resi_trans_quant_4x4_neon() 216 tx0_32x4 = vaddq_s32(tx0_32x4, rnd_factor_32x4); in isvc_resi_trans_quant_4x4_neon() 223 tx0_32x4 = vshlq_s32(tx0_32x4, qbits_32x4); in isvc_resi_trans_quant_4x4_neon() 229 temp0_16x4 = vmovn_s32(tx0_32x4); in isvc_resi_trans_quant_4x4_neon() 315 int32x4_t tx0_32x4, tx1_32x4, tx2_32x4, tx3_32x4; in isvc_resi_trans_quant_4x4_with_residual_sub_neon() local 473 tx0_32x4 = vmull_s16(xx0_16x4, vreinterpret_s16_u16(scale_mat0_16x4)); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() 478 tx0_32x4 = vaddq_s32(tx0_32x4, rnd_factor_32x4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() 485 tx0_32x4 = vshlq_s32(tx0_32x4, qbits_32x4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() 491 temp0_16x4 = vmovn_s32(tx0_32x4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() [all …]
|