Searched refs:nextband (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacenc_utils.h | 199 static inline void ff_init_nextband_map(const SingleChannelElement *sce, uint8_t *nextband) in ff_init_nextband_map() argument 205 nextband[g] = g; in ff_init_nextband_map() 211 prevband = nextband[prevband] = w*16+g; in ff_init_nextband_map() 214 nextband[prevband] = prevband; /* terminate */ in ff_init_nextband_map() 221 static inline void ff_nextband_remove(uint8_t *nextband, int prevband, int band) in ff_nextband_remove() argument 223 nextband[prevband] = nextband[band]; in ff_nextband_remove() 233 const uint8_t *nextband, int prev_sf, int band) in ff_sfdelta_can_remove_band() argument 236 && sce->sf_idx[nextband[band]] >= (prev_sf - SCALE_MAX_DIFF) in ff_sfdelta_can_remove_band() 237 && sce->sf_idx[nextband[band]] <= (prev_sf + SCALE_MAX_DIFF); in ff_sfdelta_can_remove_band() 247 const uint8_t *nextband, int prev_sf, int new_sf, int band) in ff_sfdelta_can_replace() argument [all …]
|
D | aaccoder_twoloop.h | 79 uint8_t nextband[128]; in search_for_quantizers_twoloop() local 728 ff_init_nextband_map(sce, nextband); in search_for_quantizers_twoloop() 737 if (!ff_sfdelta_can_remove_band(sce, nextband, prev, w*16+g)) { in search_for_quantizers_twoloop()
|
D | aaccoder.c | 551 uint8_t nextband[128]; in search_for_pns() local 581 ff_init_nextband_map(sce, nextband); in search_for_pns() 621 … if ((!sce->zeroes[w*16+g] && !ff_sfdelta_can_remove_band(sce, nextband, prev_sf, w*16+g)) || in search_for_pns()
|