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

  /hardware/intel/img/psb_video/src/
tng_hostcode.h 234 IMG_INT16 i16AIRSkipCnt;
410 IMG_INT16 i16AIRSkipCnt; //?!< n = Number of MBs to skip in AIR Table between frames, -1 = Random (0 - NumAIRMbs) skip between frames in AIR table
tng_hostair.c 432 if (ctx->sAirInfo.i16AIRSkipCnt >= 0)
433 ui32Skip = ctx->sAirInfo.i16AIRSkipCnt;
703 drv_debug_msg(VIDEO_DEBUG_GENERAL,"Th:%u, MaxMbs:%u, Skp:%i\n", (unsigned int)ui32tSAD_Threshold, (unsigned int)ui32MaxMBs, ctx->sAirInfo.i16AIRSkipCnt);
    [all...]
tng_cmdbuf.c 454 *cmdbuf->cmd_idx++ = ctx->sAirInfo.i16AIRSkipCnt;
tng_H264ES.c 451 psAIRInfo->i16AIRSkipCnt = -1;
455 psAIRInfo->i16AIRSkipCnt = -1;
    [all...]
tng_hostcode.c 748 ctx->i16AIRSkipCnt = -1;
    [all...]

Completed in 419 milliseconds