Home
last modified time | relevance | path

Searched refs:ST_UB2 (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred_msa.c65 ST_UB2(src1, src2, dst, 16); in intra_predict_vert_32x32_msa()
141 ST_UB2(src0, src0, dst, 16); in intra_predict_horiz_32x32_msa()
143 ST_UB2(src1, src1, dst, 16); in intra_predict_horiz_32x32_msa()
145 ST_UB2(src2, src2, dst, 16); in intra_predict_horiz_32x32_msa()
147 ST_UB2(src3, src3, dst, 16); in intra_predict_horiz_32x32_msa()
338 ST_UB2(out, out, dst, 16); in intra_predict_dc_32x32_msa()
340 ST_UB2(out, out, dst, 16); in intra_predict_dc_32x32_msa()
364 ST_UB2(out, out, dst, 16); in intra_predict_dc_tl_32x32_msa()
366 ST_UB2(out, out, dst, 16); in intra_predict_dc_tl_32x32_msa()
376 ST_UB2(out, out, dst, 16); in intra_predict_128dc_32x32_msa()
[all …]
Dloopfilter_16_msa.c74 ST_UB2(q1_out, q2_out, filter48, 16); in vpx_hz_lpf_t4_and_t8_16w()
106 ST_UB2(q1, q2, src, pitch); in vpx_hz_lpf_t16_16w()
807 ST_UB2(q1_out, q2_out, filter48, 16); in vpx_vt_lpf_t4_and_t8_8w()
1129 ST_UB2(q1_out, q2_out, filter48, 16); in vpx_vt_lpf_t4_and_t8_16w()
Didct32x32_msa.c734 ST_UB2(tmp0, tmp1, dst, 16); in vpx_idct32x32_1_add_msa()
736 ST_UB2(tmp2, tmp3, dst, 16); in vpx_idct32x32_1_add_msa()
Dloopfilter_8_msa.c156 ST_UB2(q1_out, q2_out, src, pitch); in vpx_lpf_horizontal_8_dual_msa()
Dmacros_msa.h404 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) macro
/external/libvpx/libvpx/vp8/common/mips/msa/
Dloopfilter_filters_msa.c374 ST_UB2(q1, q2, temp_src, pitch); in mbloop_filter_horizontal_edge_y_msa()
577 ST_UB2(p0, q0, (src - pitch), pitch); in vp8_loop_filter_simple_horizontal_edge_msa()
Dvp8_macros_msa.h368 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) macro