Searched refs:WMAPRO_BLOCK_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
118 #define WMAPRO_BLOCK_MAX_SIZE (1 << WMAPRO_BLOCK_MAX_BITS) ///< maximum block size macro160 …DECLARE_ALIGNED(32, float, out)[WMAPRO_BLOCK_MAX_SIZE + WMAPRO_BLOCK_MAX_SIZE / 2]; ///< output bu…185 DECLARE_ALIGNED(32, float, tmp)[WMAPRO_BLOCK_MAX_SIZE]; ///< IMDCT output buffer1293 av_assert0(s->subframe_len <= WMAPRO_BLOCK_MAX_SIZE); in decode_subframe()