Home
last modified time | relevance | path

Searched refs:SRLR_H8_SH (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c177 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/
Dgeneric_macros_msa.h1982 #define SRLR_H8_SH(...) SRLR_H8(v8i16, __VA_ARGS__) macro