Home
last modified time | relevance | path

Searched defs:motion_y (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dmotion_vector.h53 int32_t motion_x, motion_y; member
/third_party/ffmpeg/libavcodec/
H A Dh263enc.h73 get_p_cbp(MpegEncContext * s, int16_t block[6][64], int motion_x, int motion_y) get_p_cbp() argument
H A Dwmv2.c50 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 Dh263.c62 int motion_x, motion_y; in ff_h263_update_motion_val() local
H A Dwmv2enc.c166 ff_wmv2_encode_mb(MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) ff_wmv2_encode_mb() argument
H A Dh261enc.c247 ff_h261_encode_mb(MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) ff_h261_encode_mb() argument
H A Dmpegutils.c32 add_mb(AVMotionVector *mb, uint32_t mb_type, int dst_x, int dst_y, int motion_x, int motion_y, int motion_scale, int direction) add_mb() argument
H A Dmpegvideo_motion.c42 int src_x, src_y, motion_x, motion_y; in gmc1_motion() local
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
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
767 int motion_y = s->mv[dir][i][1]; apply_8x8() local
[all...]
H A Dmsmpeg4enc.c372 ff_msmpeg4_encode_mb(MpegEncContext * s, int16_t block[6][64], int motion_x, int motion_y) ff_msmpeg4_encode_mb() argument
H A Dituh263enc.c494 ff_h263_encode_mb(MpegEncContext * s, int16_t block[6][64], int motion_x, int motion_y) ff_h263_encode_mb() argument
[all...]
H A Dmpeg12enc.c781 mpeg1_encode_mb_internal(MpegEncContext *s, int16_t block[8][64], int motion_x, int motion_y, int mb_block_count, int chroma_y_shift) mpeg1_encode_mb_internal() argument
1057 ff_mpeg1_encode_mb(MpegEncContext *s, int16_t block[8][64], int motion_x, int motion_y) ff_mpeg1_encode_mb() argument
H A Dxan.c306 int motion_x, motion_y; in xan_wc3_decode_frame() local
239 xan_wc3_copy_pixel_run(XanContext *s, AVFrame *frame, int x, int y, int pixel_count, int motion_x, int motion_y) xan_wc3_copy_pixel_run() argument
H A Dmpeg4videoenc.c439 get_b_cbp(MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y, int mb_type) get_b_cbp() argument
483 ff_mpeg4_encode_mb(MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) ff_mpeg4_encode_mb() argument
H A Dmpegvideo.c918 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
[all...]
H A Dmpeg12dec.c1794 int motion_x, motion_y, dir, i; in mpeg_decode_slice() local
H A Ddiracdec.c1653 int motion_y = block->u.mv[ref][1]; in mc_subpel() local
H A Dmpegvideo_enc.c2411 static av_always_inline void encode_mb(MpegEncContext *s, int motion_x, int motion_y) in encode_mb() argument
2019 encode_mb_internal(MpegEncContext *s, int motion_x, int motion_y, int mb_block_height, int mb_block_width, int mb_block_count, int chroma_x_shift, int chroma_y_shift, int chroma_format) encode_mb_internal() argument
2488 encode_mb_hq(MpegEncContext *s, MpegEncContext *backup, MpegEncContext *best, PutBitContext pb[2], PutBitContext pb2[2], PutBitContext tex_pb[2], int *dmin, int *next_block, int motion_x, int motion_y) encode_mb_hq() argument
3233 int motion_x = 0, motion_y = 0; encode_thread() local
[all...]
H A Dvp3.c911 int motion_y[4]; in unpack_vectors() local
1950 await_reference_row(Vp3DecodeContext *s, Vp3Fragment *fragment, int motion_y, int y) await_reference_row() argument
1973 vp4_mc_loop_filter(Vp3DecodeContext *s, int plane, int motion_x, int motion_y, int bx, int by, uint8_t * motion_source, int stride, int src_x, int src_y, uint8_t *temp) vp4_mc_loop_filter() argument
2076 int motion_x = 0xdeadbeef, motion_y = 0xdeadbeef; render_slice() local
[all...]

Completed in 27 milliseconds