Home
last modified time | relevance | path

Searched refs:put_h264_chroma_pixels_tab (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dh264chroma_init.c72 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_rnd_mmx; in ff_h264chroma_init_x86()
73 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_mmx; in ff_h264chroma_init_x86()
80 c->put_h264_chroma_pixels_tab[2] = ff_put_h264_chroma_mc2_mmxext; in ff_h264chroma_init_x86()
84 c->put_h264_chroma_pixels_tab[2] = ff_put_h264_chroma_mc2_10_mmxext; in ff_h264chroma_init_x86()
86 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_10_mmxext; in ff_h264chroma_init_x86()
91 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_10_sse2; in ff_h264chroma_init_x86()
96 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_rnd_ssse3; in ff_h264chroma_init_x86()
98 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_ssse3; in ff_h264chroma_init_x86()
105 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_10_avx; in ff_h264chroma_init_x86()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264chroma_init_mips.c34 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_mmi; in ff_h264chroma_init_mips()
36 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_mmi; in ff_h264chroma_init_mips()
43 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_msa; in ff_h264chroma_init_mips()
44 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_msa; in ff_h264chroma_init_mips()
45 c->put_h264_chroma_pixels_tab[2] = ff_put_h264_chroma_mc2_msa; in ff_h264chroma_init_mips()
/third_party/ffmpeg/libavcodec/
H A Dh264chroma.c32 c->put_h264_chroma_pixels_tab[0] = put_h264_chroma_mc8_ ## depth ## _c; \
33 c->put_h264_chroma_pixels_tab[1] = put_h264_chroma_mc4_ ## depth ## _c; \
34 c->put_h264_chroma_pixels_tab[2] = put_h264_chroma_mc2_ ## depth ## _c; \
35 c->put_h264_chroma_pixels_tab[3] = put_h264_chroma_mc1_ ## depth ## _c; \
H A Dh264chroma.h28 h264_chroma_mc_func put_h264_chroma_pixels_tab[4]; member
H A Dh264_mb_template.c174 h->h264chroma.put_h264_chroma_pixels_tab, in hl_decode_mb()
182 h->h264chroma.put_h264_chroma_pixels_tab, in hl_decode_mb()
341 h->h264chroma.put_h264_chroma_pixels_tab, in hl_decode_mb_444()
H A Dcavs.c497 h->h264chroma.put_h264_chroma_pixels_tab[0], in ff_cavs_inter()
504 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter()
510 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter()
516 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter()
522 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter()
H A Dvp6.c587 s->h264chroma.put_h264_chroma_pixels_tab[0](tmp, src, stride, 9, h_weight, 0); in vp6_filter_diag2()
588 s->h264chroma.put_h264_chroma_pixels_tab[0](dst, tmp, stride, 8, 0, v_weight); in vp6_filter_diag2()
634 s->h264chroma.put_h264_chroma_pixels_tab[0](dst, src + offset1, stride, 8, x8, y8); in vp6_filter()
H A Dvc1_mc.c438 h264chroma->put_h264_chroma_pixels_tab[0](s->dest[1], srcU, s->uvlinesize, 8, uvmx, uvmy); in ff_vc1_mc_1mv()
439 h264chroma->put_h264_chroma_pixels_tab[0](s->dest[2], srcV, s->uvlinesize, 8, uvmx, uvmy); in ff_vc1_mc_1mv()
825 h264chroma->put_h264_chroma_pixels_tab[0](s->dest[1], srcU, s->uvlinesize, 8, uvmx, uvmy); in ff_vc1_mc_4mv_chroma()
826 h264chroma->put_h264_chroma_pixels_tab[0](s->dest[2], srcV, s->uvlinesize, 8, uvmx, uvmy); in ff_vc1_mc_4mv_chroma()
992 h264chroma->put_h264_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()
993 h264chroma->put_h264_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 Drv30dsp.c314 c->put_chroma_pixels_tab[0] = h264chroma.put_h264_chroma_pixels_tab[0]; in RV30_LOWPASS()
315 c->put_chroma_pixels_tab[1] = h264chroma.put_h264_chroma_pixels_tab[1]; in RV30_LOWPASS()
H A Dmpegvideo.c1495 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal()
/third_party/ffmpeg/libavcodec/arm/
H A Dh264chroma_init_arm.c49 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_neon; in ff_h264chroma_init_arm()
50 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_neon; in ff_h264chroma_init_arm()
51 c->put_h264_chroma_pixels_tab[2] = ff_put_h264_chroma_mc2_neon; in ff_h264chroma_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dh264chroma_init_aarch64.c51 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_neon; in ff_h264chroma_init_aarch64()
52 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_neon; in ff_h264chroma_init_aarch64()
53 c->put_h264_chroma_pixels_tab[2] = ff_put_h264_chroma_mc2_neon; in ff_h264chroma_init_aarch64()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264chroma_init_loongarch.c32 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_lasx; in ff_h264chroma_init_loongarch()
34 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_lasx; in ff_h264chroma_init_loongarch()
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264chroma_init.c61 c->put_h264_chroma_pixels_tab[0] = put_h264_chroma_mc8_altivec; in ff_h264chroma_init_ppc()

Completed in 18 milliseconds