Home | History | Annotate | Download | only in highgui

Lines Matching defs:ht_size

978     int  i, ht_size;
992 for( i = 0, ht_size = 0; i < max_bits; i++ ) ht_size += buffer[i];
994 if( length < ht_size ) return false;
995 length -= ht_size;
997 lstrm.GetBytes( buffer + max_bits, ht_size );