Home | History | Annotate | Download | only in src

Lines Matching refs:pEncFeatures

373     IMG_ENCODE_FEATURES * pEncFeatures = &ctx->sEncFeatures;
375 pEncFeatures->bDisableBPicRef_0 = IMG_FALSE;
376 pEncFeatures->bDisableBPicRef_1 = IMG_FALSE;
378 pEncFeatures->bDisableInter8x8 = IMG_FALSE;
379 pEncFeatures->bRestrictInter4x4 = IMG_FALSE;
381 pEncFeatures->bDisableIntra4x4 = IMG_FALSE;
382 pEncFeatures->bDisableIntra8x8 = IMG_FALSE;
383 pEncFeatures->bDisableIntra16x16 = IMG_FALSE;
385 pEncFeatures->bEnable8x16MVDetect = IMG_TRUE;
386 pEncFeatures->bEnable16x8MVDetect = IMG_TRUE;
387 pEncFeatures->bDisableBFrames = IMG_FALSE;
389 pEncFeatures->eMinBlkSz = BLK_SZ_DEFAULT;
393 pEncFeatures->bDisableInter8x8 = IMG_TRUE;
394 pEncFeatures->bRestrictInter4x4 = IMG_TRUE;
395 pEncFeatures->bDisableIntra4x4 = IMG_TRUE;
396 pEncFeatures->bDisableIntra8x8 = IMG_TRUE;
397 pEncFeatures->bRestrictInter4x4 = IMG_TRUE;
398 pEncFeatures->eMinBlkSz = BLK_SZ_16x16;
399 pEncFeatures->bDisableBFrames = IMG_TRUE;
403 pEncFeatures->bDisableBPicRef_0 = IMG_FALSE;
404 pEncFeatures->bDisableBPicRef_1 = IMG_FALSE;
406 pEncFeatures->bDisableInter8x8 = IMG_FALSE;
407 pEncFeatures->bRestrictInter4x4 = IMG_FALSE;
409 pEncFeatures->bDisableIntra4x4 = IMG_FALSE;
410 pEncFeatures->bDisableIntra8x8 = IMG_FALSE;
411 pEncFeatures->bDisableIntra16x16 = IMG_FALSE;
413 pEncFeatures->bEnable8x16MVDetect = IMG_TRUE;
414 pEncFeatures->bEnable16x8MVDetect = IMG_TRUE;
419 pEncFeatures->bEnable8x16MVDetect = IMG_FALSE;
420 pEncFeatures->bEnable16x8MVDetect = IMG_FALSE;