Home
last modified time | relevance | path

Searched refs:op_pixels_func (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhpeldsp.h38 typedef void (*op_pixels_func)(uint8_t *block /*align width (8 or 16)*/, typedef
56 op_pixels_func put_pixels_tab[4][4];
68 op_pixels_func avg_pixels_tab[4][4];
82 op_pixels_func put_no_rnd_pixels_tab[4][4];
94 op_pixels_func avg_no_rnd_pixels_tab[4];
Dmotion_est.h89 op_pixels_func(*hpel_put)[4];
90 op_pixels_func(*hpel_avg)[4];
Dmpegvideo_motion.c193 op_pixels_func *pix_op, in hpel_motion()
234 op_pixels_func (*pix_op)[4], in mpeg_motion_internal()
371 op_pixels_func (*pix_op)[4], in mpeg_motion()
390 op_pixels_func (*pix_op)[4], in mpeg_motion_field()
462 op_pixels_func *pix_op, in obmc_motion()
491 op_pixels_func (*pix_op)[4], in qpel_motion()
595 op_pixels_func *pix_op, in chroma_4mv_motion()
663 op_pixels_func (*pix_op)[4]) in apply_obmc()
752 op_pixels_func (*pix_op)[4]) in apply_8x8()
835 op_pixels_func (*pix_op)[4], in mpv_motion_internal()
[all …]
Dwmv2.h72 uint8_t **ref_picture, op_pixels_func (*pix_op)[4],
Dwmv2.c102 uint8_t **ref_picture, op_pixels_func (*pix_op)[4], in ff_mspel_motion()
Dmpegvideo.h747 op_pixels_func (*pix_op)[4],
Dbink.c118 op_pixels_func put_pixels_tab;
Dmpegvideo.c1990 op_pixels_func (*op_pix)[4]; in mpv_reconstruct_mb_internal()
Dmpegvideo_enc.c2368 op_pixels_func (*op_pix)[4]; in encode_mb_internal()