Searched refs:m_last_dc_val (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/gdx/jni/gdx2d/
H A Djpgd.h246 uint m_last_dc_val[JPGD_MAX_COMPONENTS]; member in class:jpgd::jpeg_decoder
H A Djpgd.cpp1436 memset(m_last_dc_val, 0, sizeof(m_last_dc_val));
1744 memset(&m_last_dc_val, 0, m_comps_in_frame * sizeof(uint));
1781 m_last_dc_val[component_id] = (s += m_last_dc_val[component_id]);
2453 memset(m_last_dc_val, 0, m_comps_in_frame * sizeof(uint));
2612 pD->m_last_dc_val[component_id] = (s += pD->m_last_dc_val[component_id]);

Completed in 33 milliseconds