Lines Matching refs:contexts

19293     var contexts = contextCache.getContexts(procedure);
19300 var bit = decoder.readBit(contexts, prev);
19314 var contexts = contextCache.getContexts('IAID');
19318 var bit = decoder.readBit(contexts, prev);
19532 var contexts = decodingContext.contextCache.getContexts('GB');
19550 row[j] = pixel = decoder.readBit(contexts, contextLabel);
19616 var contexts = decodingContext.contextCache.getContexts('GB');
19627 var sltp = decoder.readBit(contexts, pseudoPixelContext);
19679 var pixel = decoder.readBit(contexts, contextLabel);
19724 var contexts = decodingContext.contextCache.getContexts('GR');
19729 var sltp = decoder.readBit(contexts, pseudoPixelContext);
19766 var pixel = decoder.readBit(contexts, contextLabel);
21733 value: function readBit(contexts, pos) {
21734 var cx_index = contexts[pos] >> 1,
21735 cx_mps = contexts[pos] & 1;
21790 contexts[pos] = cx_index << 1 | cx_mps;
24973 this.contexts = new Int8Array(19);
24974 this.contexts[0] = 4 << 1 | 0;
24975 this.contexts[UNIFORM_CONTEXT] = 46 << 1 | 0;
24976 this.contexts[RUNLENGTH_CONTEXT] = 3 << 1 | 0;
25032 var contexts = this.contexts;
25057 var decision = decoder.readBit(contexts, contextLabel);
25119 decoded = this.decoder.readBit(this.contexts, contextLabel);
25122 decoded = this.decoder.readBit(this.contexts, contextLabel) ^ 1;
25133 var contexts = this.contexts;
25158 var bit = decoder.readBit(contexts, contextLabel);
25173 var contexts = this.contexts;
25198 var hasSignificantCoefficent = decoder.readBit(contexts, RUNLENGTH_CONTEXT);
25208 … i1 = decoder.readBit(contexts, UNIFORM_CONTEXT) << 1 | decoder.readBit(contexts, UNIFORM_CONTEXT);
25235 var decision = decoder.readBit(contexts, contextLabel);
25252 var contexts = this.contexts;
25253contexts, UNIFORM_CONTEXT) << 3 | decoder.readBit(contexts, UNIFORM_CONTEXT) << 2 | decoder.readBi…