Searched refs:res_q (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_avx2.c | 183 __m128i sum_p7, sum_q7, sum_p3, sum_q3, res_p, res_q; in mb_lpf_horizontal_edge_w_avx2_8() local 221 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() 224 flat2_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_avx2_8() 228 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() 232 flat_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_avx2_8() 244 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() 247 flat2_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_avx2_8() 254 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() 257 flat_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_avx2_8() 269 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() [all …]
|
D | vp9_loopfilter_intrin_sse2.c | 176 __m128i sum_p7, sum_q7, sum_p3, sum_q3, res_p, res_q; in mb_lpf_horizontal_edge_w_sse2_8() local 212 res_q = _mm_srli_epi16(_mm_add_epi16(pixelFilter_p, in mb_lpf_horizontal_edge_w_sse2_8() 214 flat2_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 217 res_q = _mm_srli_epi16(_mm_add_epi16(pixetFilter_p2p1p0, in mb_lpf_horizontal_edge_w_sse2_8() 220 flat_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 231 res_q = _mm_srli_epi16(_mm_add_epi16(pixelFilter_q, in mb_lpf_horizontal_edge_w_sse2_8() 233 flat2_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 239 res_q = _mm_srli_epi16(_mm_add_epi16(pixetFilter_q2q1q0, in mb_lpf_horizontal_edge_w_sse2_8() 241 flat_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 252 res_q = _mm_srli_epi16(_mm_add_epi16(pixelFilter_q, in mb_lpf_horizontal_edge_w_sse2_8() [all …]
|