Searched refs:SRLR_H8_SH (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_msa.c | 177 SRLR_H8_SH(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom); in avc_wgt_8x8_msa() 221 SRLR_H8_SH(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom); in avc_wgt_8x16_msa() 2259 SRLR_H8_SH(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom); in ff_weight_h264_pixels16_8_msa() 2260 SRLR_H8_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, denom); in ff_weight_h264_pixels16_8_msa() 2298 SRLR_H8_SH(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, denom); in ff_weight_h264_pixels16_8_msa() 2299 SRLR_H8_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, denom); in ff_weight_h264_pixels16_8_msa()
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1982 #define SRLR_H8_SH(...) SRLR_H8(v8i16, __VA_ARGS__) macro
|