Home
last modified time | relevance | path

Searched defs:lpc_weighting (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/liblc3/src/
H A Dtns.h32 bool lpc_weighting; member
H A Dtns.c197 LC3_HOT static void lpc_weighting(float pred_gain, float *a) in lpc_weighting() function
/aosp_15_r20/external/libopus/dnn/
H A Dfreq.c299 void lpc_weighting(float *lpc, float gamma) in lpc_weighting() function
/aosp_15_r20/external/liblc3/test/
H A Dtns.py201 def quantization(self, rc, lpc_weighting): argument