Searched refs:res_q (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | loopfilter_avx2.c | 186 __m128i sum_p7, sum_q7, sum_p3, sum_q3, res_p, res_q; in mb_lpf_horizontal_edge_w_avx2_8() local 224 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() 227 flat2_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_avx2_8() 231 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() 235 flat_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_avx2_8() 247 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() 250 flat2_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_avx2_8() 257 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() 260 flat_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_avx2_8() 272 res_q = _mm_srli_epi16( in mb_lpf_horizontal_edge_w_avx2_8() [all …]
|
D | loopfilter_sse2.c | 165 __m128i sum_p7, sum_q7, sum_p3, sum_q3, res_p, res_q; in mb_lpf_horizontal_edge_w_sse2_8() local 201 res_q = _mm_srli_epi16(_mm_add_epi16(pixelFilter_p, in mb_lpf_horizontal_edge_w_sse2_8() 203 flat2_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 206 res_q = _mm_srli_epi16(_mm_add_epi16(pixetFilter_p2p1p0, in mb_lpf_horizontal_edge_w_sse2_8() 209 flat_q0p0 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 220 res_q = _mm_srli_epi16(_mm_add_epi16(pixelFilter_q, in mb_lpf_horizontal_edge_w_sse2_8() 222 flat2_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 228 res_q = _mm_srli_epi16(_mm_add_epi16(pixetFilter_q2q1q0, in mb_lpf_horizontal_edge_w_sse2_8() 230 flat_q1p1 = _mm_packus_epi16(res_p, res_q); in mb_lpf_horizontal_edge_w_sse2_8() 241 res_q = _mm_srli_epi16(_mm_add_epi16(pixelFilter_q, in mb_lpf_horizontal_edge_w_sse2_8() [all …]
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 9791 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 …]
|