/third_party/ffmpeg/libavcodec/ |
H A D | h264_mb_template.c | 174 h->h264chroma.put_h264_chroma_pixels_tab, in hl_decode_mb() 176 h->h264chroma.avg_h264_chroma_pixels_tab, in hl_decode_mb() 182 h->h264chroma.put_h264_chroma_pixels_tab, in hl_decode_mb() 184 h->h264chroma.avg_h264_chroma_pixels_tab, in hl_decode_mb() 341 h->h264chroma.put_h264_chroma_pixels_tab, in hl_decode_mb_444() 343 h->h264chroma.avg_h264_chroma_pixels_tab, in hl_decode_mb_444()
|
H A D | vc1_mc.c | 30 #include "h264chroma.h" 175 H264ChromaContext *h264chroma = &v->h264chroma; in ff_vc1_mc_1mv() local 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() 637 H264ChromaContext *h264chroma = &v->h264chroma; in ff_vc1_mc_4mv_chroma() local 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() 842 H264ChromaContext *h264chroma in ff_vc1_mc_4mv_chroma4() local 1007 H264ChromaContext *h264chroma = &v->h264chroma; ff_vc1_interp_mc() local [all...] |
H A D | cavs.c | 30 #include "h264chroma.h" 497 h->h264chroma.put_h264_chroma_pixels_tab[0], in ff_cavs_inter() 499 h->h264chroma.avg_h264_chroma_pixels_tab[0], in ff_cavs_inter() 504 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter() 506 h->h264chroma.avg_h264_chroma_pixels_tab[1], in ff_cavs_inter() 510 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter() 512 h->h264chroma.avg_h264_chroma_pixels_tab[1], in ff_cavs_inter() 516 h->h264chroma.put_h264_chroma_pixels_tab[1], in ff_cavs_inter() 518 h->h264chroma.avg_h264_chroma_pixels_tab[1], in ff_cavs_inter() 522 h->h264chroma in ff_cavs_inter() [all...] |
H A D | rv30dsp.c | 30 #include "h264chroma.h" 270 H264ChromaContext h264chroma; in RV30_LOWPASS() local 274 ff_h264chroma_init(&h264chroma, 8); in RV30_LOWPASS() 314 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() 316 c->avg_chroma_pixels_tab[0] = h264chroma.avg_h264_chroma_pixels_tab[0]; in RV30_LOWPASS() 317 c->avg_chroma_pixels_tab[1] = h264chroma.avg_h264_chroma_pixels_tab[1]; in RV30_LOWPASS()
|
H A D | cavs.h | 29 #include "h264chroma.h" 168 H264ChromaContext h264chroma; member
|
H A D | vp6.c | 587 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 D | vc1.h | 27 #include "h264chroma.h" 176 H264ChromaContext h264chroma; member
|
H A D | mpegvideo.h | 36 #include "h264chroma.h" 208 H264ChromaContext h264chroma; member
|
H A D | vp56.h | 35 #include "h264chroma.h" 128 H264ChromaContext h264chroma; member
|
H A D | mpegvideo.c | 39 #include "h264chroma.h" 285 ff_h264chroma_init(&s->h264chroma, 8); //for lowres in dct_init() 1277 pix_op = s->h264chroma.avg_h264_chroma_pixels_tab; in MPV_motion_lowres() 1288 pix_op = s->h264chroma.avg_h264_chroma_pixels_tab; in MPV_motion_lowres() 1495 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal() 1499 op_pix = s->h264chroma.avg_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal()
|
H A D | h264dec.h | 41 #include "h264chroma.h" 335 H264ChromaContext h264chroma; member
|
H A D | vp56.c | 29 #include "h264chroma.h" 785 ff_h264chroma_init(&s->h264chroma, 8); in ff_vp56_init_context()
|
H A D | vc1dec.c | 544 ff_h264chroma_init(&v->h264chroma, 8); in vc1_decode_init()
|
H A D | h264_slice.c | 44 #include "h264chroma.h" 1000 ff_h264chroma_init(&h->h264chroma, sps->bit_depth_chroma); in h264_slice_header_init()
|
H A D | Makefile | 98 OBJS-$(CONFIG_H264CHROMA) += h264chroma.o
|