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

/hardware/samsung_slsi/exynos5/librotator/
H A Dexynos_rotator.c266 unsigned int *new_h; local
272 new_h = w;
277 new_h = h;
299 *new_h = ALIGN(*new_h, 16);
306 *new_h = ALIGN(*new_h, 8);
325 *new_h = ALIGN(*new_h, 4);
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c248 unsigned int *new_h; local
253 new_h = h;
278 *new_h = m_exynos_gsc_multiple_of_n(*new_h, 2);

Completed in 53 milliseconds