Searched refs:compute_quantizer (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libopus/dnn/ |
H A D | dred_coding.h | 34 int compute_quantizer(int q0, int dQ, int qmax, int i);
|
H A D | dred_coding.c | 39 int compute_quantizer(int q0, int dQ, int qmax, int i) { in compute_quantizer() function
|
H A D | dred_decoder.c | 113 q_level = compute_quantizer(q0, dQ, qmax, i/2); in dred_ec_decode()
|
H A D | dred_encoder.c | 330 q_level = compute_quantizer(q0, dQ, qmax, i/2); in dred_encode_silk_frame()
|
/aosp_15_r20/external/libopus/src/ |
H A D | opus_encoder.c | 586 int q = compute_quantizer(q0, dQ, qmax, i); in estimate_dred_bitrate()
|