Searched refs:scale (Results 1 – 3 of 3) sorted by relevance
251 .scale = 0x0FDE2,258 .scale = 0x0F183,
1063 uint32_t scale = txShape->scale; in LRF_programShape() local1064 uint32_t deviationFactor2 = ((((deviationFactor1 >> 15) * scale) >> 1) + in LRF_programShape()1065 (((deviationFactor1 & 0x7FFF) * scale) >> 16) + (1 << 4)) >> 5; in LRF_programShape()
212 uint32_t scale :17; member