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

  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_dct32x32_msa.c 79 ST_SH(temp0, temp);
80 ST_SH(temp1, temp + 512);
84 ST_SH(temp0, temp + 256);
85 ST_SH(temp1, temp + 768);
92 ST_SH(temp0, temp + 128);
93 ST_SH(temp1, temp + 896);
98 ST_SH(temp0, temp + 640);
99 ST_SH(temp1, temp + 384);
108 ST_SH(temp0, temp + 64);
109 ST_SH(temp1, temp + 960)
    [all...]
idct32x32_msa.c 100 ST_SH(loc0, (tmp_eve_buf + 15 * 8));
101 ST_SH(loc1, (tmp_eve_buf));
102 ST_SH(loc2, (tmp_eve_buf + 14 * 8));
103 ST_SH(loc3, (tmp_eve_buf + 8));
106 ST_SH(loc0, (tmp_eve_buf + 13 * 8));
107 ST_SH(loc1, (tmp_eve_buf + 2 * 8));
108 ST_SH(loc2, (tmp_eve_buf + 12 * 8));
109 ST_SH(loc3, (tmp_eve_buf + 3 * 8));
113 ST_SH(loc0, (tmp_eve_buf + 11 * 8));
114 ST_SH(loc1, (tmp_eve_buf + 4 * 8))
    [all...]
fwd_txfm_msa.c 77 ST_SH(in8, tmp_ptr);
82 ST_SH(in8, tmp_ptr + 224);
89 ST_SH(in8, tmp_ptr + 128);
94 ST_SH(in8, tmp_ptr + 96);
112 ST_SH(in8, tmp_ptr + 64);
117 ST_SH(in8, tmp_ptr + 160);
125 ST_SH(in8, tmp_ptr + 192);
130 ST_SH(in8, tmp_ptr + 32);
macros_msa.h 35 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 108 ST_SH(out4, (out + 3 * 16));
109 ST_SH(out5, (out_ptr + 4 * 16));
115 ST_SH(out12, (out + 2 * 16));
116 ST_SH(out13, (out_ptr + 5 * 16));
125 ST_SH(out0, (out));
126 ST_SH(out1, (out_ptr + 7 * 16));
133 ST_SH(out8, (out + 16));
134 ST_SH(out9, (out_ptr + 6 * 16));
140 ST_SH(out2, (out + 7 * 16));
141 ST_SH(out3, (out_ptr))
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 37 #define ST_SH(...) ST_H(v8i16, __VA_ARGS__)
    [all...]

Completed in 39 milliseconds