Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacenc_utils.h201 unsigned char prevband = 0; in ff_init_nextband_map() local
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()