HomeSort by relevance Sort by last modified time
    Searched full:out1_l (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve8_vert_msa.c 130 v8i16 filt, out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l; local
166 out1_l = FILT_8TAP_DPADD_S_H(src21_l, src43_l, src65_l, src87_l, filt0,
173 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS);
175 SAT_SH4_SH(out0_l, out1_l, out2_l, out3_l, 7);
176 PCKEV_B4_UB(out0_l, out0_r, out1_l, out1_r, out2_l, out2_r, out3_l, out3_r,
211 v8i16 filt, out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l; local
250 out1_l = FILT_8TAP_DPADD_S_H(src21_l, src43_l, src65_l, src87_l, filt0,
257 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS);
259 SAT_SH4_SH(out0_l, out1_l, out2_l, out3_l, 7);
260 PCKEV_B4_UB(out0_l, out0_r, out1_l, out1_r, out2_l, out2_r, out3_l
    [all...]
vpx_convolve8_avg_vert_msa.c 149 v8i16 out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l, filt; local
191 out1_l = FILT_8TAP_DPADD_S_H(src21_l, src43_l, src65_l, src87_l, filt0,
198 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, FILTER_BITS);
200 SAT_SH4_SH(out0_l, out1_l, out2_l, out3_l, 7);
201 PCKEV_B4_UB(out0_l, out0_r, out1_l, out1_r, out2_l, out2_r, out3_l,
  /external/libvpx/libvpx/vp8/common/mips/msa/
sixtap_filter_msa.c 419 v8i16 out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l, filt; local
450 out1_l = DPADD_SH3_SH(src21_l, src43_l, src65_l, filt0, filt1, filt2);
454 SRARI_H4_SH(out0_l, out1_l, out2_l, out3_l, VP8_FILTER_SHIFT);
456 SAT_SH4_SH(out0_l, out1_l, out2_l, out3_l, 7);
457 PCKEV_B4_UB(out0_l, out0_r, out1_l, out1_r, out2_l, out2_r, out3_l,
910 v8i16 filt, out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l; local
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 561 #define OUT1_L(a) CHOICE(outl (a), outl ARG2(EAX,a), _LTOG out a)
    [all...]

Completed in 52 milliseconds