Home
last modified time | relevance | path

Searched refs:check_epi16_overflow_x8 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h322 overflow = check_epi16_overflow_x8(&q0, &q1, &q2, &q3, in FDCT8x8_2D()
729 overflow = check_epi16_overflow_x8(&input0, &input1, &input2, &input3, in FDCT16x16_2D()
748 overflow = check_epi16_overflow_x8(&step1_0, &step1_1, in FDCT16x16_2D()
770 overflow = check_epi16_overflow_x8(&q0, &q1, &q2, &q3, in FDCT16x16_2D()
910 overflow = check_epi16_overflow_x8(&step3_0, &step3_1, in FDCT16x16_2D()
954 overflow = check_epi16_overflow_x8(&step1_0, &step1_1, in FDCT16x16_2D()
Dfwd_dct32x32_impl_sse2.h276 overflow = check_epi16_overflow_x8(&step1[0], &step1[1], &step1[2], in FDCT32x32_2D()
303 overflow = check_epi16_overflow_x8(&step1[4], &step1[5], &step1[6], in FDCT32x32_2D()
330 overflow = check_epi16_overflow_x8(&step1[8], &step1[9], &step1[10], in FDCT32x32_2D()
357 overflow = check_epi16_overflow_x8(&step1[12], &step1[13], &step1[14], in FDCT32x32_2D()
468 overflow = check_epi16_overflow_x8(&step2[20], &step2[21], &step2[22], in FDCT32x32_2D()
647 overflow = check_epi16_overflow_x8(&step3[0], &step3[1], &step3[2], in FDCT32x32_2D()
866 overflow = check_epi16_overflow_x8(&step1[18], &step1[19], &step1[20], in FDCT32x32_2D()
1084 overflow = check_epi16_overflow_x8(&step3[8], &step3[9], &step3[10], in FDCT32x32_2D()
1165 overflow = check_epi16_overflow_x8(&step3[17], &step3[18], &step3[21], in FDCT32x32_2D()
1246 overflow = check_epi16_overflow_x8(&out[2], &out[18], &out[10], in FDCT32x32_2D()
[all …]
Dfwd_txfm_sse2.h66 static INLINE int check_epi16_overflow_x8(const __m128i *preg0, in check_epi16_overflow_x8() function