Searched refs:band0 (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/equalizer/ |
D | GstIirEqualizer10Bands.prs | 6 band0=4 18 band0=0 30 band0=0 42 band0=9.6 54 band0=-1.6 66 band0=0 78 band0=8 90 band0=-2.5 102 band0=5 114 band0=8 [all …]
|
D | GstIirEqualizer3Bands.prs | 6 band0=7.75 11 band0=0
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc_is.c | 54 FFPsyBand *band0 = &s->psy.ch[s->cur_channel+0].psy_bands[(w+w2)*16+g]; in ff_aac_is_encoding_err() local 59 float minthr = FFMIN(band0->threshold, band1->threshold); in ff_aac_is_encoding_err() 71 s->lambda / band0->threshold, INFINITY, NULL, NULL, 0); in ff_aac_is_encoding_err()
|
D | aaccoder.c | 826 FFPsyBand *band0 = &s->psy.ch[s->cur_channel+0].psy_bands[(w+w2)*16+g]; in search_for_ms() local 828 float minthr = FFMIN(band0->threshold, band1->threshold); in search_for_ms() 846 … lambda / (band0->threshold + FLT_MIN), INFINITY, &b1, NULL, 0); in search_for_ms()
|
D | dca_xll.c | 745 int32_t *band0 = c->bands[0].msb_sample_buffer[ch]; in chs_assemble_freq_bands() local 749 memcpy(band0 - DCA_XLL_DECI_HISTORY_MAX, in chs_assemble_freq_bands() 753 s->dcadsp->assemble_freq_bands(ptr, band0, band1, in chs_assemble_freq_bands()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aaccoder_mips.c | 2407 FFPsyBand *band0 = &s->psy.ch[s->cur_channel+0].psy_bands[(w+w2)*16+g]; in search_for_ms_mips() local 2409 float minthr = FFMIN(band0->threshold, band1->threshold); in search_for_ms_mips() 2427 … lambda / band0->threshold, INFINITY, &b1, NULL, 0); in search_for_ms_mips()
|