Searched refs:pgain (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | qcelpdata.h | 52 uint8_t pgain[4]; ///< pitch gain for each pitch subframe member 101 QCELP_OF(pgain [ 0], 0, 3), // 220 112 QCELP_OF(pgain [ 1], 0, 3), // 182 135 QCELP_OF(pgain [ 2], 0, 3), // 112 146 QCELP_OF(pgain [ 3], 0, 2), // 73 156 QCELP_OF(pgain [ 3], 2, 1), // 42 188 QCELP_OF(pgain [0], 0, 3), // 78 190 QCELP_OF(pgain [1], 0, 3), // 69 192 QCELP_OF(pgain [2], 0, 2), // 59 203 QCELP_OF(pgain [2], 2, 1), // 28 [all …]
|
D | qcelpdec.c | 478 q->pitch_gain[i] = q->frame.plag[i] ? (q->frame.pgain[i] + 1) * 0.25 : 0.0; in apply_pitch_filters()
|