Home
last modified time | relevance | path

Searched refs:code_count (Results 1 – 4 of 4) sorted by relevance

/external/opencv/otherlibs/highgui/
Dbitstrm.cpp606 int code_count = src[k++]; in bsCreateDecodeHuffmanTable() local
610 k += code_count; in bsCreateDecodeHuffmanTable()
612 for( code_count += k; k < code_count; k++ ) in bsCreateDecodeHuffmanTable()
649 int code_count = src[k++]; in bsCreateDecodeHuffmanTable() local
650 for( code_count += k; k < code_count; k++ ) in bsCreateDecodeHuffmanTable()
694 int code_count = src[i - 1]; in bsCreateSourceHuffmanTable() local
695 dst[0] = code_count; in bsCreateSourceHuffmanTable()
697 for( int k = 0; k < code_count; k++ ) in bsCreateSourceHuffmanTable()
701 code += code_count; in bsCreateSourceHuffmanTable()
702 dst += code_count + 1; in bsCreateSourceHuffmanTable()
[all …]
/external/freetype/src/sfnt/
Dttcmap.c336 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local
341 code_count = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
346 if ( code_count == 0 ) in FT_CALLBACK_DEF()
352 if ( first_code >= 256 || first_code + code_count > 256 ) in FT_CALLBACK_DEF()
363 if ( ids < glyph_ids || ids + code_count*2 > table + length ) in FT_CALLBACK_DEF()
369 FT_Byte* limit = p + code_count * 2; in FT_CALLBACK_DEF()
/external/chromium_org/third_party/freetype/src/sfnt/
Dttcmap.c323 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local
329 code_count = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
334 if ( code_count == 0 ) in FT_CALLBACK_DEF()
340 if ( first_code >= 256 || first_code + code_count > 256 ) in FT_CALLBACK_DEF()
348 if ( ids < glyph_ids || ids + code_count*2 > table + length ) in FT_CALLBACK_DEF()
354 FT_Byte* limit = p + code_count * 2; in FT_CALLBACK_DEF()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
Dttcmap.c323 FT_UInt first_code, code_count, offset; in FT_CALLBACK_DEF() local
329 code_count = TT_NEXT_USHORT( p ); in FT_CALLBACK_DEF()
334 if ( code_count == 0 ) in FT_CALLBACK_DEF()
340 if ( first_code >= 256 || first_code + code_count > 256 ) in FT_CALLBACK_DEF()
348 if ( ids < glyph_ids || ids + code_count*2 > table + length ) in FT_CALLBACK_DEF()
354 FT_Byte* limit = p + code_count * 2; in FT_CALLBACK_DEF()