Searched refs:PCKEV_ST_SB (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | vp9_intra_msa.c | 443 PCKEV_ST_SB(res_r, res_l, dst); in ff_tm_16x16_msa() 450 PCKEV_ST_SB(res_r, res_l, dst); in ff_tm_16x16_msa() 457 PCKEV_ST_SB(res_r, res_l, dst); in ff_tm_16x16_msa() 464 PCKEV_ST_SB(res_r, res_l, dst); in ff_tm_16x16_msa() 497 PCKEV_ST_SB(res_r0, res_l0, dst); in ff_tm_32x32_msa() 498 PCKEV_ST_SB(res_r1, res_l1, dst + 16); in ff_tm_32x32_msa() 508 PCKEV_ST_SB(res_r0, res_l0, dst); in ff_tm_32x32_msa() 509 PCKEV_ST_SB(res_r1, res_l1, dst + 16); in ff_tm_32x32_msa() 519 PCKEV_ST_SB(res_r0, res_l0, dst); in ff_tm_32x32_msa() 520 PCKEV_ST_SB(res_r1, res_l1, dst + 16); in ff_tm_32x32_msa() [all …]
|
D | vp9_mc_msa.c | 1992 PCKEV_ST_SB(out0, out1, dst); in ff_put_bilin_16h_msa() 1994 PCKEV_ST_SB(out2, out3, dst); in ff_put_bilin_16h_msa() 1996 PCKEV_ST_SB(out4, out5, dst); in ff_put_bilin_16h_msa() 1998 PCKEV_ST_SB(out6, out7, dst); in ff_put_bilin_16h_msa() 2016 PCKEV_ST_SB(out0, out1, dst); in ff_put_bilin_16h_msa() 2018 PCKEV_ST_SB(out2, out3, dst); in ff_put_bilin_16h_msa() 2020 PCKEV_ST_SB(out4, out5, dst); in ff_put_bilin_16h_msa() 2022 PCKEV_ST_SB(out6, out7, dst); in ff_put_bilin_16h_msa() 2065 PCKEV_ST_SB(out0, out1, dst); in ff_put_bilin_32h_msa() 2066 PCKEV_ST_SB(out2, out3, dst + 16); in ff_put_bilin_32h_msa() [all …]
|
D | vp8_mc_msa.c | 1690 PCKEV_ST_SB(out0, out1, dst); in ff_put_vp8_bilinear16_h_msa() 1692 PCKEV_ST_SB(out2, out3, dst); in ff_put_vp8_bilinear16_h_msa() 1694 PCKEV_ST_SB(out4, out5, dst); in ff_put_vp8_bilinear16_h_msa() 1696 PCKEV_ST_SB(out6, out7, dst); in ff_put_vp8_bilinear16_h_msa() 1714 PCKEV_ST_SB(out0, out1, dst); in ff_put_vp8_bilinear16_h_msa() 1716 PCKEV_ST_SB(out2, out3, dst); in ff_put_vp8_bilinear16_h_msa() 1718 PCKEV_ST_SB(out4, out5, dst); in ff_put_vp8_bilinear16_h_msa() 1720 PCKEV_ST_SB(out6, out7, dst); in ff_put_vp8_bilinear16_h_msa() 1908 PCKEV_ST_SB(tmp0, tmp1, dst); in ff_put_vp8_bilinear16_v_msa() 1916 PCKEV_ST_SB(tmp2, tmp3, dst); in ff_put_vp8_bilinear16_v_msa() [all …]
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 2799 #define PCKEV_ST_SB(in0, in1, pdst) \ macro
|