Home
last modified time | relevance | path

Searched refs:INTENSITY_BT2 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_is.c141 cpe->ch[1].band_type[w*16+g] = (best->phase > 0) ? INTENSITY_BT : INTENSITY_BT2; in ff_aac_search_for_is()
145 … cpe->ch[1].band_type[w*16+g] = (best->phase > 0) ? INTENSITY_BT2 : INTENSITY_BT; in ff_aac_search_for_is()
Daac.h89 INTENSITY_BT2 = 14, ///< Scalefactor data are intensity stereo positions (out of phase). enumerator
Daacenc_pred.c268 (s->cur_channel && sce->band_type[sfb] >= INTENSITY_BT2) || in ff_aac_search_for_pred()
Daaccoder.c206 if (sce->band_type[w*16+g] == INTENSITY_BT || sce->band_type[w*16+g] == INTENSITY_BT2) { in set_special_band_scalefactors()
226 if (sce->band_type[w*16+g] == INTENSITY_BT || sce->band_type[w*16+g] == INTENSITY_BT2) { in set_special_band_scalefactors()
Daacdec_template.c1600 (band_type[idx] == INTENSITY_BT2)) { in decode_scalefactors()
1777 if (cbt_m1 >= INTENSITY_BT2 - 1) { in decode_spectrum_and_dequant()
2253 sce1->band_type[idx] == INTENSITY_BT2) {
Daacenc.c400 sce->band_type[w*16 + i] == INTENSITY_BT2) { in encode_scale_factors()