Lines Matching refs:LL
19093 LL: 0xF6BF,
21234 ll: 0xF6C0,
30681 'LL': 0,
31173 // sub-bands already ordered in 'LL', 'HL', 'LH', and 'HH' sequence
31293 // one sub-band (LL) with last decomposition
31295 subband.type = 'LL';
32332 var ll = subbands[0];
32334 ll = this.iterate(ll, subbands[i], subbands[i + 1],
32337 return ll;
32339 Transform.prototype.iterate = function Transform_iterate(ll, hl, lh, hh,
32341 var llWidth = ll.width, llHeight = ll.height, llItems = ll.items;