Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_avx2.c183 __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 …]
Dvp9_loopfilter_intrin_sse2.c176 __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 …]
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c9791 IRTemp res_q = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
9796 assign(res_q, binop(Iop_QAdd8Sx4, mkexpr(rNt), mkexpr(rMt))); in decode_V6MEDIA_instruction()
9798 putIRegT( regD, mkexpr(res_q), condT ); in decode_V6MEDIA_instruction()
9800 putIRegA( regD, mkexpr(res_q), condT, Ijk_Boring ); in decode_V6MEDIA_instruction()
9836 IRTemp res_q = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
9841 assign(res_q, binop(Iop_QSub8Sx4, mkexpr(rNt), mkexpr(rMt))); in decode_V6MEDIA_instruction()
9843 putIRegT( regD, mkexpr(res_q), condT ); in decode_V6MEDIA_instruction()
9845 putIRegA( regD, mkexpr(res_q), condT, Ijk_Boring ); in decode_V6MEDIA_instruction()
9881 IRTemp res_q = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
9886 assign(res_q, binop(Iop_QAdd8Ux4, mkexpr(rNt), mkexpr(rMt))); in decode_V6MEDIA_instruction()
[all …]