Searched refs:res0_16x8 (Results 1 – 2 of 2) sorted by relevance
/external/libavc/common/arm/svc/ |
D | isvc_resi_trans_quant_neon.c | 75 uint16x8_t res0_16x8, res1_16x8, res2_16x8, res3_16x8; in isvc_resi_trans_quant_4x4_neon() local 108 res0_16x8 = vsubl_u8(src0, pred0); in isvc_resi_trans_quant_4x4_neon() 113 res0_16x4 = vreinterpret_s16_u16(vget_low_u16(res0_16x8)); in isvc_resi_trans_quant_4x4_neon() 312 uint16x8_t res0_16x8, res1_16x8, res2_16x8, res3_16x8; in isvc_resi_trans_quant_4x4_with_residual_sub_neon() local 346 res0_16x8 = vsubl_u8(src0, pred0); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() 351 res0_16x4 = vreinterpret_s16_u16(vget_low_u16(res0_16x8)); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() 574 uint16x8_t res0_16x8, res1_16x8, res2_16x8, res3_16x8; in isvc_resi_trans_quant_chroma_4x4_neon() local 629 res0_16x8 = vsubl_u8(src0, pred0); in isvc_resi_trans_quant_chroma_4x4_neon() 634 res0_16x4 = vreinterpret_s16_u16(vget_low_u16(res0_16x8)); in isvc_resi_trans_quant_chroma_4x4_neon() 835 uint16x8_t res0_16x8, res1_16x8, res2_16x8, res3_16x8; in isvc_resi_trans_quant_chroma_4x4_with_residual_sub_neon() local [all …]
|
/external/libavc/encoder/arm/svc/ |
D | isvce_residual_pred_neon.c | 518 int16x8_t res0_16x8, res1_16x8, res2_16x8, res3_16x8, res4_16x8, res5_16x8, res6_16x8, in isvce_get_sad_with_residual_pred_neon() local 586 res0_16x8 = vreinterpretq_s16_u16(res0_u16x8); in isvce_get_sad_with_residual_pred_neon() 615 temp0_16x8 = vsubq_s16(res0_16x8, respred0_16x8); in isvce_get_sad_with_residual_pred_neon()
|