Lines Matching refs:p_mv_table
501 s->p_mv_table[xy][0] = mx; in set_p_mv_tables()
502 s->p_mv_table[xy][1] = my; in set_p_mv_tables()
636 … dmin4 = epzs_motion_search2(s, &mx4, &my4, P, block, block, s->p_mv_table, (1<<16)>>shift, 1); in h263_mv4_search()
958 dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, 0, s->p_mv_table, (1<<16)>>shift, 0, 16); in ff_estimate_p_frame_motion()
1079 P_LEFT[0] = s->p_mv_table[xy + 1][0]; in ff_pre_estimate_p_frame_motion()
1080 P_LEFT[1] = s->p_mv_table[xy + 1][1]; in ff_pre_estimate_p_frame_motion()
1091 P_TOP[0] = s->p_mv_table[xy + s->mb_stride ][0]; in ff_pre_estimate_p_frame_motion()
1092 P_TOP[1] = s->p_mv_table[xy + s->mb_stride ][1]; in ff_pre_estimate_p_frame_motion()
1093 P_TOPRIGHT[0] = s->p_mv_table[xy + s->mb_stride - 1][0]; in ff_pre_estimate_p_frame_motion()
1094 P_TOPRIGHT[1] = s->p_mv_table[xy + s->mb_stride - 1][1]; in ff_pre_estimate_p_frame_motion()
1106 dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, 0, s->p_mv_table, (1<<16)>>shift, 0, 16); in ff_pre_estimate_p_frame_motion()
1108 s->p_mv_table[xy][0] = mx<<shift; in ff_pre_estimate_p_frame_motion()
1109 s->p_mv_table[xy][1] = my<<shift; in ff_pre_estimate_p_frame_motion()
1161 dmin = ff_epzs_motion_search(s, &mx, &my, P, 0, ref_index, s->p_mv_table, mv_scale, 0, 16); in estimate_motion_b()