Searched defs:uv_step_size (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/usbvision/
H A Dusbvision-core.c884 const int uv_step[] = { 0, 0, 0, 4 }, uv_step_size = 4; local
1115 scratch_inc_extra_ptr(&u_ptr, uv_step[block % uv_step_size]
1117 scratch_inc_extra_ptr(&v_ptr, uv_step[(block + 2 * block_split) % uv_step_size]

Completed in 26 milliseconds