Lines Matching refs:schan_off
113 int scale, int scale2, int schan_off,
121 *val = div_s64(tmp, scale) + schan_off;
124 *val = div_s64(rescale->offset, scale) + schan_off;
128 *val = div_s64(tmp, scale) + schan_off;
133 *val = div64_s64(tmp, tmp2) + schan_off;
138 *val = div64_s64(tmp, tmp2) + schan_off;
152 int schan_off = 0;
212 &schan_off, NULL);
221 schan_off, val, val2);
229 schan_off, val, val2);