Home
last modified time | relevance | path

Searched refs:bWeightedPrediction (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostheader.h378 IMG_BOOL bWeightedPrediction,
Dtng_hostcode.h325 IMG_BOOL bWeightedPrediction; member
Dtng_MPEG4ES.c188 ctx->bWeightedPrediction = IMG_FALSE; in tng_MPEG4ES_CreateContext()
Dtng_H264ES.c182 ctx->bWeightedPrediction = IMG_FALSE; in tng__H264ES_init_context()
927 ctx->bWeightedPrediction = psPicParams->pic_fields.bits.weighted_pred_flag; in tng__H264ES_process_picture_param_base()
Dtng_H263ES.c176 ctx->bWeightedPrediction = IMG_FALSE; in tng_H263ES_CreateContext()
Dtng_hostcode.c729 … ctx->bWeightedPrediction = IMG_FALSE;//Weighted Prediction is not supported in TopazHP Version 3.0 in tng__init_context()
2908 psMtxEncContext->b8WeightedPredictionEnabled = ctx->bWeightedPrediction; in tng__setvideo_params()
3104 if (ctx->bWeightedPrediction || (ctx->ui8VPWeightedImplicitBiPred == WBI_EXPLICIT)) { in tng__setvideo_cmdbuf()
Dtng_hostheader.c2790 IMG_BOOL bWeightedPrediction, in tng__H264ES_prepare_picture_header() argument
2815 sPHParams.weighted_pred_flag = bWeightedPrediction; in tng__H264ES_prepare_picture_header()