• Home
  • Raw
  • Download

Lines Matching refs:ui32IPEControl

428     IMG_UINT32 ui32IPEControl = 0;  in tng__patch_hw_profile()  local
448 ui32IPEControl |= F_ENCODE(1, TOPAZHP_CR_IPE_MV_NUMBER_RESTRICTION); in tng__patch_hw_profile()
463 ui32IPEControl |= F_ENCODE(psEncFeatures->eMinBlkSz, TOPAZHP_CR_IPE_BLOCKSIZE); in tng__patch_hw_profile()
466 ui32IPEControl |= F_ENCODE(1, TOPAZHP_CR_IPE_8X16_ENABLE); in tng__patch_hw_profile()
469 ui32IPEControl |= F_ENCODE(1, TOPAZHP_CR_IPE_16X8_ENABLE); in tng__patch_hw_profile()
475 ctx->ui32IPEControl = ui32IPEControl; in tng__patch_hw_profile()
1657 IMG_UINT32 ui32IPEControl, in tng__save_slice_params_template() argument
1678 slice_temp_p->ui32IPEControl = ui32IPEControl; in tng__save_slice_params_template()
1707 IMG_UINT32 ui32IPEControl; in tng__prepare_encode_sliceparams() local
1722 ui32IPEControl = ctx->ui32IPEControl; in tng__prepare_encode_sliceparams()
1731 blkSz = F_EXTRACT(ui32IPEControl, TOPAZHP_CR_IPE_BLOCKSIZE); in tng__prepare_encode_sliceparams()
1733 ui32IPEControl &= ~(F_MASK(TOPAZHP_CR_IPE_BLOCKSIZE)); in tng__prepare_encode_sliceparams()
1755 ui32IPEControl |= F_ENCODE(iFineYSearchSize, TOPAZHP_CR_IPE_LRITC_BOUNDARY) | in tng__prepare_encode_sliceparams()
1758 ui32IPEControl |= F_ENCODE(iFineYSearchSize + 1, TOPAZHP_CR_IPE_LRITC_BOUNDARY) | in tng__prepare_encode_sliceparams()
1763 ui32IPEControl |= F_ENCODE(1, TOPAZHP_CR_IPE_MV_NUMBER_RESTRICTION); in tng__prepare_encode_sliceparams()
1768 ui32IPEControl = F_ENCODE(iFineYSearchSize + 1, TOPAZHP_CR_IPE_LRITC_BOUNDARY) | in tng__prepare_encode_sliceparams()
1776 ui32IPEControl |= F_ENCODE(iFineYSearchSize + 1, TOPAZHP_CR_IPE_LRITC_BOUNDARY) | in tng__prepare_encode_sliceparams()
1783 ui32IPEControl |= F_ENCODE(iFineYSearchSize + 1, TOPAZHP_CR_IPE_LRITC_BOUNDARY) | in tng__prepare_encode_sliceparams()
1799 ui32IPEControl |= F_ENCODE(blkSz, TOPAZHP_CR_IPE_BLOCKSIZE); in tng__prepare_encode_sliceparams()
1806 ui32IPEControl = F_INSERT(ui32IPEControl, blkSz, TOPAZHP_CR_IPE_BLOCKSIZE); in tng__prepare_encode_sliceparams()
1807 ui32IPEControl = F_INSERT(ui32IPEControl, iFineYSearchSize, TOPAZHP_CR_IPE_Y_FINE_SEARCH); in tng__prepare_encode_sliceparams()
1808ui32IPEControl = F_INSERT(ui32IPEControl, ctx->bLimitNumVectors, TOPAZHP_CR_IPE_MV_NUMBER_RESTRICT… in tng__prepare_encode_sliceparams()
1810ui32IPEControl = F_INSERT(ui32IPEControl, uLritcBoundary, TOPAZHP_CR_IPE_LRITC_BOUNDARY); // 8x8 … in tng__prepare_encode_sliceparams()
1811ui32IPEControl = F_INSERT(ui32IPEControl, bRestrict4x4SearchSize ? 0 : 1, TOPAZHP_CR_IPE_4X4_SEARC… in tng__prepare_encode_sliceparams()
1814 ui32IPEControl = F_INSERT(ui32IPEControl, ctx->bHighLatency, TOPAZHP_CR_IPE_HIGH_LATENCY); in tng__prepare_encode_sliceparams()
1989 ui32IPEControl, ui32Flags, ui32SliceConfig, ui32SeqConfig, ui32StreamIndex); in tng__prepare_encode_sliceparams()