Searched defs:nzc (Results 1 - 1 of 1) sorted by path

/frameworks/av/tools/resampler_tools/
H A Dfir.cpp137 // 2*nzc = (A - 8) / (2.285 * dw)
140 int nzc = 8; local
158 * nzc = 20
184 nzc = atoi(optarg);
225 const int N = M * nzc;
242 printf("const int32_t RESAMPLE_FIR_NUM_COEF = %d;\n", nzc);
244 printf("const int32_t RESAMPLE_FIR_SIZE = %d;\n", 2*nzc*polyN);
245 printf("const int32_t RESAMPLE_FIR_NUM_COEF = %d;\n", 2*nzc);
257 for (int j=0 ; j<nzc ; j++) {
277 if (j != nzc
[all...]

Completed in 70 milliseconds