Searched defs:p_gain (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | amrnbdata.h | 60 uint16_t p_gain; ///< index to decode the pitch gain member |
D | amrwbdec.c | 603 static float voice_factor(float *p_vector, float p_gain, in voice_factor() |