Home
last modified time | relevance | path

Searched refs:h264_chroma_mc_func (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264chroma.h25 typedef void (*h264_chroma_mc_func)(uint8_t *dst /*align 8*/, uint8_t *src /*align 1*/, ptrdiff_t srcStride, int h, int x, int y); typedef
28 h264_chroma_mc_func put_h264_chroma_pixels_tab[4];
29 h264_chroma_mc_func avg_h264_chroma_pixels_tab[4];
H A Dh264_mc_template.c44 h264_chroma_mc_func chroma_put, in mc_part()
46 h264_chroma_mc_func chroma_avg, in mc_part()
68 const h264_chroma_mc_func(*chroma_put), in hl_motion()
70 const h264_chroma_mc_func(*chroma_avg), in hl_motion()
64 hl_motion(const H264Context *h, H264SliceContext *sl, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, const qpel_mc_func(*qpix_put)[16], const h264_chroma_mc_func(*chroma_put), const qpel_mc_func(*qpix_avg)[16], const h264_chroma_mc_func(*chroma_avg), const h264_weight_func *weight_op, const h264_biweight_func *weight_avg) hl_motion() argument
H A Drv34dsp.h60 h264_chroma_mc_func put_chroma_pixels_tab[3];
61 h264_chroma_mc_func avg_chroma_pixels_tab[3];
H A Dvc1dsp.h63 h264_chroma_mc_func put_no_rnd_vc1_chroma_pixels_tab[3];
64 h264_chroma_mc_func avg_no_rnd_vc1_chroma_pixels_tab[3];
H A Dh264_mb.c213 h264_chroma_mc_func chroma_op, in mc_dir_part()
328 h264_chroma_mc_func chroma_put, in mc_part_std()
330 h264_chroma_mc_func chroma_avg, in mc_part_std()
335 h264_chroma_mc_func chroma_op = chroma_put; in mc_part_std()
376 h264_chroma_mc_func chroma_put, in mc_part_weighted()
H A Dcavs.c393 h264_chroma_mc_func chroma_op, cavs_vector *mv) in mc_dir_part()
460 h264_chroma_mc_func chroma_put, in mc_part_std()
462 h264_chroma_mc_func chroma_avg, in mc_part_std()
466 h264_chroma_mc_func chroma_op = chroma_put; in mc_part_std()
H A Dmpegvideo.c924 int w, int h, h264_chroma_mc_func *pix_op, in hpel_motion_lowres()
973 h264_chroma_mc_func *pix_op, in mpeg_motion_lowres()
1107 h264_chroma_mc_func * pix_op, in chroma_4mv_motion_lowres()
1176 h264_chroma_mc_func *pix_op) in MPV_motion_lowres()
1495 h264_chroma_mc_func *op_pix = s->h264chroma.put_h264_chroma_pixels_tab; in mpv_reconstruct_mb_internal()
H A Drv34.c665 h264_chroma_mc_func (*chroma_mc)) in rv34_mc()

Completed in 10 milliseconds