Searched refs:q1_Q10_s16x4 (Results 1 – 1 of 1) sorted by relevance
/external/libopus/silk/arm/ |
D | NSQ_del_dec_neon_intr.c | 703 int16x4_t q1_Q10_s16x4 = vsub_s16( r_Q10_s16x4, vdup_n_s16( offset_Q10 ) ); in silk_noise_shape_quantizer_del_dec_neon() local 704 int16x4_t q1_Q0_s16x4 = vshr_n_s16( q1_Q10_s16x4, 10 ); in silk_noise_shape_quantizer_del_dec_neon() 712 … const uint16x4_t greaterThanRdo = vcgt_s16( q1_Q10_s16x4, vdup_n_s16( rdo_offset ) ); in silk_noise_shape_quantizer_del_dec_neon() 713 … const uint16x4_t lessThanMinusRdo = vclt_s16( q1_Q10_s16x4, vdup_n_s16( -rdo_offset ) ); in silk_noise_shape_quantizer_del_dec_neon() 717 q1_Q0_s16x4 = vreinterpret_s16_u16( vclt_s16( q1_Q10_s16x4, vdup_n_s16( 0 ) ) ); in silk_noise_shape_quantizer_del_dec_neon() 718 …q1_Q0_s16x4 = vbsl_s16( greaterThanRdo, vsub_s16( q1_Q10_s16x4, vdup_n_s16( rdo_offset ) ), q1_Q0_… in silk_noise_shape_quantizer_del_dec_neon() 719 …q1_Q0_s16x4 = vbsl_s16( lessThanMinusRdo, vadd_s16( q1_Q10_s16x4, vdup_n_s16( rdo_offset ) ), q1_Q… in silk_noise_shape_quantizer_del_dec_neon() 728 q1_Q10_s16x4 = vshl_n_s16( q1_Q0_s16x4, 10 ); in silk_noise_shape_quantizer_del_dec_neon() 729 … tmp1_s16x4 = vadd_s16( q1_Q10_s16x4, vdup_n_s16( offset_Q10 - QUANT_LEVEL_ADJUST_Q10 ) ); in silk_noise_shape_quantizer_del_dec_neon() 730 … q1_Q10_s16x4 = vadd_s16( q1_Q10_s16x4, vdup_n_s16( offset_Q10 + QUANT_LEVEL_ADJUST_Q10 ) ); in silk_noise_shape_quantizer_del_dec_neon() [all …]
|