Searched refs:WMAPRO_BLOCK_MAX_BITS (Results 1 – 1 of 1) sorted by relevance
119 #define WMAPRO_BLOCK_MAX_BITS 13 ///< log2 of max block s… macro121 #define WMAPRO_BLOCK_MAX_SIZE (1 << WMAPRO_BLOCK_MAX_BITS) ///< maximum block size122 #define WMAPRO_BLOCK_SIZES (WMAPRO_BLOCK_MAX_BITS - WMAPRO_BLOCK_MIN_BITS + 1) ///< possible blo…346 for (int i = WMAPRO_BLOCK_MIN_BITS; i <= WMAPRO_BLOCK_MAX_BITS; i++) in decode_init_static()433 if (bits > WMAPRO_BLOCK_MAX_BITS) { in decode_init()564 const int win_idx = WMAPRO_BLOCK_MAX_BITS - i; in decode_init()