Home
last modified time | relevance | path

Searched refs:RESERVED_BT (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc_pred.c262 const int cb_max = sce->zeroes[sfb] ? 0 : RESERVED_BT; in ff_aac_search_for_pred()
283 if (cb_n < RESERVED_BT) in ff_aac_search_for_pred()
295 if (cb_n < RESERVED_BT) in ff_aac_search_for_pred()
Daac.h87 RESERVED_BT = 12, ///< Band types following are encoded differently from others. enumerator
Daacenc_utils.h210 if (!sce->zeroes[w*16+g] && sce->band_type[w*16+g] < RESERVED_BT) in ff_init_nextband_map()
Daacenc_is.c151 if (!sce1->zeroes[w*16+g] && sce1->band_type[w*16+g] < RESERVED_BT) in ff_aac_search_for_is()
Daaccoder.c888 if (!sce0->zeroes[w*16+g] && sce0->band_type[w*16+g] < RESERVED_BT) in search_for_ms()
890 … if (!sce1->zeroes[w*16+g] && !cpe->is_mask[w*16+g] && sce1->band_type[w*16+g] < RESERVED_BT) in search_for_ms()
Daacenc.c710 if (sce->band_type[w] > RESERVED_BT) in aac_encode_frame()
/third_party/ffmpeg/libavcodec/mips/
Daaccoder_mips.c2469 if (!sce0->zeroes[w*16+g] && sce0->band_type[w*16+g] < RESERVED_BT) in search_for_ms_mips()
2471 … if (!sce1->zeroes[w*16+g] && !cpe->is_mask[w*16+g] && sce1->band_type[w*16+g] < RESERVED_BT) in search_for_ms_mips()