Searched refs:NSYMSDECODED (Results 1 – 1 of 1) sorted by relevance
29 uint32_t HCHEIGHT, NSYMSDECODED; in decode_Arith() local68 NSYMSDECODED = 0; in decode_Arith()69 while (NSYMSDECODED < SDNUMNEWSYMS) { in decode_Arith()82 if (NSYMSDECODED >= SDNUMNEWSYMS) in decode_Arith()91 SDNEWSYMS[NSYMSDECODED] = nullptr; in decode_Arith()92 NSYMSDECODED = NSYMSDECODED + 1; in decode_Arith()125 pDecoder->SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()135 for (size_t i = 0; i < NSYMSDECODED; ++i) in decode_Arith()187 SBNUMSYMS = SDNUMINSYMS + NSYMSDECODED; in decode_Arith()197 for (size_t i = 0; i < NSYMSDECODED; ++i) in decode_Arith()[all …]