Searched refs:ff_sfdelta_can_remove_band (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacenc_utils.h | 232 static inline int ff_sfdelta_can_remove_band(const SingleChannelElement *sce, in ff_sfdelta_can_remove_band() function
|
D | aacenc_is.c | 118 ff_sfdelta_can_remove_band(sce1, nextband1, prev_sf1, w*16+g)) { in ff_aac_search_for_is()
|
D | aaccoder_twoloop.h | 737 if (!ff_sfdelta_can_remove_band(sce, nextband, prev, w*16+g)) { in search_for_quantizers_twoloop()
|
D | aaccoder.c | 621 … if ((!sce->zeroes[w*16+g] && !ff_sfdelta_can_remove_band(sce, nextband, prev_sf, w*16+g)) || in search_for_pns()
|