• Home
  • Raw
  • Download

Lines Matching refs:mb_xy

204     int mb_xy = sl->mb_xy, mb_y = sl->mb_y;  in pred_spatial_direct_motion()  local
286 if (IS_INTERLACED(sl->ref_list[1][0].parent->mb_type[mb_xy])) { // AFL/AFR/FR/FL -> AFL/FL in pred_spatial_direct_motion()
289 mb_xy = sl->mb_x + in pred_spatial_direct_motion()
294 mb_xy += h->mb_stride * sl->col_fieldoff; // non-zero for FL -> FL & differ parity in pred_spatial_direct_motion()
300 mb_xy = (sl->mb_y & ~1) * h->mb_stride + sl->mb_x; in pred_spatial_direct_motion()
301 mb_type_col[0] = sl->ref_list[1][0].parent->mb_type[mb_xy]; in pred_spatial_direct_motion()
302 mb_type_col[1] = sl->ref_list[1][0].parent->mb_type[mb_xy + h->mb_stride]; in pred_spatial_direct_motion()
322 mb_type_col[1] = sl->ref_list[1][0].parent->mb_type[mb_xy]; in pred_spatial_direct_motion()
344 l1mv0 = (void*)&sl->ref_list[1][0].parent->motion_val[0][h->mb2b_xy[mb_xy]]; in pred_spatial_direct_motion()
345 l1mv1 = (void*)&sl->ref_list[1][0].parent->motion_val[1][h->mb2b_xy[mb_xy]]; in pred_spatial_direct_motion()
346 l1ref0 = &sl->ref_list[1][0].parent->ref_index[0][4 * mb_xy]; in pred_spatial_direct_motion()
347 l1ref1 = &sl->ref_list[1][0].parent->ref_index[1][4 * mb_xy]; in pred_spatial_direct_motion()
491 int mb_xy = sl->mb_xy, mb_y = sl->mb_y; in pred_temp_direct_motion() local
504 if (IS_INTERLACED(sl->ref_list[1][0].parent->mb_type[mb_xy])) { // AFL/AFR/FR/FL -> AFL/FL in pred_temp_direct_motion()
507 mb_xy = sl->mb_x + in pred_temp_direct_motion()
512 mb_xy += h->mb_stride * sl->col_fieldoff; // non-zero for FL -> FL & differ parity in pred_temp_direct_motion()
518 mb_xy = sl->mb_x + (sl->mb_y & ~1) * h->mb_stride; in pred_temp_direct_motion()
519 mb_type_col[0] = sl->ref_list[1][0].parent->mb_type[mb_xy]; in pred_temp_direct_motion()
520 mb_type_col[1] = sl->ref_list[1][0].parent->mb_type[mb_xy + h->mb_stride]; in pred_temp_direct_motion()
543 mb_type_col[1] = sl->ref_list[1][0].parent->mb_type[mb_xy]; in pred_temp_direct_motion()
568 l1mv0 = (void*)&sl->ref_list[1][0].parent->motion_val[0][h->mb2b_xy[mb_xy]]; in pred_temp_direct_motion()
569 l1mv1 = (void*)&sl->ref_list[1][0].parent->motion_val[1][h->mb2b_xy[mb_xy]]; in pred_temp_direct_motion()
570 l1ref0 = &sl->ref_list[1][0].parent->ref_index[0][4 * mb_xy]; in pred_temp_direct_motion()
571 l1ref1 = &sl->ref_list[1][0].parent->ref_index[1][4 * mb_xy]; in pred_temp_direct_motion()