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

  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_16_msa.c 76 ST_UB(flat, filter48);
150 ST_UB(p6, src);
170 ST_UB(p5, src);
190 ST_UB(p4, src);
210 ST_UB(p3, src);
231 ST_UB(filter8, src);
252 ST_UB(filter8, src);
273 ST_UB(filter8, src);
294 ST_UB(filter8, src);
313 ST_UB(filter8, src)
    [all...]
vpx_convolve_msa.h 98 ST_UB(tmp_m, (pdst)); \
106 ST_UB(tmp_m, (pdst)); \
vpx_convolve8_horiz_msa.c 195 ST_UB(out, dst);
198 ST_UB(out, dst);
242 ST_UB(out, dst);
244 ST_UB(out, dst + 16);
254 ST_UB(out, dst);
256 ST_UB(out, dst + 16);
293 ST_UB(out, dst);
295 ST_UB(out, dst + 16);
310 ST_UB(out, dst + 32);
312 ST_UB(out, dst + 48)
    [all...]
intrapred_msa.c 51 ST_UB(src0, dst);
macros_msa.h 31 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
denoising_msa.c 127 ST_UB(running_avg_y, running_avg_y_ptr);
177 ST_UB(running_avg_y, running_avg_y_ptr);
258 ST_UB(running_avg_y, running_avg_y_ptr - avg_y_stride);
298 ST_UB(running_avg_y, running_avg_y_ptr);
  /external/libvpx/libvpx/vp8/common/mips/msa/
postproc_msa.c 570 ST_UB(src0, src_dup + cols);
676 ST_UB(tmp, (src_dup + (16 * col)));
723 ST_UB(dst, dst_tmp + cnt * pitch);
729 ST_UB(dst, dst_tmp + cnt * pitch);
    [all...]
sixtap_filter_msa.c 298 ST_UB(out, dst);
301 ST_UB(out, dst);
304 ST_UB(out, dst);
307 ST_UB(out, dst);
    [all...]
vp8_macros_msa.h 32 #define ST_UB(...) ST_B(v16u8, __VA_ARGS__)
    [all...]

Completed in 170 milliseconds