Home | History | Annotate | Download | only in utils

Lines Matching defs:in

4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
35 { 0, 8, 2, 10 }, // coefficients are in DFIX fixed-point precision
52 int scale_; // normalization factor, in FIX bits precision
109 const uint16_t* const in = p->end_;
117 const uint16_t delta = in[x + r - 1] + in[r - x];
121 const uint16_t delta = in[x + r] - in[x - r - 1];
126 2 * in[w - 1] - in[2 * w - 2 - r - x] - in[x - r - 1];
268 // Need to wait few rows in order to prime the filter,