Lines Matching refs:phase_count
73 int phase_count = 1 << c->phase_shift;
80 for (ph = 0; ph < phase_count; ph++) {
83 x = M_PI * ((double)(i - center) - (double)ph / phase_count) * factor;
89 x = fabs(((double)(i - center) - (double)ph / phase_count) * factor);
126 int phase_count = 1 << avr->phase_shift;
144 c->phase_mask = phase_count - 1;
179 c->filter_bank = av_mallocz(c->filter_length * (phase_count + 1) * felem_size);
186 memcpy(&c->filter_bank[(c->filter_length * phase_count + 1) * felem_size],
188 memcpy(&c->filter_bank[c->filter_length * phase_count * felem_size],
193 in_rate * (int64_t)phase_count, INT32_MAX / 2))