Searched refs:ST_H8 (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp8_lpf_msa.c | 543 ST_H8(tmp1, 0, 1, 2, 3, 4, 5, 6, 7, src, pitch) in ff_vp8_h_loop_filter_simple_msa() 544 ST_H8(tmp0, 0, 1, 2, 3, 4, 5, 6, 7, src + 8 * pitch, pitch) in ff_vp8_h_loop_filter_simple_msa()
|
H A D | hevcpred_msa.c | 1751 ST_H8(diff0, 0, 1, 2, 3, 4, 5, 6, 7, dst_org, stride) in hevc_intra_pred_angular_lower_32width_msa() 1753 ST_H8(diff1, 0, 1, 2, 3, 4, 5, 6, 7, dst_org, stride) in hevc_intra_pred_angular_lower_32width_msa() 1755 ST_H8(diff2, 0, 1, 2, 3, 4, 5, 6, 7, dst_org, stride) in hevc_intra_pred_angular_lower_32width_msa() 1757 ST_H8(diff3, 0, 1, 2, 3, 4, 5, 6, 7, dst_org, stride) in hevc_intra_pred_angular_lower_32width_msa()
|
H A D | hevc_lpf_sao_msa.c | 1036 ST_H8(temp0, 0, 1, 2, 3, 4, 5, 6, 7, src, stride); in hevc_loopfilter_chroma_ver_msa()
|
H A D | hevc_mc_uni_msa.c | 3435 ST_H8(out2, 0, 1, 2, 3, 4, 5, 6, 7, dst + 4, dst_stride); in hevc_hv_uni_4t_6w_msa()
|
H A D | hevc_mc_biw_msa.c | 5035 ST_H8(out2, 0, 1, 2, 3, 4, 5, 6, 7, dst + 4, dst_stride); in hevc_hv_biwgt_4t_6w_msa()
|
H A D | hevc_mc_uniw_msa.c | 4581 ST_H8(out2, 0, 1, 2, 3, 4, 5, 6, 7, dst + 4, dst_stride); in hevc_hv_uniwgt_4t_6w_msa()
|
H A D | hevc_mc_bi_msa.c | 4217 ST_H8(out2, 0, 1, 2, 3, 4, 5, 6, 7, dst + 4, dst_stride); in hevc_hv_bi_4t_6w_msa()
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 429 #define ST_H8(in, idx0, idx1, idx2, idx3, idx4, idx5, \ macro
|
Completed in 57 milliseconds