Searched refs:qpel_mc_func (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | qpeldsp.h | 65 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];
|
D | h264qpel.h | 28 qpel_mc_func put_h264_qpel_pixels_tab[4][16]; 29 qpel_mc_func avg_h264_qpel_pixels_tab[4][16];
|
D | cavsdsp.h | 31 qpel_mc_func put_cavs_qpel_pixels_tab[2][16]; 32 qpel_mc_func avg_cavs_qpel_pixels_tab[2][16];
|
D | h264_mc_template.c | 43 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 MCFUNC() 69 const qpel_mc_func(*qpix_avg)[16], in MCFUNC()
|
D | rv34dsp.h | 58 qpel_mc_func put_pixels_tab[4][16]; 59 qpel_mc_func avg_pixels_tab[4][16];
|
D | motion_est.h | 91 qpel_mc_func(*qpel_put)[16]; 92 qpel_mc_func(*qpel_avg)[16];
|
D | wmv2dsp.h | 30 qpel_mc_func put_mspel_pixels_tab[8];
|
D | h264_mb.c | 212 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()
|
D | cavs.c | 396 qpel_mc_func *qpix_op, in mc_dir_part() 463 qpel_mc_func *qpix_put, in mc_part_std() 465 qpel_mc_func *qpix_avg, in mc_part_std() 469 qpel_mc_func *qpix_op = qpix_put; in mc_part_std()
|
D | mpegvideo_motion.c | 492 qpel_mc_func (*qpix_op)[16], in qpel_motion() 751 qpel_mc_func (*qpix_op)[16], in apply_8x8() 836 qpel_mc_func (*qpix_op)[16], in mpv_motion_internal() 979 qpel_mc_func (*qpix_op)[16]) in ff_mpv_motion()
|
D | mpegvideo.h | 748 qpel_mc_func (*qpix_op)[16]);
|
D | rv34.c | 662 qpel_mc_func (*qpel_mc)[16], in rv34_mc()
|
D | mpegvideo.c | 1991 qpel_mc_func (*op_qpix)[16]; in mpv_reconstruct_mb_internal()
|
D | mpegvideo_enc.c | 2369 qpel_mc_func (*op_qpix)[16]; in encode_mb_internal()
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264qpel.c | 62 qpel_mc_func (*tab)[16] = op ? h.avg_h264_qpel_pixels_tab : h.put_h264_qpel_pixels_tab; in checkasm_check_h264qpel()
|