Searched refs:iScale (Results 1 – 1 of 1) sorted by relevance
1153 IMG_INT iScale; in tng_update_driver_mv_scaling() local1160 iScale = (iRef1Dist << 8) / iRef0Dist; in tng_update_driver_mv_scaling()1162 if (iScale > 1023) iScale = 1023; in tng_update_driver_mv_scaling()1163 if (iScale < -1024) iScale = -1024; in tng_update_driver_mv_scaling()1165 uMvCalcBelow |= F_ENCODE(iScale, TOPAZHP_CR_PIC1_DIST_SCALE_FACTOR); in tng_update_driver_mv_scaling()