Home
last modified time | relevance | path

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

/external/libavc/common/arm/svc/
Disvc_resi_trans_quant_neon.c81 int32x4_t qbits_32x4 = vdupq_n_s32(u4_qbits); in isvc_resi_trans_quant_4x4_neon() local
221 qbits_32x4 = vnegq_s32(qbits_32x4); in isvc_resi_trans_quant_4x4_neon()
223 tx0_32x4 = vshlq_s32(tx0_32x4, qbits_32x4); in isvc_resi_trans_quant_4x4_neon()
224 tx1_32x4 = vshlq_s32(tx1_32x4, qbits_32x4); in isvc_resi_trans_quant_4x4_neon()
225 tx2_32x4 = vshlq_s32(tx2_32x4, qbits_32x4); in isvc_resi_trans_quant_4x4_neon()
226 tx3_32x4 = vshlq_s32(tx3_32x4, qbits_32x4); in isvc_resi_trans_quant_4x4_neon()
318 int32x4_t qbits_32x4 = vdupq_n_s32(u4_qbits); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() local
483 qbits_32x4 = vnegq_s32(qbits_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()
486 tx1_32x4 = vshlq_s32(tx1_32x4, qbits_32x4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon()
[all …]