Searched refs:op_pixels_func (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hpeldsp.h | 38 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];
|
D | motion_est.h | 89 op_pixels_func(*hpel_put)[4]; 90 op_pixels_func(*hpel_avg)[4];
|
D | mpegvideo_motion.c | 193 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 …]
|
D | wmv2.h | 72 uint8_t **ref_picture, op_pixels_func (*pix_op)[4],
|
D | wmv2.c | 102 uint8_t **ref_picture, op_pixels_func (*pix_op)[4], in ff_mspel_motion()
|
D | mpegvideo.h | 747 op_pixels_func (*pix_op)[4],
|
D | bink.c | 118 op_pixels_func put_pixels_tab;
|
D | mpegvideo.c | 1990 op_pixels_func (*op_pix)[4]; in mpv_reconstruct_mb_internal()
|
D | mpegvideo_enc.c | 2368 op_pixels_func (*op_pix)[4]; in encode_mb_internal()
|