Home
last modified time | relevance | path

Searched defs:nb_coefs (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3dsp.c37 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()
Dac3enc_template.c321 int nb_coefs; in compute_rematrixing_strategy() local
Dac3enc.c398 int nb_coefs; in ac3_apply_rematrixing() local
622 int nb_coefs, num_reuse_blocks; in encode_exponents() local
679 int nb_coefs = block->end_freq[ch] - s->start_freq[ch]; in count_exponent_bits() local
Dwmaenc.c195 int nb_coefs[MAX_CHANNELS]; in encode_block() local
Dwmadec.c448 int nb_coefs[MAX_CHANNELS]; in wma_decode_block() local
/third_party/ffmpeg/libavfilter/
Daf_afwtdn.c516 static int nb_coefs(int length, int level, uint64_t sn) in nb_coefs() function