Lines Matching refs:pMvElement
1253 IMG_MV_SETTINGS *pMvElement = NULL; in tng__prepare_mv_estimates() local
1266 …pMvElement = (IMG_MV_SETTINGS * ) ((IMG_UINT8 *) pHostMVSettingsBTable + MV_OFFSET_IN_TABLE(ui32Di… in tng__prepare_mv_estimates()
1267 …pMvElement->ui32MVCalc_Config= (DEFAULT_MVCALC_CONFIG|MASK_TOPAZHP_CR_MVCALC_GRID_DISABLE); // … in tng__prepare_mv_estimates()
1268 pMvElement->ui32MVCalc_Colocated=0x00100100;// default based on TRM in tng__prepare_mv_estimates()
1269 pMvElement->ui32MVCalc_Below=0x01000100; // default based on TRM in tng__prepare_mv_estimates()
1273 &pMvElement->ui32MVCalc_Below, in tng__prepare_mv_estimates()
1274 &pMvElement->ui32MVCalc_Colocated, in tng__prepare_mv_estimates()
1275 &pMvElement->ui32MVCalc_Config); in tng__prepare_mv_estimates()
1283 …pMvElement = (IMG_MV_SETTINGS * ) ((IMG_UINT8 *)pHostMVSettingsBTable + MV_OFFSET_IN_TABLE(ui32Dis… in tng__prepare_mv_estimates()
1285 … pHostMVSettingsHierarchical[ui32DistanceB].ui32MVCalc_Config = pMvElement->ui32MVCalc_Config; in tng__prepare_mv_estimates()
1286 …pHostMVSettingsHierarchical[ui32DistanceB].ui32MVCalc_Colocated = pMvElement->ui32MVCalc_Colocated; in tng__prepare_mv_estimates()
1287 … pHostMVSettingsHierarchical[ui32DistanceB].ui32MVCalc_Below = pMvElement->ui32MVCalc_Below; in tng__prepare_mv_estimates()