Home
last modified time | relevance | path

Searched refs:compute_quantizer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libopus/dnn/
H A Ddred_coding.h34 int compute_quantizer(int q0, int dQ, int qmax, int i);
H A Ddred_coding.c39 int compute_quantizer(int q0, int dQ, int qmax, int i) { in compute_quantizer() function
H A Ddred_decoder.c113 q_level = compute_quantizer(q0, dQ, qmax, i/2); in dred_ec_decode()
H A Ddred_encoder.c330 q_level = compute_quantizer(q0, dQ, qmax, i/2); in dred_encode_silk_frame()
/aosp_15_r20/external/libopus/src/
H A Dopus_encoder.c586 int q = compute_quantizer(q0, dQ, qmax, i); in estimate_dred_bitrate()