Searched refs:band_type (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daac.h223 enum BandType band_type[128]; ///< band types member in struct:__anon1831
H A Daacdec.c791 * @param band_type array of the used band type
796 static int decode_band_types(AACContext *ac, enum BandType band_type[120], argument
827 band_type [idx] = sect_band_type;
839 * @param band_type array of the used band type
848 enum BandType band_type[120],
859 if (band_type[idx] == ZERO_BT) {
862 } else if ((band_type[idx] == INTENSITY_BT) || (band_type[idx] == INTENSITY_BT2)) {
874 } else if (band_type[idx] == NOISE_BT) {
1065 * @param band_type arra
845 decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) argument
1069 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
[all...]
H A Daaccoder.c399 //XXX: memset when band_type is also uint8_t
401 sce->band_type[win*16 + start] = stackcb[i];
460 int startcb = sce->band_type[win*16+swb];
522 //XXX: memset when band_type is also uint8_t
524 sce->band_type[win*16 + start] = stackcb[i];
845 sce->band_type[w*16+g] = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
1087 sce0->band_type[(w+w2)*16+g],
1093 sce1->band_type[(w+w2)*16+g],
1099 sce0->band_type[(w+w2)*16+g],
1105 sce1->band_type[(
[all...]
H A Daacenc.c444 sce->band_type[w*16 + i],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Don2avc.c69 uint8_t band_type[ON2AVC_MAX_BANDS]; member in struct:On2AVCContext
115 int band = 0, i, band_type, run_len, run; local
118 band_type = get_bits(gb, 4);
129 c->band_type[i] = band_type;
154 if (!c->band_type[band_off]) {
159 if (c->band_type[w2 * c->num_bands + b]) {
264 int band_type = c->band_type[band_idx + b]; local
266 if (!band_type) {
[all...]
H A Daac.h231 enum BandType band_type[128]; ///< band types member in struct:SingleChannelElement
H A Daacdec.c1302 * @param band_type array of the used band type
1307 static int decode_band_types(AACContext *ac, enum BandType band_type[120], argument
1338 band_type [idx] = sect_band_type;
1350 * @param band_type array of the used band type
1359 enum BandType band_type[120],
1369 if (band_type[idx] == ZERO_BT) {
1372 } else if ((band_type[idx] == INTENSITY_BT) ||
1373 (band_type[idx] == INTENSITY_BT2)) {
1385 } else if (band_type[idx] == NOISE_BT) {
1579 * @param band_type arra
1356 decode_scalefactors(AACContext *ac, float sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) argument
1583 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
[all...]
H A Daaccoder.c400 //XXX: memset when band_type is also uint8_t
402 sce->band_type[win*16 + start] = stackcb[i];
461 int startcb = sce->band_type[win*16+swb];
523 //XXX: memset when band_type is also uint8_t
525 sce->band_type[win*16 + start] = stackcb[i];
845 sce->band_type[w*16+g] = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
1087 sce0->band_type[(w+w2)*16+g],
1093 sce1->band_type[(w+w2)*16+g],
1099 sce0->band_type[(w+w2)*16+g],
1105 sce1->band_type[(
[all...]
H A Daacenc.c432 sce->band_type[w*16 + i],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2280 sce->band_type[w*16+g] = find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]);
2333 sce0->band_type[(w+w2)*16+g],
2339 sce1->band_type[(w+w2)*16+g],
2345 sce0->band_type[(w+w2)*16+g],
2351 sce1->band_type[(w+w2)*16+g],
2410 int startcb = sce->band_type[win*16+swb];
2472 sce->band_type[win*16 + start] = stackcb[i];

Completed in 92 milliseconds