Searched defs:v_round_offset (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | blend_mask_sse4.h | 29 const __m128i *m, const __m128i *v_round_offset, const __m128i *v_maxval, in blend_a64_d16_mask_w4_sse41() 47 const __m128i *m, const __m128i *v_round_offset, const __m128i *v_maxval, in blend_a64_d16_mask_w8_sse41()
|
D | blend_a64_mask_avx2.c | 30 const __m256i *m0, const __m256i *v_round_offset, const __m256i *v_maxval, in blend_a64_d16_mask_w16_avx2() 51 const __m256i *m0, const __m256i *m1, const __m256i *v_round_offset, in blend_a64_d16_mask_w32_avx2() 306 const __m128i v_round_offset = _mm_set1_epi32(round_offset); in aom_lowbd_blend_a64_d16_mask_avx2() local 1306 const __m256i v_round_offset = _mm256_set1_epi32(round_offset); in aom_highbd_blend_a64_d16_mask_avx2() local
|
D | blend_a64_mask_sse4.c | 876 const __m128i *m0, const __m128i *m1, const __m128i *v_round_offset, in blend_a64_d16_mask_w16_sse41() 1033 const __m128i v_round_offset = _mm_set1_epi32(round_offset); in aom_lowbd_blend_a64_d16_mask_sse4_1() local 1492 const __m128i v_round_offset = _mm_set1_epi32(round_offset); in aom_highbd_blend_a64_d16_mask_sse4_1() local
|