Lines Matching defs:dsp
28 dsp->OP##vc1_mspel_pixels_tab[1][X+4*Y] = ff_##OP##vc1_mspel_mc##X##Y##INSN; \
29 dsp->OP##vc1_mspel_pixels_tab[0][X+4*Y] = ff_##OP##vc1_mspel_mc##X##Y##_16##INSN
32 dsp->OP##vc1_mspel_pixels_tab[0][4*Y] = ff_##OP##vc1_mspel_mc0##Y##_16##INSN
35 dsp->OP##vc1_mspel_pixels_tab[0][X] = ff_##OP##vc1_mspel_mc##X##0_16##INSN
37 av_cold void ff_vc1dsp_init_loongarch(VC1DSPContext *dsp)
42 dsp->vc1_inv_trans_8x8 = ff_vc1_inv_trans_8x8_lasx;
43 dsp->vc1_inv_trans_4x8 = ff_vc1_inv_trans_4x8_lasx;
44 dsp->vc1_inv_trans_8x4 = ff_vc1_inv_trans_8x4_lasx;
45 dsp->vc1_inv_trans_4x4 = ff_vc1_inv_trans_4x4_lasx;
46 dsp->vc1_inv_trans_8x8_dc = ff_vc1_inv_trans_8x8_dc_lasx;
47 dsp->vc1_inv_trans_4x8_dc = ff_vc1_inv_trans_4x8_dc_lasx;
48 dsp->vc1_inv_trans_8x4_dc = ff_vc1_inv_trans_8x4_dc_lasx;
49 dsp->vc1_inv_trans_4x4_dc = ff_vc1_inv_trans_4x4_dc_lasx;
65 dsp->put_no_rnd_vc1_chroma_pixels_tab[0] = ff_put_no_rnd_vc1_chroma_mc8_lasx;