HomeSort by relevance Sort by last modified time
    Searched full:statev (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_neon.c 31 int32x4_t statev; local
40 statev = vld1q_dup_s32(filter_state_ch1);
41 statev = vld1q_lane_s32(filter_state_ch2, statev, 2);
51 a = vqdmlal_s16(statev, datav, factorv);
55 statev = vqdmlsl_s16(vshll_n_s16(datav, 16), tmp1, factorv);
58 statev = vld1q_lane_s32(filter_state_ch1 + 1, statev, 1);
59 statev = vld1q_lane_s32(filter_state_ch2 + 1, statev, 3)
    [all...]

Completed in 81 milliseconds