Home
last modified time | relevance | path

Searched refs:band2 (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/equalizer/
DGstIirEqualizer10Bands.prs8 band2=2.5
20 band2=0
32 band2=8
44 band2=2.5
56 band2=7
68 band2=0
80 band2=-5.5
92 band2=-4
104 band2=0
116 band2=0
[all …]
DGstIirEqualizer3Bands.prs8 band2=0
13 band2=6.0
/third_party/ffmpeg/libavcodec/
Dindeo5.c64 IVIBandDesc *band, *band1, *band2; in decode_gop_header() local
232 band2 = &ctx->planes[2].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 …]
Ddcaenc.c467 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