Searched refs:WMAPRO_BLOCK_MIN_BITS (Results 1 – 1 of 1) sorted by relevance
115 #define WMAPRO_BLOCK_MIN_BITS 6 ///< log2 of min block s… macro117 #define WMAPRO_BLOCK_MIN_SIZE (1 << WMAPRO_BLOCK_MIN_BITS) ///< minimum block size119 #define WMAPRO_BLOCK_SIZES (WMAPRO_BLOCK_MAX_BITS - WMAPRO_BLOCK_MIN_BITS + 1) ///< possible blo…547 ff_mdct_init(&s->mdct_ctx[i], WMAPRO_BLOCK_MIN_BITS+1+i, 1, in decode_init()548 1.0 / (1 << (WMAPRO_BLOCK_MIN_BITS + i - 1)) in decode_init()1170 window = s->windows[av_log2(winlen) - WMAPRO_BLOCK_MIN_BITS]; in wmapro_window()1374 FFTContext *mdct = &s->mdct_ctx[av_log2(subframe_len) - WMAPRO_BLOCK_MIN_BITS]; in decode_subframe()