Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c1117 IMG_UINT32 uMvCalcBelow = 0; in tng_update_driver_mv_scaling() local
1137 uMvCalcBelow |= F_ENCODE(iDistScale, TOPAZHP_CR_PIC0_DIST_SCALE_FACTOR); in tng_update_driver_mv_scaling()
1146 uMvCalcBelow |= F_ENCODE(iDistScale, TOPAZHP_CR_PIC1_DIST_SCALE_FACTOR); in tng_update_driver_mv_scaling()
1149 uMvCalcBelow |= F_ENCODE(1 << 8, TOPAZHP_CR_PIC0_DIST_SCALE_FACTOR); in tng_update_driver_mv_scaling()
1165 uMvCalcBelow |= F_ENCODE(iScale, TOPAZHP_CR_PIC1_DIST_SCALE_FACTOR); in tng_update_driver_mv_scaling()
1167 uMvCalcBelow |= F_ENCODE(1 << 8, TOPAZHP_CR_PIC1_DIST_SCALE_FACTOR); in tng_update_driver_mv_scaling()
1205 * pui32MVCalc_Below = uMvCalcBelow; in tng_update_driver_mv_scaling()