Home
last modified time | relevance | path

Searched refs:b_direct_mv_table (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmotion_est.c1399 int16_t (*mv_table)[2]= s->b_direct_mv_table; in direct_search()
1442 s->b_direct_mv_table[mot_xy][0]= 0; in direct_search()
1443 s->b_direct_mv_table[mot_xy][1]= 0; in direct_search()
1590 s->mpv_flags & FF_MPV_FLAG_MV0 && *(uint32_t*)s->b_direct_mv_table[xy]) in ff_estimate_b_frame_motion()
Dmpegvideo.h253 int16_t (*b_direct_mv_table)[2]; ///< MV table (1MV per MB) direct mode B-frame encoding member
Dmpegvideo.c769 s->b_direct_mv_table = s->b_direct_mv_table_base + s->mb_stride + 1; in init_context_frame()
878 s->b_direct_mv_table = NULL; in clear_context()
1022 s->b_direct_mv_table = NULL; in free_context_frame()
Dmpegvideo_enc.c3351 int mx= s->b_direct_mv_table[xy][0]; in encode_thread()
3352 int my= s->b_direct_mv_table[xy][1]; in encode_thread()
3477 motion_x=s->b_direct_mv_table[xy][0]; in encode_thread()
3478 motion_y=s->b_direct_mv_table[xy][1]; in encode_thread()