Searched refs:minthr (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacenc_is.c | 59 float minthr = FFMIN(band0->threshold, band1->threshold); in ff_aac_is_encoding_err() local 79 s->lambda / minthr, INFINITY, NULL, NULL, 0); in ff_aac_is_encoding_err() 84 dist_spec_err *= s->lambda / minthr; in ff_aac_is_encoding_err()
|
D | aaccoder.c | 406 float minthr = INFINITY; in search_for_quantizers_fast() local 432 minthr = FFMIN(minthr, uplim); in search_for_quantizers_fast() 443 sce->sf_idx[w*16+g] = SCALE_ONE_POS + FFMIN(log2f(uplims[w*16+g]/minthr)*4,59); in search_for_quantizers_fast() 828 float minthr = FFMIN(band0->threshold, band1->threshold); in search_for_ms() local 858 lambda / minthr, INFINITY, &b3, NULL, 0); in search_for_ms() 864 … mslambda / (minthr * bmax), INFINITY, &b4, NULL, 0); in search_for_ms()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aaccoder_mips.c | 2409 float minthr = FFMIN(band0->threshold, band1->threshold); in search_for_ms_mips() local 2439 lambda / minthr, INFINITY, &b3, NULL, 0); in search_for_ms_mips() 2445 … mslambda / (minthr * bmax), INFINITY, &b4, NULL, 0); in search_for_ms_mips()
|