Home
last modified time | relevance | path

Searched refs:ILVR_W2_UB (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264chroma_msa.c351 ILVR_W2_UB(tmp1, tmp0, tmp3, tmp2, tmp0, tmp2); in avc_chroma_vt_2x4_msa()
1192 ILVR_W2_UB(tmp1, tmp0, tmp3, tmp2, tmp0, tmp2); in avc_chroma_vt_and_aver_dst_2x4_msa()
Dh264dsp_msa.c1122 ILVR_W2_UB(tmp2, tmp0, tmp3, tmp1, dst0, dst4); in avc_h_loop_filter_luma_mbaff_intra_msa()
Dvp9_lpf_msa.c1688 ILVR_W2_UB(tmp6, tmp4, tmp7, tmp5, q0, q4); in vp9_transpose_16x8_to_8x16()
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h1416 #define ILVR_W2_UB(...) ILVR_W2(v16u8, __VA_ARGS__) macro