Home | History | Annotate | Download | only in encoder

Lines Matching refs:ref_row

1093   int ref_row, ref_col;
1109 ref_row = ref_mv->as_mv.row;
1112 best_mv->as_mv.row = ref_row;
1117 (ref_row * (xd->plane[0].pre[0].stride)) + ref_col);
1235 int ref_row;
1253 ref_row = ref_mv->as_mv.row;
1256 best_mv->as_mv.row = ref_row;
1261 (ref_row * (xd->plane[0].pre[0].stride)) + ref_col);
1481 int ref_row = ref_mv->as_mv.row;
1484 int row_min = ref_row - distance;
1485 int row_max = ref_row + distance;
1498 bestaddress = in_what + (ref_row * xd->plane[0].pre[0].stride) + ref_col;
1500 best_mv->as_mv.row = ref_row;
1570 int ref_row = ref_mv->as_mv.row;
1573 int row_min = ref_row - distance;
1574 int row_max = ref_row + distance;
1589 bestaddress = in_what + (ref_row * xd->plane[0].pre[0].stride) + ref_col;
1591 best_mv->as_mv.row = ref_row;
1692 int ref_row = ref_mv->as_mv.row;
1695 int row_min = ref_row - distance;
1696 int row_max = ref_row + distance;
1712 bestaddress = in_what + (ref_row * xd->plane[0].pre[0].stride) + ref_col;
1714 best_mv->as_mv.row = ref_row;