Searched refs:op_pixels_func (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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];
|
H A D | motion_est.h | 89 op_pixels_func(*hpel_put)[4]; 90 op_pixels_func(*hpel_avg)[4];
|
H A D | mpegvideo_motion.c | 195 op_pixels_func *pix_op, in hpel_motion() 236 op_pixels_func (*pix_op)[4], in mpeg_motion_internal() 373 op_pixels_func (*pix_op)[4], in mpeg_motion() 392 op_pixels_func (*pix_op)[4], in mpeg_motion_field() 464 op_pixels_func *pix_op, in obmc_motion() 493 op_pixels_func (*pix_op)[4], in qpel_motion() 597 op_pixels_func *pix_op, in chroma_4mv_motion() 665 op_pixels_func (*pix_op)[4]) in apply_obmc() 754 op_pixels_func (*pix_op)[4]) in apply_8x8() 837 op_pixels_func (*pix_o in mpv_motion_internal() [all...] |
H A D | wmv2.h | 42 uint8_t **ref_picture, op_pixels_func (*pix_op)[4],
|
H A D | wmv2.c | 52 uint8_t **ref_picture, op_pixels_func (*pix_op)[4], in ff_mspel_motion()
|
H A D | mpegvideo.h | 590 op_pixels_func (*pix_op)[4],
|
H A D | bink.c | 120 op_pixels_func put_pixels_tab;
|
H A D | mpegvideo.c | 1440 op_pixels_func (*op_pix)[4]; in mpv_reconstruct_mb_internal()
|
H A D | mpegvideo_enc.c | 2159 op_pixels_func (*op_pix)[4]; in encode_mb_internal()
|
Completed in 15 milliseconds