Searched refs:band1 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dindeo5.c63 IVIBandDesc *band, *band1, *band2; local
230 band1 = &ctx->planes[1].bands[i];
233 band2->width = band1->width;
234 band2->height = band1->height;
235 band2->mb_size = band1->mb_size;
236 band2->blk_size = band1->blk_size;
237 band2->is_halfpel = band1->is_halfpel;
238 band2->intra_base = band1->intra_base;
239 band2->inter_base = band1->inter_base;
240 band2->intra_scale = band1
[all...]
H A Ddcaenc.c445 typedef void (*walk_band_t)(DCAContext *c, int band1, int band2, int f,
479 static void update_band_masking(DCAContext *c, int band1, int band2, argument
485 if (value < c->band_masking_cb[band1])
486 c->band_masking_cb[band1] = value;
H A Daaccoder.c1070 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].psy_bands[(w+w2)*16+g]; local
1071 float minthr = FFMIN(band0->threshold, band1->threshold);
1072 float maxthr = FFMAX(band0->threshold, band1->threshold);
1094 lambda / band1->threshold, INFINITY, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dindeo5.c64 IVIBandDesc *band, *band1, *band2; local
211 band1 = &ctx->planes[1].bands[i];
214 band2->width = band1->width;
215 band2->height = band1->height;
216 band2->mb_size = band1->mb_size;
217 band2->blk_size = band1->blk_size;
218 band2->is_halfpel = band1->is_halfpel;
219 band2->intra_base = band1->intra_base;
220 band2->inter_base = band1->inter_base;
221 band2->intra_scale = band1
[all...]
H A Daaccoder.c1070 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].psy_bands[(w+w2)*16+g]; local
1071 float minthr = FFMIN(band0->threshold, band1->threshold);
1072 float maxthr = FFMAX(band0->threshold, band1->threshold);
1094 lambda / band1->threshold, INFINITY, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2303 FFPsyBand *band1 = &s->psy.ch[s->cur_channel+1].psy_bands[(w+w2)*16+g]; local
2304 float minthr = FFMIN(band0->threshold, band1->threshold);
2305 float maxthr = FFMAX(band0->threshold, band1->threshold);
2340 lambda / band1->threshold, INFINITY, NULL);

Completed in 215 milliseconds