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

/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/libvpx/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/vp9/encoder/
H A Dvp9_mcomp.c870 int ref_row; local
883 ref_row = ref_mv->row;
886 best_mv->row = ref_row;
890 in_what = xd->plane[0].pre[0].buf + ref_row * in_what_stride + ref_col;

Completed in 110 milliseconds