Searched refs:pEncFeatures (Results 1 – 2 of 2) sorted by relevance
373 IMG_ENCODE_FEATURES * pEncFeatures = &ctx->sEncFeatures; in tng__setup_enc_profile_features() local375 pEncFeatures->bDisableBPicRef_0 = IMG_FALSE; in tng__setup_enc_profile_features()376 pEncFeatures->bDisableBPicRef_1 = IMG_FALSE; in tng__setup_enc_profile_features()378 pEncFeatures->bDisableInter8x8 = IMG_FALSE; in tng__setup_enc_profile_features()379 pEncFeatures->bRestrictInter4x4 = IMG_FALSE; in tng__setup_enc_profile_features()381 pEncFeatures->bDisableIntra4x4 = IMG_FALSE; in tng__setup_enc_profile_features()382 pEncFeatures->bDisableIntra8x8 = IMG_FALSE; in tng__setup_enc_profile_features()383 pEncFeatures->bDisableIntra16x16 = IMG_FALSE; in tng__setup_enc_profile_features()385 pEncFeatures->bEnable8x16MVDetect = IMG_TRUE; in tng__setup_enc_profile_features()386 pEncFeatures->bEnable16x8MVDetect = IMG_TRUE; in tng__setup_enc_profile_features()[all …]
1212 IMG_ENCODE_FEATURES * pEncFeatures = &ctx->sEncFeatures; in tng_H264ES_setup_profile_features() local1213 pEncFeatures->bEnable8x16MVDetect = IMG_TRUE; in tng_H264ES_setup_profile_features()1214 pEncFeatures->bEnable16x8MVDetect = IMG_TRUE; in tng_H264ES_setup_profile_features()