Searched refs:RowOffset (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostcode.c1357 IMG_UINT16 RowOffset; local
1393 RowOffset = CurrentRow - 32;
1394 if (RowOffset <= 0)
1395 RowOffset = 0;
1396 if (RowOffset > (ctx->Height - 80))
1397 RowOffset = (ctx->Height - 80);
1441 RELOC_SLICE_PARAMS(&(psSliceParams->RefYBase), 16 * RowOffset, psRef);
1443 ref_surface->psb_surface->stride * ref_surface->height + (RowOffset * 16 / 2),
/hardware/intel/img/psb_video/src/
H A Dpnw_hostcode.c1853 IMG_INT16 RowOffset; local
1905 RowOffset = CurrentRow - SearchTopOffset;
1906 if (RowOffset <= 0)
1907 RowOffset = 0;
1908 if (RowOffset > (ctx->Height - SearchHeight))
1909 RowOffset = (ctx->Height - SearchHeight);
1955 RELOC_SLICE_PARAMS_PNW(&(psSliceParams->RefYBase), 256 * RowOffset / 16, psRef);
1957 ref_surface->psb_surface->stride * ref_surface->height + (RowOffset * 128 / 16),

Completed in 36 milliseconds