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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c1073 int ref_row; local
1090 ref_row = ref_mv->as_mv.row;
1093 best_mv->as_mv.row = ref_row;
1097 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1197 int ref_row; local
1214 ref_row = ref_mv->as_mv.row;
1217 best_mv->as_mv.row = ref_row;
1221 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1352 int ref_row = ref_mv->as_mv.row; local
1355 int row_min = ref_row
1448 int ref_row = ref_mv->as_mv.row; local
1582 int ref_row = ref_mv->as_mv.row; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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};
997 int ref_row, ref_col; local
1012 ref_row
1106 int ref_row; local
1355 int ref_row = ref_mv->row; local
1446 int ref_row = ref_mv->row; local
[all...]

Completed in 11 milliseconds