/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | huffman_encode_utils.c | 268 ++tokens; in CodeRepeatedValues() 277 ++tokens; in CodeRepeatedValues() 283 ++tokens; in CodeRepeatedValues() 288 ++tokens; in CodeRepeatedValues() 292 return tokens; in CodeRepeatedValues() 303 ++tokens; in CodeRepeatedZeros() 309 ++tokens; in CodeRepeatedZeros() 314 ++tokens; in CodeRepeatedZeros() 319 ++tokens; in CodeRepeatedZeros() 323 return tokens; in CodeRepeatedZeros() [all …]
|
A D | huffman_encode_utils.h | 47 HuffmanTreeToken* tokens, int max_tokens);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | token_enc.c | 145 AddConstantToken(tokens, v == 6, 159); in VP8RecordCoeffTokens() 147 AddConstantToken(tokens, v >= 9, 165); in VP8RecordCoeffTokens() 148 AddConstantToken(tokens, !(v & 1), 145); in VP8RecordCoeffTokens() 155 AddToken(tokens, 0, base_id + 8, s + 8); in VP8RecordCoeffTokens() 156 AddToken(tokens, 0, base_id + 9, s + 9); in VP8RecordCoeffTokens() 161 AddToken(tokens, 0, base_id + 8, s + 8); in VP8RecordCoeffTokens() 187 AddConstantToken(tokens, sign, 128); in VP8RecordCoeffTokens() 208 const token_t* const tokens = TOKEN_DATA(p); in VP8EmitTokens() local 210 const token_t token = tokens[n]; in VP8EmitTokens() 234 const token_t* const tokens = TOKEN_DATA(p); in VP8EstimateTokenSize() local [all …]
|
A D | vp8l_enc.c | 567 const int ix = tokens[i].code; in StoreHuffmanTreeToBitMask() 605 ++histogram[tokens[i].code]; in StoreFullHuffmanCode() 783 HuffmanTreeToken* tokens = NULL; in EncodeImageNoHuffman() local 836 tokens = (HuffmanTreeToken*)WebPSafeMalloc(max_tokens, sizeof(*tokens)); in EncodeImageNoHuffman() 837 if (tokens == NULL) { in EncodeImageNoHuffman() 854 WebPSafeFree(tokens); in EncodeImageNoHuffman() 1017 tokens = (HuffmanTreeToken*)WebPSafeMalloc(max_tokens, sizeof(*tokens)); in EncodeImageInternal() 1018 if (tokens == NULL) { in EncodeImageInternal() 1042 WebPSafeFree(tokens); in EncodeImageInternal() 1043 tokens = NULL; in EncodeImageInternal() [all …]
|
A D | frame_enc.c | 409 VP8TBuffer* const tokens) { in RecordTokens() argument 420 VP8RecordCoeffTokens(ctx, &res, tokens); in RecordTokens() 432 VP8RecordCoeffTokens(ctx, &res, tokens); in RecordTokens() 444 VP8RecordCoeffTokens(ctx, &res, tokens); in RecordTokens() 449 return !tokens->error_; in RecordTokens()
|
A D | vp8i_enc.h | 337 VP8TBuffer* const tokens);
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/ |
A D | nimble_npl_os.c | 328 ble_npl_error_t ble_npl_sem_init(struct ble_npl_sem *sem, uint16_t tokens) { in ble_npl_sem_init() argument 329 DEBUG_SEM_printf("ble_npl_sem_init(%p, %u)\n", sem, (uint)tokens); in ble_npl_sem_init() 330 sem->count = tokens; in ble_npl_sem_init()
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | psobjs.h | 89 T1_Token tokens,
|
A D | psobjs.c | 723 T1_Token tokens, in ps_parser_to_token_array() argument 739 T1_Token cur = tokens; in ps_parser_to_token_array() 756 if ( tokens != NULL && cur < limit ) in ps_parser_to_token_array() 762 *pnum_tokens = (FT_Int)( cur - tokens ); in ps_parser_to_token_array()
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/autopatch/ |
A D | auto_patch.bat | 126 for /F "tokens=1,2 delims=, " %%1 in ("!argv!") do (%\n%
|
/AliOS-Things-master/hardware/chip/rtl872xd/script/ |
A D | postbuild_img2.bat | 61 ::for /f "tokens=1,2,3,4,5*" %%i in ('findstr /rg "symbol" test.txt') do (
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | psaux.h | 386 T1_Token tokens,
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | kconfiglib.py | 1917 tokens = [token] 2006 val if token in _STRING_LEX or tokens[0] is _T_OPTION \ 2070 tokens.append(token) 2074 tokens.append(None) 2076 return tokens
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | kconfiglib.py | 1917 tokens = [token] 2006 val if token in _STRING_LEX or tokens[0] is _T_OPTION \ 2070 tokens.append(token) 2074 tokens.append(None) 2076 return tokens
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 910 # If true, vbrace tokens are dropped to the previous token and skipped. 1335 # If true, the tokens after return are indented with regular single indentation. By default (false)…
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 3389 c8f24165 Merge "add assert(tokens)" 3390 43239947 add assert(tokens)
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 2764 to join tokens in the output and rewrite *.dfn to use this. 3205 Added a make macro DFNCPP that is a CPP that will accept the tokens in
|