Home | History | Annotate | Download | only in src

Lines Matching refs:ld2_length

1216   int raster, ld2_length;
1221 ld2_length = DFRACT_BITS-1-fNormz((FIXP_DBL)length) - 1;
1224 switch ( (length) >> (ld2_length-2) ) {
1227 ld2_length--; /* revert + 1 because of ceil(log2(length)) from above. */
1242 ld2_length-=5;
1246 w = windowSlopes[shape&1][raster][ld2_length];