Home
last modified time | relevance | path

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

/external/libgdx/gdx/jni/gdx2d/
Djpgd.cpp1436 memset(m_last_dc_val, 0, sizeof(m_last_dc_val)); in init()
1744 memset(&m_last_dc_val, 0, m_comps_in_frame * sizeof(uint)); in process_restart()
1781 m_last_dc_val[component_id] = (s += m_last_dc_val[component_id]); in decode_next_row()
2453 memset(m_last_dc_val, 0, m_comps_in_frame * sizeof(uint)); in init_scan()
2612 pD->m_last_dc_val[component_id] = (s += pD->m_last_dc_val[component_id]); in decode_block_dc_first()
Djpgd.h246 uint m_last_dc_val[JPGD_MAX_COMPONENTS]; variable