Searched refs:threshold1_16x4 (Results 1 – 1 of 1) sorted by relevance
/external/libavc/common/arm/svc/ |
D | isvc_resi_trans_quant_neon.c | 68 uint16x4_t threshold0_16x4, threshold1_16x4, threshold2_16x4, threshold3_16x4; in isvc_resi_trans_quant_4x4_neon() local 88 threshold1_16x4 = vld1_u16(pu2_threshold_matrix + 4); in isvc_resi_trans_quant_4x4_neon() 206 thresholdmask1_16x4 = vcgt_s16(vreinterpret_s16_u16(threshold1_16x4), xx1_16x4); in isvc_resi_trans_quant_4x4_neon() 304 uint16x4_t threshold0_16x4, threshold1_16x4, threshold2_16x4, threshold3_16x4; in isvc_resi_trans_quant_4x4_with_residual_sub_neon() local 326 threshold1_16x4 = vld1_u16(pu2_threshold_matrix + 4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() 468 thresholdmask1_16x4 = vcgt_s16(vreinterpret_s16_u16(threshold1_16x4), xx1_16x4); in isvc_resi_trans_quant_4x4_with_residual_sub_neon() 567 uint16x4_t threshold0_16x4, threshold1_16x4, threshold2_16x4, threshold3_16x4; in isvc_resi_trans_quant_chroma_4x4_neon() local 587 threshold1_16x4 = vld1_u16(pu2_threshold_matrix + 4); in isvc_resi_trans_quant_chroma_4x4_neon() 727 thresholdmask1_16x4 = vcgt_s16(vreinterpret_s16_u16(threshold1_16x4), xx1_16x4); in isvc_resi_trans_quant_chroma_4x4_neon() 827 uint16x4_t threshold0_16x4, threshold1_16x4, threshold2_16x4, threshold3_16x4; in isvc_resi_trans_quant_chroma_4x4_with_residual_sub_neon() local [all …]
|