Lines Matching defs:BILINEAR_INTERPOLATION_BITS
1555 #define BILINEAR_INTERPOLATION_BITS 4
1559 return (x >> (16 - BILINEAR_INTERPOLATION_BITS)) &
1560 ((1 << BILINEAR_INTERPOLATION_BITS) - 1);
1563 #if BILINEAR_INTERPOLATION_BITS <= 4
1573 distx <<= (4 - BILINEAR_INTERPOLATION_BITS);
1574 disty <<= (4 - BILINEAR_INTERPOLATION_BITS);
1607 distx <<= (8 - BILINEAR_INTERPOLATION_BITS);
1608 disty <<= (8 - BILINEAR_INTERPOLATION_BITS);
1651 distx <<= (8 - BILINEAR_INTERPOLATION_BITS);
1652 disty <<= (8 - BILINEAR_INTERPOLATION_BITS);