Searched refs:new_shift (Results 1 – 1 of 1) sorted by relevance
204 int8_t new_shift = ilog2(header_scale - 1) + 1; in sensor_submit_fallback_sync() local208 if (header->shift < new_shift) { in sensor_submit_fallback_sync()215 q[q_idx] = q[q_idx] >> (new_shift - header->shift); in sensor_submit_fallback_sync()217 header->shift = new_shift; in sensor_submit_fallback_sync()