Home
last modified time | relevance | path

Searched defs:c_bits (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacenc_tns.c48 static inline int compress_coeffs(int *coef, int order, int c_bits) in compress_coeffs() argument
75 const int c_bits = is8 ? TNS_Q_BITS_IS8 == 4 : TNS_Q_BITS == 4; in ff_aac_encode_tns_info() local
147 quantize_coefs(double *coef, int *idx, float *lpc, int order, int c_bits) quantize_coefs() argument
168 const int c_bits = is8 ? TNS_Q_BITS_IS8 == 4 : TNS_Q_BITS == 4; ff_aac_search_for_tns() local
[all...]

Completed in 2 milliseconds