Searched defs:ref_row (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.c27 const uint8_t *ref_row = src - x - y * src_stride; local
30 ref_row += (h - 1) * src_stride;
32 ref_row += y * src_stride;
50 memset(dst, ref_row[0], left);
53 memcpy(dst + left, ref_row + x + left, copy);
56 memset(dst + left + copy, ref_row[w - 1], right);
62 ref_row += src_stride;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c27 const uint8_t *ref_row = src - x - y * src_stride; local
30 ref_row += (h - 1) * src_stride;
32 ref_row += y * src_stride;
50 memset(dst, ref_row[0], left);
53 memcpy(dst + left, ref_row + x + left, copy);
56 memset(dst + left + copy, ref_row[w - 1], right);
62 ref_row += src_stride;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c1072 int ref_row; local
1089 ref_row = ref_mv->as_mv.row;
1092 best_mv->as_mv.row = ref_row;
1096 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1196 int ref_row; local
1213 ref_row = ref_mv->as_mv.row;
1216 best_mv->as_mv.row = ref_row;
1220 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1351 int ref_row = ref_mv->as_mv.row; local
1354 int row_min = ref_row
1447 int ref_row = ref_mv->as_mv.row; local
1581 int ref_row = ref_mv->as_mv.row; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c1071 int ref_row; local
1088 ref_row = ref_mv->as_mv.row;
1091 best_mv->as_mv.row = ref_row;
1095 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1195 int ref_row; local
1212 ref_row = ref_mv->as_mv.row;
1215 best_mv->as_mv.row = ref_row;
1219 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1350 int ref_row = ref_mv->as_mv.row; local
1353 int row_min = ref_row
1446 int ref_row = ref_mv->as_mv.row; local
1580 int ref_row = ref_mv->as_mv.row; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c1056 int ref_row; local
1069 ref_row = ref_mv->row;
1072 best_mv->row = ref_row;
1076 in_what = xd->plane[0].pre[0].buf + ref_row * in_what_stride + ref_col;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c892 int ref_row, ref_col; local
910 ref_row = ref_mv->row;
913 best_mv->row = ref_row;
917 in_what = xd->plane[0].pre[0].buf + ref_row * in_what_stride + ref_col;
924 start_row = MAX(-range, x->mv_row_min - ref_row);
926 end_row = MIN(range, x->mv_row_max - ref_row);
941 const MV this_mv = {ref_row + tr, ref_col + tc + i};
959 const MV this_mv = {ref_row + tr, ref_col + tc + i};
1089 int ref_row; local
1106 ref_row
1338 int ref_row = ref_mv->row; local
1429 int ref_row = ref_mv->row; local
[all...]

Completed in 115 milliseconds