Searched refs:SOLO_MOTION_SZ (Results 1 – 3 of 3) sorted by relevance
221 for (y = 0; y < SOLO_MOTION_SZ; y++) { in solo_set_motion_block()222 for (x = 0; x < SOLO_MOTION_SZ; x++) in solo_set_motion_block()223 buf[x] = cpu_to_le16(thresholds[y * SOLO_MOTION_SZ + x]); in solo_set_motion_block()
108 #define SOLO_MOTION_SZ (45) macro
1221 .dims = { SOLO_MOTION_SZ, SOLO_MOTION_SZ },