HomeSort by relevance Sort by last modified time
    Searched refs:INSERT_D2_SB (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vp8/common/mips/msa/
mfqe_msa.c 34 INSERT_D2_SB(src0_d, src1_d, src0);
35 INSERT_D2_SB(dst0_d, dst1_d, dst0);
40 INSERT_D2_SB(src0_d, src1_d, src1);
41 INSERT_D2_SB(dst0_d, dst1_d, dst1);
vp8_macros_msa.h     [all...]
  /external/libvpx/libvpx/vp9/common/mips/msa/
vp9_mfqe_msa.c 34 INSERT_D2_SB(src0_d, src1_d, src0);
35 INSERT_D2_SB(dst0_d, dst1_d, dst0);
40 INSERT_D2_SB(src0_d, src1_d, src1);
41 INSERT_D2_SB(dst0_d, dst1_d, dst1);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 160 INSERT_D2_SB(f0, f1, frame1);
161 INSERT_D2_SB(f2, f3, frame2);
162 INSERT_D2_SB(f4, f5, frame3);
163 INSERT_D2_SB(f6, f7, frame4);
  /external/libaom/libaom/aom_dsp/mips/
subtract_msa.c 51 INSERT_D2_SB(src0, src1, src);
52 INSERT_D2_SB(pred0, pred1, pred);
macros_msa.h     [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
subtract_msa.c 49 INSERT_D2_SB(src0, src1, src);
50 INSERT_D2_SB(pred0, pred1, pred);
vpx_convolve8_msa.c     [all...]
macros_msa.h     [all...]
  /external/libaom/libaom/av1/encoder/mips/msa/
temporal_filter_msa.c 50 INSERT_D2_SB(f0, f1, frm1);
51 INSERT_D2_SB(f2, f3, frm3);
  /external/webp/src/dsp/
msa_macro.h 703 #define INSERT_D2_SB(...) INSERT_D2(v16i8, __VA_ARGS__)
    [all...]

Completed in 119 milliseconds