Home
last modified time | relevance | path

Searched refs:put_no_rnd_vc1_chroma_pixels_tab (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_init_mips.c99 dsp->put_no_rnd_vc1_chroma_pixels_tab[0] = ff_put_no_rnd_vc1_chroma_mc8_mmi; in ff_vc1dsp_init_mips()
101 dsp->put_no_rnd_vc1_chroma_pixels_tab[1] = ff_put_no_rnd_vc1_chroma_mc4_mmi; in ff_vc1dsp_init_mips()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvc1dsp_init_aarch64.c134 dsp->put_no_rnd_vc1_chroma_pixels_tab[0] = ff_put_vc1_chroma_mc8_neon; in ff_vc1dsp_init_aarch64()
136 dsp->put_no_rnd_vc1_chroma_pixels_tab[1] = ff_put_vc1_chroma_mc4_neon; in ff_vc1dsp_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
H A Dvc1dsp_init.c124 dsp->put_no_rnd_vc1_chroma_pixels_tab[0] = ff_put_vc1_chroma_mc8_nornd_mmx; in ff_vc1dsp_init_x86()
148 dsp->put_no_rnd_vc1_chroma_pixels_tab[0] = ff_put_vc1_chroma_mc8_nornd_ssse3; in ff_vc1dsp_init_x86()
/third_party/ffmpeg/libavcodec/arm/
H A Dvc1dsp_init_neon.c188 dsp->put_no_rnd_vc1_chroma_pixels_tab[0] = ff_put_vc1_chroma_mc8_neon; in ff_vc1dsp_init_neon()
190 dsp->put_no_rnd_vc1_chroma_pixels_tab[1] = ff_put_vc1_chroma_mc4_neon; in ff_vc1dsp_init_neon()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvc1dsp_init_loongarch.c65 dsp->put_no_rnd_vc1_chroma_pixels_tab[0] = ff_put_no_rnd_vc1_chroma_mc8_lasx; in ff_vc1dsp_init_loongarch()
/third_party/ffmpeg/libavcodec/
H A Dvc1dsp.h63 h264_chroma_mc_func put_no_rnd_vc1_chroma_pixels_tab[3]; member
H A Dvc1_mc.c441 v->vc1dsp.put_no_rnd_vc1_chroma_pixels_tab[0](s->dest[1], srcU, s->uvlinesize, 8, uvmx, uvmy); in ff_vc1_mc_1mv()
442 v->vc1dsp.put_no_rnd_vc1_chroma_pixels_tab[0](s->dest[2], srcV, s->uvlinesize, 8, uvmx, uvmy); in ff_vc1_mc_1mv()
828 v->vc1dsp.put_no_rnd_vc1_chroma_pixels_tab[0](s->dest[1], srcU, s->uvlinesize, 8, uvmx, uvmy); in ff_vc1_mc_4mv_chroma()
829 v->vc1dsp.put_no_rnd_vc1_chroma_pixels_tab[0](s->dest[2], srcV, s->uvlinesize, 8, uvmx, uvmy); in ff_vc1_mc_4mv_chroma()
995 v->vc1dsp.put_no_rnd_vc1_chroma_pixels_tab[1](s->dest[1] + off, srcU, s->uvlinesize << fieldmv, 4, uvmx_field[i], uvmy_field[i]); in ff_vc1_mc_4mv_chroma4()
996 v->vc1dsp.put_no_rnd_vc1_chroma_pixels_tab[1](s->dest[2] + off, srcV, s->uvlinesize << fieldmv, 4, uvmx_field[i], uvmy_field[i]); in ff_vc1_mc_4mv_chroma4()
H A Dvc1dsp.c1020 dsp->put_no_rnd_vc1_chroma_pixels_tab[0] = put_no_rnd_vc1_chroma_mc8_c; in ff_vc1dsp_init()
1022 dsp->put_no_rnd_vc1_chroma_pixels_tab[1] = put_no_rnd_vc1_chroma_mc4_c; in ff_vc1dsp_init()
/third_party/ffmpeg/libavcodec/ppc/
H A Dvc1dsp_altivec.c362 dsp->put_no_rnd_vc1_chroma_pixels_tab[0] = put_no_rnd_vc1_chroma_mc8_altivec; in ff_vc1dsp_init_ppc()

Completed in 6 milliseconds