Searched refs:band1 (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/equalizer/ |
D | GstIirEqualizer10Bands.prs | 7 band1=3.75 19 band1=0 31 band1=0 43 band1=7 55 band1=4.5 67 band1=0 79 band1=5 91 band1=-5 103 band1=1.5 115 band1=5.5 [all …]
|
D | GstIirEqualizer3Bands.prs | 7 band1=0 12 band1=0
|
/third_party/ffmpeg/libavcodec/ |
D | indeo5.c | 64 IVIBandDesc *band, *band1, *band2; in decode_gop_header() local 231 band1 = &ctx->planes[1].bands[i]; in decode_gop_header() 234 band2->width = band1->width; in decode_gop_header() 235 band2->height = band1->height; in decode_gop_header() 236 band2->mb_size = band1->mb_size; in decode_gop_header() 237 band2->blk_size = band1->blk_size; in decode_gop_header() 238 band2->is_halfpel = band1->is_halfpel; in decode_gop_header() 239 band2->intra_base = band1->intra_base; in decode_gop_header() 240 band2->inter_base = band1->inter_base; in decode_gop_header() 241 band2->intra_scale = band1->intra_scale; in decode_gop_header() [all …]
|
D | aacenc_is.c | 55 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].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() 76 s->lambda / band1->threshold, INFINITY, NULL, NULL, 0); in ff_aac_is_encoding_err()
|
D | dcaenc.c | 467 typedef void (*walk_band_t)(DCAEncContext *c, int band1, int band2, int f, 501 static void update_band_masking(DCAEncContext *c, int band1, int band2, in update_band_masking() argument 507 if (value < c->band_masking_cb[band1]) in update_band_masking() 508 c->band_masking_cb[band1] = value; in update_band_masking()
|
D | aaccoder.c | 827 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].psy_bands[(w+w2)*16+g]; in search_for_ms() local 828 float minthr = FFMIN(band0->threshold, band1->threshold); in search_for_ms() 852 … lambda / (band1->threshold + FLT_MIN), INFINITY, &b2, NULL, 0); in search_for_ms()
|
D | dca_xll.c | 746 int32_t *band1 = c->bands[1].msb_sample_buffer[ch]; in chs_assemble_freq_bands() local 753 s->dcadsp->assemble_freq_bands(ptr, band0, band1, in chs_assemble_freq_bands()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aaccoder_mips.c | 2408 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].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() 2433 … lambda / band1->threshold, INFINITY, &b2, NULL, 0); in search_for_ms_mips()
|