Home
last modified time | relevance | path

Searched refs:pix_op (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_motion.c195 op_pixels_func *pix_op, in hpel_motion()
223 pix_op[dxy](dest, src, s->linesize, 8); in hpel_motion()
236 op_pixels_func (*pix_op)[4], in mpeg_motion_internal()
356 pix_op[0][dxy](dest_y, ptr_y, linesize, h); in mpeg_motion_internal()
359 pix_op[s->chroma_x_shift][uvdxy] in mpeg_motion_internal()
361 pix_op[s->chroma_x_shift][uvdxy] in mpeg_motion_internal()
373 op_pixels_func (*pix_op)[4], in mpeg_motion()
379 field_select, ref_picture, pix_op, in mpeg_motion()
384 field_select, ref_picture, pix_op, in mpeg_motion()
392 op_pixels_func (*pix_op)[ in mpeg_motion_field()
192 hpel_motion(MpegEncContext *s, uint8_t *dest, uint8_t *src, int src_x, int src_y, op_pixels_func *pix_op, int motion_x, int motion_y) hpel_motion() argument
228 mpeg_motion_internal(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_based, int bottom_field, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h, int is_mpeg12, int is_16x8, int mb_y) mpeg_motion_internal() argument
370 mpeg_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h, int is_16x8, int mb_y) mpeg_motion() argument
388 mpeg_motion_field(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int bottom_field, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h, int mb_y) mpeg_motion_field() argument
461 obmc_motion(MpegEncContext *s, uint8_t *dest, uint8_t *src, int src_x, int src_y, op_pixels_func *pix_op, int16_t mv[5][2] ) obmc_motion() argument
487 qpel_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_based, int bottom_field, int field_select, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], qpel_mc_func (*qpix_op)[16], int motion_x, int motion_y, int h) qpel_motion() argument
594 chroma_4mv_motion(MpegEncContext *s, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture, op_pixels_func *pix_op, int mx, int my) chroma_4mv_motion() argument
660 apply_obmc(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture, op_pixels_func (*pix_op)[4]) apply_obmc() argument
747 apply_8x8(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t **ref_picture, qpel_mc_func (*qpix_op)[16], op_pixels_func (*pix_op)[4]) apply_8x8() argument
831 mpv_motion_internal(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], qpel_mc_func (*qpix_op)[16], int is_mpeg12) mpv_motion_internal() argument
974 ff_mpv_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], qpel_mc_func (*qpix_op)[16]) ff_mpv_motion() argument
[all...]
H A Dwmv2.c52 uint8_t **ref_picture, op_pixels_func (*pix_op)[4], in ff_mspel_motion()
124 pix_op[1][dxy](dest_cb, ptr, uvlinesize, h >> 1); in ff_mspel_motion()
135 pix_op[1][dxy](dest_cr, ptr, uvlinesize, h >> 1); in ff_mspel_motion()
50 ff_mspel_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture, op_pixels_func (*pix_op)[4], int motion_x, int motion_y, int h) ff_mspel_motion() argument
H A Dmpegvideo.c924 int w, int h, h264_chroma_mc_func *pix_op, in hpel_motion_lowres()
960 pix_op[op_index](dest, src, stride, h, sx, sy); in hpel_motion_lowres()
973 h264_chroma_mc_func *pix_op, in mpeg_motion_lowres()
1090 pix_op[lowres - 1](dest_y, ptr_y, linesize, h, sx, sy); in mpeg_motion_lowres()
1097 pix_op[op_index](dest_cb, ptr_cb, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()
1098 pix_op[op_index](dest_cr, ptr_cr, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()
1107 h264_chroma_mc_func * pix_op, in chroma_4mv_motion_lowres()
1148 pix_op[op_index](dest_cb, ptr, s->uvlinesize, block_s, sx, sy); in chroma_4mv_motion_lowres()
1158 pix_op[op_index](dest_cr, ptr, s->uvlinesize, block_s, sx, sy); in chroma_4mv_motion_lowres()
1169 * @param pix_op halfpe
918 hpel_motion_lowres(MpegEncContext *s, uint8_t *dest, uint8_t *src, int field_based, int field_select, int src_x, int src_y, int width, int height, ptrdiff_t stride, int h_edge_pos, int v_edge_pos, int w, int h, h264_chroma_mc_func *pix_op, int motion_x, int motion_y) hpel_motion_lowres() argument
965 mpeg_motion_lowres(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int field_based, int bottom_field, int field_select, uint8_t **ref_picture, h264_chroma_mc_func *pix_op, int motion_x, int motion_y, int h, int mb_y) mpeg_motion_lowres() argument
1104 chroma_4mv_motion_lowres(MpegEncContext *s, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t **ref_picture, h264_chroma_mc_func * pix_op, int mx, int my) chroma_4mv_motion_lowres() argument
1172 MPV_motion_lowres(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t **ref_picture, h264_chroma_mc_func *pix_op) MPV_motion_lowres() argument
[all...]
H A Dwmv2.h42 uint8_t **ref_picture, op_pixels_func (*pix_op)[4],
H A Dmpegvideo.h590 op_pixels_func (*pix_op)[4],

Completed in 5 milliseconds