Home
last modified time | relevance | path

Searched refs:qpel_mc_func (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dqpeldsp.h65 typedef void (*qpel_mc_func)(uint8_t *dst /* align width (8 or 16) */, typedef
73 qpel_mc_func put_qpel_pixels_tab[2][16];
74 qpel_mc_func avg_qpel_pixels_tab[2][16];
75 qpel_mc_func put_no_rnd_qpel_pixels_tab[2][16];
H A Dh264qpel.h28 qpel_mc_func put_h264_qpel_pixels_tab[4][16];
29 qpel_mc_func avg_h264_qpel_pixels_tab[4][16];
H A Dh264_mc_template.c43 const qpel_mc_func *qpix_put, in mc_part()
45 const qpel_mc_func *qpix_avg, in mc_part()
67 const qpel_mc_func(*qpix_put)[16], in hl_motion()
69 const qpel_mc_func(*qpix_avg)[16], 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 Dcavsdsp.h31 qpel_mc_func put_cavs_qpel_pixels_tab[2][16];
32 qpel_mc_func avg_cavs_qpel_pixels_tab[2][16];
H A Drv34dsp.h58 qpel_mc_func put_pixels_tab[4][16];
59 qpel_mc_func avg_pixels_tab[4][16];
H A Dmotion_est.h91 qpel_mc_func(*qpel_put)[16];
92 qpel_mc_func(*qpel_avg)[16];
H A Dwmv2dsp.h30 qpel_mc_func put_mspel_pixels_tab[8];
H A Dh264_mb.c212 const qpel_mc_func *qpix_op, in mc_dir_part()
327 const qpel_mc_func *qpix_put, in mc_part_std()
329 const qpel_mc_func *qpix_avg, in mc_part_std()
334 const qpel_mc_func *qpix_op = qpix_put; in mc_part_std()
375 const qpel_mc_func *qpix_put, in mc_part_weighted()
H A Dcavs.c392 qpel_mc_func *qpix_op, in mc_dir_part()
459 qpel_mc_func *qpix_put, in mc_part_std()
461 qpel_mc_func *qpix_avg, in mc_part_std()
465 qpel_mc_func *qpix_op = qpix_put; in mc_part_std()
H A Dmpegvideo_motion.c494 qpel_mc_func (*qpix_op)[16], in qpel_motion()
753 qpel_mc_func (*qpix_op)[16], in apply_8x8()
838 qpel_mc_func (*qpix_op)[16], in mpv_motion_internal()
979 qpel_mc_func (*qpix_op)[16]) in ff_mpv_motion()
H A Dmpegvideo.h591 qpel_mc_func (*qpix_op)[16]);
H A Dmpegvideo.c1441 qpel_mc_func (*op_qpix)[16]; in mpv_reconstruct_mb_internal()
H A Drv34.c664 qpel_mc_func (*qpel_mc)[16], in rv34_mc()
H A Dmpegvideo_enc.c2160 qpel_mc_func (*op_qpix)[16]; in encode_mb_internal()
/third_party/ffmpeg/tests/checkasm/
H A Dh264qpel.c62 qpel_mc_func (*tab)[16] = op ? h.avg_h264_qpel_pixels_tab : h.put_h264_qpel_pixels_tab; in checkasm_check_h264qpel()

Completed in 20 milliseconds