Home | History | Annotate | Download | only in dsp

Lines Matching refs:dst23

383 // Performs unsigned 8b saturation on 'dst01' and 'dst23' storing the result
387 const int16x8_t dst23) {
390 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
403 uint32x2_t dst23 = vdup_n_u32(0);
407 dst23 = vld1_lane_u32((uint32_t*)(dst + 2 * BPS), dst23, 0);
409 dst23 = vld1_lane_u32((uint32_t*)(dst + 3 * BPS), dst23, 1);
414 const int16x8_t dst23_s16 = ConvertU8ToS16_NEON(vreinterpret_u8_u32(dst23));