Searched refs:m_last_dc_val (Results 1 – 2 of 2) sorted by relevance
1436 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()
246 uint m_last_dc_val[JPGD_MAX_COMPONENTS]; variable