Home | History | Annotate | Download | only in dsp

Lines Matching refs:bias_08

865     __m128i bias_08 = _mm_unpacklo_epi16(bias8, zero);
870 out_08 = _mm_add_epi32(out_08, bias_08);