Searched refs:qpel_mc_func (Results 1 - 15 of 15) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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];
|
H A 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];
|
H A 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 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 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];
|
H A D | rv34dsp.h | 58 qpel_mc_func put_pixels_tab[4][16]; 59 qpel_mc_func avg_pixels_tab[4][16];
|
H A D | motion_est.h | 91 qpel_mc_func(*qpel_put)[16]; 92 qpel_mc_func(*qpel_avg)[16];
|
H A D | wmv2dsp.h | 30 qpel_mc_func put_mspel_pixels_tab[8];
|
H A 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()
|
H A D | cavs.c | 392 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 D | mpegvideo_motion.c | 494 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 D | mpegvideo.h | 591 qpel_mc_func (*qpix_op)[16]);
|
H A D | mpegvideo.c | 1441 qpel_mc_func (*op_qpix)[16]; in mpv_reconstruct_mb_internal()
|
H A D | rv34.c | 664 qpel_mc_func (*qpel_mc)[16], in rv34_mc()
|
H A D | mpegvideo_enc.c | 2160 qpel_mc_func (*op_qpix)[16]; in encode_mb_internal()
|
/third_party/ffmpeg/tests/checkasm/ |
H A 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()
|
Completed in 20 milliseconds