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

/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp361 int pal_length = -1; local
483 pal_length = count / 3;
484 if( pal_length > 256 )
486 for( i = 0; i < pal_length; i++ )
489 m_palette[i].g = (uchar)(m_temp_palette[i + pal_length] >> 8);
490 m_palette[i].b = (uchar)(m_temp_palette[i + pal_length*2] >> 8);
517 photometric == 3 && pal_length == (1 << m_bpp)) &&
520 if( pal_length < 0 )
531 else if( photometric == 2 && pal_length < 0 &&

Completed in 51 milliseconds