Searched defs:ref_col (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c1074 int ref_col; local
1091 ref_col = ref_mv->as_mv.col;
1094 best_mv->as_mv.col = ref_col;
1097 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1198 int ref_col; local
1215 ref_col = ref_mv->as_mv.col;
1218 best_mv->as_mv.col = ref_col;
1221 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1353 int ref_col = ref_mv->as_mv.col; local
1357 int col_min = ref_col
1449 int ref_col = ref_mv->as_mv.col; local
1583 int ref_col = ref_mv->as_mv.col; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c892 int ref_row, ref_col; local
911 ref_col = ref_mv->col;
914 best_mv->col = ref_col;
917 in_what = xd->plane[0].pre[0].buf + ref_row * in_what_stride + ref_col;
925 start_col = MAX(-range, x->mv_col_min - ref_col);
927 end_col = MIN(range, x->mv_col_max - ref_col);
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
1013 ref_col
1107 int ref_col; local
1356 int ref_col = ref_mv->col; local
1447 int ref_col = ref_mv->col; local
[all...]

Completed in 31 milliseconds