Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg726.c183 static inline int16_t inverse_quant(G726Context* c, int i) in inverse_quant() function
199 dq = inverse_quant(c, I); in g726_decode()