Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.c260 s->high_band_start[k] = (int) ((block_len * 2 * high_freq) / in ff_wma_init()
270 if (start < s->high_band_start[k]) in ff_wma_init()
271 start = s->high_band_start[k]; in ff_wma_init()
Dwma.h81 int high_band_start[BLOCK_NB_SIZES]; ///< index of first coef in high band member
Dwmadec.c646 (s->high_band_start[bsize] << bsize >> esize); in wma_decode_block()
669 n = s->high_band_start[bsize] - s->coefs_start; in wma_decode_block()