HomeSort by relevance Sort by last modified time
    Searched refs:MV_OFFSET_IN_TABLE (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/psb_video/src/
tng_enc_trace.h 95 #ifndef MV_OFFSET_IN_TABLE
96 #define MV_OFFSET_IN_TABLE(BDistance, Position) ((BDistance) * MV_ROW_STRIDE + (Position) * sizeof(IMG_MV_SETTINGS))
tng_hostdefs.h 72 #define MV_OFFSET_IN_TABLE(BDistance, Position) ((BDistance) * MV_ROW_STRIDE + (Position) * sizeof(IMG_MV_SETTINGS))
    [all...]
tng_enc_trace.c 310 IMG_MV_SETTINGS * pMvElement = (IMG_MV_SETTINGS * ) ((IMG_UINT8 *) pHostMVSettingsBTable + MV_OFFSET_IN_TABLE(ui32DistanceB, ui32Position - 1));
    [all...]
tng_hostcode.c     [all...]

Completed in 224 milliseconds