Searched refs:cnst2 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_idct_msa.c | 715 v8i16 cnst0, cnst1, cnst2, cnst3, cnst4; in vp9_iadst8x8_colcol_addblk_msa() local 733 cnst2 = -cnst0; in vp9_iadst8x8_colcol_addblk_msa() 734 ILVEV_H2_SH(cnst0, cnst1, cnst1, cnst2, cnst0, cnst1); in vp9_iadst8x8_colcol_addblk_msa() 735 cnst2 = __msa_fill_h(cospi_18_64); in vp9_iadst8x8_colcol_addblk_msa() 737 cnst4 = -cnst2; in vp9_iadst8x8_colcol_addblk_msa() 738 ILVEV_H2_SH(cnst2, cnst3, cnst3, cnst4, cnst2, cnst3); in vp9_iadst8x8_colcol_addblk_msa() 742 VP9_DOT_ADD_SUB_SRARI_PCK(temp0, temp1, temp2, temp3, cnst0, cnst1, cnst2, in vp9_iadst8x8_colcol_addblk_msa() 747 cnst2 = -cnst0; in vp9_iadst8x8_colcol_addblk_msa() 748 ILVEV_H2_SH(cnst0, cnst1, cnst1, cnst2, cnst in vp9_iadst8x8_colcol_addblk_msa() [all...] |
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 743 cnst0, cnst1, cnst2, cnst3, \ 747 DOTP_UB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 770 #define DOTP_SB3(RTYPE, mult0, mult1, mult2, cnst0, cnst1, cnst2, \ 774 out2 = (RTYPE) __msa_dotp_s_h((v16i8) mult2, (v16i8) cnst2); \ 779 cnst0, cnst1, cnst2, cnst3, out0, out1, out2, out3) \ 782 DOTP_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 806 cnst0, cnst1, cnst2, cnst3, \ 810 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \ 836 cnst0, cnst1, cnst2, cnst3, out0, out1, out2, out3) \ 839 DPADD_SB2(RTYPE, mult2, mult3, cnst2, cnst [all...] |
Completed in 6 milliseconds