Home | History | Annotate | Download | only in dsp

Lines Matching refs:E_tmp

114   const int16x8_t E_tmp = vqsubq_s16(D0, D1);   // a-d | b-c
115 const int16x8_t E1 = vcombine_s16(vget_high_s16(E_tmp), vget_low_s16(E_tmp));