Searched refs:filter8 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp9_lpf_lsx.c | 725 __m128i flat, flat2, filter8; in vp9_hz_lpf_t16_16w() local 887 filter8 = __lsx_vld(filter48, 0); in vp9_hz_lpf_t16_16w() 902 filter8 = __lsx_vbitsel_v(filter8, out_l, flat2); in vp9_hz_lpf_t16_16w() 903 __lsx_vst(filter8, dst, 0); in vp9_hz_lpf_t16_16w() 908 filter8 = __lsx_vld(filter48, 16); in vp9_hz_lpf_t16_16w() 923 filter8 = __lsx_vbitsel_v(filter8, out_l, flat2); in vp9_hz_lpf_t16_16w() 924 __lsx_vst(filter8, dst, 0); in vp9_hz_lpf_t16_16w() 929 filter8 in vp9_hz_lpf_t16_16w() 2361 __m128i filter8, flat, flat2; vp9_vt_lpf_t16_8w() local 2754 __m128i flat, flat2, filter8; vp9_vt_lpf_t16_16w() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_lpf_msa.c | 628 v16u8 flat, flat2, filter8; in vp9_hz_lpf_t16_16w() local 765 filter8 = LD_UB(filter48); in vp9_hz_lpf_t16_16w() 780 filter8 = __msa_bmnz_v(filter8, (v16u8) r_out, flat2); in vp9_hz_lpf_t16_16w() 781 ST_UB(filter8, src); in vp9_hz_lpf_t16_16w() 786 filter8 = LD_UB(filter48 + 16); in vp9_hz_lpf_t16_16w() 801 filter8 = __msa_bmnz_v(filter8, (v16u8) r_out, flat2); in vp9_hz_lpf_t16_16w() 802 ST_UB(filter8, src); in vp9_hz_lpf_t16_16w() 807 filter8 in vp9_hz_lpf_t16_16w() 1846 v16u8 filter8, flat, flat2; vp9_vt_lpf_t16_8w() local 2178 v16u8 flat, flat2, filter8; vp9_vt_lpf_t16_16w() local [all...] |
Completed in 8 milliseconds