Searched refs:dng_lzw_expander (Results 1 – 1 of 1) sorted by relevance
383 class dng_lzw_expander class422 dng_lzw_expander ();439 dng_lzw_expander (const dng_lzw_expander &expander);441 dng_lzw_expander & operator= (const dng_lzw_expander &expander);447 dng_lzw_expander::dng_lzw_expander () in dng_lzw_expander() function in dng_lzw_expander469 void dng_lzw_expander::InitTable () in InitTable()493 void dng_lzw_expander::AddTable (int32 w, int32 k) in AddTable()524 bool dng_lzw_expander::GetCodeWord (int32 &code) in GetCodeWord()602 bool dng_lzw_expander::Expand (const uint8 *sPtr, in Expand()2299 dng_lzw_expander expander; in ReadTile()