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

  /hardware/intel/img/psb_video/src/
tng_hostcode.h 403 IMG_UINT8 ui8EnableSelStatsFlags; //!< Flags to enable selective first-pass statistics gathering by the hardware. Bit 1 - First Stage Motion Search Data, Bit 2 - Best Multipass MB Decision Data, Bit 3 - Best Multipass Motion Vectors. (First stage Table 2 motion vectors are always switched on)
tng_hostcode.c 751 ctx->ui8EnableSelStatsFlags = IMG_FALSE;//Default Value ?? Extended Parameter ??
    [all...]
tng_cmdbuf.c 463 *cmdbuf->cmd_idx++ = ctx->ui8EnableSelStatsFlags;
tng_H264ES.c 420 ctx->ui8EnableSelStatsFlags |= ESF_FIRST_STAGE_STATS;
421 ctx->ui8EnableSelStatsFlags |= ESF_MP_BEST_MB_DECISION_STATS;
    [all...]
tng_hostair.c 661 if ((ctx->ui8EnableSelStatsFlags & ESF_MP_BEST_MOTION_VECTOR_STATS))
    [all...]

Completed in 40 milliseconds