Home
last modified time | relevance | path

Searched refs:ui8EnableSelStatsFlags (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.h403 …IMG_UINT8 ui8EnableSelStatsFlags; //!< Flags to enable selective first-pass statistics gatheri… member
Dtng_hostcode.c751 ctx->ui8EnableSelStatsFlags = IMG_FALSE;//Default Value ?? Extended Parameter ?? in tng__init_context()
1967 if (ctx->ui8EnableSelStatsFlags & ESF_FIRST_STAGE_STATS) { in tng__prepare_encode_sliceparams()
1971 if (ctx->ui8EnableSelStatsFlags & ESF_MP_BEST_MB_DECISION_STATS || in tng__prepare_encode_sliceparams()
1972 ctx->ui8EnableSelStatsFlags & ESF_MP_BEST_MOTION_VECTOR_STATS) { in tng__prepare_encode_sliceparams()
1975 if (!(ctx->ui8EnableSelStatsFlags & ESF_MP_BEST_MOTION_VECTOR_STATS)) { in tng__prepare_encode_sliceparams()
3129 if (ctx->ui8EnableSelStatsFlags & ESF_FIRST_STAGE_STATS) { in tng__setvideo_cmdbuf()
3136 if (ctx->ui8EnableSelStatsFlags & ESF_MP_BEST_MB_DECISION_STATS in tng__setvideo_cmdbuf()
3137 || ctx->ui8EnableSelStatsFlags & ESF_MP_BEST_MOTION_VECTOR_STATS) { in tng__setvideo_cmdbuf()
Dtng_H264ES.c420 ctx->ui8EnableSelStatsFlags |= ESF_FIRST_STAGE_STATS; in tng__H264ES_process_misc_air_param()
421 ctx->ui8EnableSelStatsFlags |= ESF_MP_BEST_MB_DECISION_STATS; in tng__H264ES_process_misc_air_param()
Dtng_cmdbuf.c463 *cmdbuf->cmd_idx++ = ctx->ui8EnableSelStatsFlags; in tng_cmdbuf_insert_command()
Dtng_hostair.c662 if ((ctx->ui8EnableSelStatsFlags & ESF_MP_BEST_MOTION_VECTOR_STATS)) in tng__calc_air_inp_ctrl_buf()