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

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c498 static inline void m_scale1(float m[3], int from, int to) function
507 m_scale1(m[0], x_from, x_to);
508 m_scale1(m[1], y_from, y_to);
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c687 static inline void m_scale1(float m[3], int from, int to) function
696 m_scale1(m[0], x_from, x_to);
697 m_scale1(m[1], y_from, y_to);

Completed in 136 milliseconds