Searched refs:NOISE_TAB_SIZE (Results 1 – 3 of 3) sorted by relevance
50 #define NOISE_TAB_SIZE 8192 macro128 float noise_table[NOISE_TAB_SIZE];
639 (NOISE_TAB_SIZE - 1); in wma_decode_block()682 s->noise_index = (s->noise_index + 1) & (NOISE_TAB_SIZE - 1); in wma_decode_block()690 s->noise_index = (s->noise_index + 1) & (NOISE_TAB_SIZE - 1); in wma_decode_block()703 s->noise_index = (s->noise_index + 1) & (NOISE_TAB_SIZE - 1); in wma_decode_block()
311 for (i = 0; i < NOISE_TAB_SIZE; i++) in ff_wma_init()319 for (i = 0; i < NOISE_TAB_SIZE; i++) { in ff_wma_init()