Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswresample/
H A Dresample.c148 int ph_nb = phase_count % 2 ? phase_count : phase_count / 2 + 1; in build_filter() local
151 double *sin_lut = av_malloc_array(ph_nb, sizeof(*sin_lut)); in build_filter()
166 for (ph = 0; ph < ph_nb; ph++) in build_filter()
169 for(ph = 0; ph < ph_nb; ph++) { in build_filter()

Completed in 2 milliseconds