Searched defs:nb_coefs (Results 1 – 6 of 6) sorted by relevance
37 static void ac3_exponent_min_c(uint8_t *exp, int num_reuse_blocks, int nb_coefs) in ac3_exponent_min_c()131 static void ac3_extract_exponents_c(uint8_t *exp, int32_t *coef, int nb_coefs) in ac3_extract_exponents_c()
321 int nb_coefs; in compute_rematrixing_strategy() local
398 int nb_coefs; in ac3_apply_rematrixing() local622 int nb_coefs, num_reuse_blocks; in encode_exponents() local679 int nb_coefs = block->end_freq[ch] - s->start_freq[ch]; in count_exponent_bits() local
195 int nb_coefs[MAX_CHANNELS]; in encode_block() local
448 int nb_coefs[MAX_CHANNELS]; in wma_decode_block() local
516 static int nb_coefs(int length, int level, uint64_t sn) in nb_coefs() function