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

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostcode.c1349 IMG_UINT16 CurrentRow,
1373 psSliceParams->SliceStartRowNum = CurrentRow / 16;
1393 RowOffset = CurrentRow - 32;
1346 lnc__send_encode_slice_params( context_ENC_p ctx, IMG_BOOL IsIntra, IMG_UINT16 CurrentRow, IMG_BOOL DeblockSlice, IMG_UINT32 FrameNum, IMG_UINT16 SliceHeight, IMG_UINT16 CurrentSlice, IMG_UINT32 MaxSliceSize) argument
/hardware/intel/img/psb_video/src/
H A Dpnw_hostcode.c1846 IMG_UINT16 CurrentRow,
1862 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Send encode slice parmas, Is Intra:%d, CurrentRow:%d" \
1864 IsIntra, CurrentRow, DeblockIDC, FrameNum, SliceHeight, CurrentSlice);
1874 psSliceParams->SliceStartRowNum = CurrentRow / 16;
1905 RowOffset = CurrentRow - SearchTopOffset;
1962 //((CurrentRow * (ctx->Width)) / 256 + ctx->obj_context->slice_count) * sizeof(MTX_CURRENT_IN_PARAMS),
1967 //((CurrentRow * (ctx->Width)) / 256 + ctx->obj_context->slice_count) * sizeof(MTX_CURRENT_IN_PARAMS),
1843 pnw__send_encode_slice_params( context_ENC_p ctx, IMG_BOOL IsIntra, IMG_UINT16 CurrentRow, IMG_UINT8 DeblockIDC, IMG_UINT32 FrameNum, IMG_UINT16 SliceHeight, IMG_UINT16 CurrentSlice) argument

Completed in 57 milliseconds