Searched refs:b_bidir_forw_mv_table (Results 1 – 4 of 4) sorted by relevance
1247 int pred_fx= s->b_bidir_forw_mv_table[xy-1][0]; in bidir_refine()1248 int pred_fy= s->b_bidir_forw_mv_table[xy-1][1]; in bidir_refine()1251 int motion_fx= s->b_bidir_forw_mv_table[xy][0]= s->b_forw_mv_table[xy][0]; in bidir_refine()1252 int motion_fy= s->b_bidir_forw_mv_table[xy][1]= s->b_forw_mv_table[xy][1]; in bidir_refine()1380 s->b_bidir_forw_mv_table[xy][0]= motion_fx; in bidir_refine()1381 s->b_bidir_forw_mv_table[xy][1]= motion_fy; in bidir_refine()
251 int16_t (*b_bidir_forw_mv_table)[2]; ///< MV table (1MV per MB) bidir mode B-frame encoding member
3242 s->mv[0][0][0] = s->b_bidir_forw_mv_table[xy][0]; in encode_thread()3243 s->mv[0][0][1] = s->b_bidir_forw_mv_table[xy][1]; in encode_thread()3492 s->mv[0][0][0] = s->b_bidir_forw_mv_table[xy][0]; in encode_thread()3493 s->mv[0][0][1] = s->b_bidir_forw_mv_table[xy][1]; in encode_thread()3829 b = ff_get_best_fcode(s, s->b_bidir_forw_mv_table, CANDIDATE_MB_TYPE_BIDIR); in encode_picture()3838 … ff_fix_long_mvs(s, NULL, 0, s->b_bidir_forw_mv_table, s->f_code, CANDIDATE_MB_TYPE_BIDIR, 1); in encode_picture()
767 s->b_bidir_forw_mv_table = s->b_bidir_forw_mv_table_base + s->mb_stride + 1; in init_context_frame()876 s->b_bidir_forw_mv_table = NULL; in clear_context()1020 s->b_bidir_forw_mv_table = NULL; in free_context_frame()