Searched refs:maxsf (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aaccoder_twoloop.h | 80 int maxsf[128], minsf[128]; in search_for_quantizers_twoloop() local 361 for (i = 0; i < sizeof(maxsf) / sizeof(maxsf[0]); ++i) in search_for_quantizers_twoloop() 362 maxsf[i] = SCALE_MAX_POS; in search_for_quantizers_twoloop() 424 int maxsf_i = (tbits > 5800) ? SCALE_MAX_POS : maxsf[i]; in search_for_quantizers_twoloop() 621 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g]-1, maxsf[w*16+g]); in search_for_quantizers_twoloop() 630 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop() 656 … } else if (tbits > toofewbits && sce->sf_idx[w*16+g] < FFMIN(maxdeltasf, maxsf[w*16+g]) in search_for_quantizers_twoloop() 692 maxsf[w*16+g] = FFMIN(sce->sf_idx[w*16+g], maxsf[w*16+g]); in search_for_quantizers_twoloop()
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
D | resample2.c | 145 double maxff=-2, minff=2, maxsf=-2, minsf=2; in av_build_filter() 165 maxsf= FFMAX(maxsf, sf); in av_build_filter() 168 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in av_build_filter() 170 maxff=maxsf= -2; in av_build_filter()
|
/third_party/ffmpeg/libswresample/ |
D | resample.c | 241 double maxff=-2, minff=2, maxsf=-2, minsf=2; in build_filter() 261 maxsf= FFMAX(maxsf, sf); in build_filter() 264 …V_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf); in build_filter() 266 maxff=maxsf= -2; in build_filter()
|