Searched refs:up_offset (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A DResample.h58 int up_offset; // -up < index in up_sampling <= 0 member in class:ResampleFilter
/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc171 up_offset = 0;
261 // befor the 1st input sample, generate "-up_offset" output samples
262 int coef_offset = up + up_offset;
263 for (j = up_offset; j < 0; j++) {
279 // for the last input samples, generate "up_offset + up" output samples
280 for (j = 0; j < (up_offset + up); j++) {
325 up_offset = delay;
348 int coef_offset = up_offset + down_offset + up;
352 * start from "up_offset + down_offset"th up-sampled sample
354 for (j = up_offset
[all...]

Completed in 396 milliseconds