Searched refs:put_h264_chroma_pixels_tab (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | h264chroma_init.c | 76 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_rnd_mmx; in ff_h264chroma_init_x86() 77 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_mmx; in ff_h264chroma_init_x86() 89 c->put_h264_chroma_pixels_tab[2] = ff_put_h264_chroma_mc2_mmxext; in ff_h264chroma_init_x86() 93 c->put_h264_chroma_pixels_tab[2] = ff_put_h264_chroma_mc2_10_mmxext; in ff_h264chroma_init_x86() 95 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_10_mmxext; in ff_h264chroma_init_x86() 100 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_10_sse2; in ff_h264chroma_init_x86() 105 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_rnd_ssse3; in ff_h264chroma_init_x86() 107 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_ssse3; in ff_h264chroma_init_x86() 114 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_10_avx; in ff_h264chroma_init_x86()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264chroma_init_mips.c | 34 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_msa; in ff_h264chroma_init_mips() 35 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_msa; in ff_h264chroma_init_mips() 36 c->put_h264_chroma_pixels_tab[2] = ff_put_h264_chroma_mc2_msa; in ff_h264chroma_init_mips() 46 c->put_h264_chroma_pixels_tab[0] = ff_put_h264_chroma_mc8_mmi; in ff_h264chroma_init_mips() 48 c->put_h264_chroma_pixels_tab[1] = ff_put_h264_chroma_mc4_mmi; in ff_h264chroma_init_mips()
|
/third_party/ffmpeg/libavcodec/ |
D | h264chroma.c | 32 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; \
|
D | h264chroma.h | 28 h264_chroma_mc_func put_h264_chroma_pixels_tab[4]; member
|
D | h264_mb_template.c | 174 h->h264chroma.put_h264_chroma_pixels_tab, in FUNC() 182 h->h264chroma.put_h264_chroma_pixels_tab, in FUNC() 341 h->h264chroma.put_h264_chroma_pixels_tab, in FUNC()
|
D | cavs.c | 501 h->h264chroma.put_h264_chroma_pixels_tab[0], in ff_cavs_inter() 508 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter() 514 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter() 520 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter() 526 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter()
|
D | vc1_mc.c | 438 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, uvm… in ff_vc1_mc_4mv_chroma4() 993 …h264chroma->put_h264_chroma_pixels_tab[1](s->dest[2] + off, srcV, s->uvlinesize << fieldmv, 4, uvm… in ff_vc1_mc_4mv_chroma4()
|
D | vp6.c | 584 s->h264chroma.put_h264_chroma_pixels_tab[0](tmp, src, stride, 9, h_weight, 0); in vp6_filter_diag2() 585 s->h264chroma.put_h264_chroma_pixels_tab[0](dst, tmp, stride, 8, 0, v_weight); in vp6_filter_diag2() 631 s->h264chroma.put_h264_chroma_pixels_tab[0](dst, src + offset1, stride, 8, x8, y8); in vp6_filter()
|
D | rv30dsp.c | 311 c->put_chroma_pixels_tab[0] = h264chroma.put_h264_chroma_pixels_tab[0]; in RV30_LOWPASS() 312 c->put_chroma_pixels_tab[1] = h264chroma.put_h264_chroma_pixels_tab[1]; in RV30_LOWPASS()
|
D | mpegvideo.c | 2045 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | h264chroma_init_arm.c | 49 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/ |
D | h264chroma_init_aarch64.c | 51 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/ppc/ |
D | h264chroma_init.c | 61 c->put_h264_chroma_pixels_tab[0] = put_h264_chroma_mc8_altivec; in ff_h264chroma_init_ppc()
|