Searched refs:pfrac (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqcelpdata.h51 uint8_t pfrac[4]; ///< fractional pitch lag for each pitch subframe member in struct:__anon1966
99 QCELP_OF(pfrac [ 0], 0, 1), // 228
119 QCELP_OF(pfrac [ 1], 0, 1), // 158
133 QCELP_OF(pfrac [ 2], 0, 1), // 120
154 QCELP_OF(pfrac [ 3], 0, 1), // 50
186 QCELP_OF(pfrac [0], 0, 1), // 86
196 QCELP_OF(pfrac [1], 0, 1), // 45
201 QCELP_OF(pfrac [2], 0, 1), // 36
204 QCELP_OF(pfrac [3], 0, 1), // 27
H A Dqcelpdec.c419 * - between 16 and 143 if its corresponding pfrac is 0,
421 * @param pfrac per-subframe boolean array, 1 if the lag is fractional, 0
428 const uint8_t pfrac[4])
440 if (pfrac[i]) { // If it is a fractional lag...
499 memset(q->frame.pfrac, 0, sizeof(q->frame.pfrac));
505 q->pitch_lag, q->frame.pfrac);
514 q->frame.pfrac);
743 if (q->frame.pfrac[i] && q->frame.plag[i] >= 124) {
426 do_pitchfilter(float memory[303], const float v_in[160], const float gain[4], const uint8_t *lag, const uint8_t pfrac[4]) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqcelpdata.h51 uint8_t pfrac[4]; ///< fractional pitch lag for each pitch subframe member in struct:QCELPFrame
99 QCELP_OF(pfrac [ 0], 0, 1), // 228
119 QCELP_OF(pfrac [ 1], 0, 1), // 158
133 QCELP_OF(pfrac [ 2], 0, 1), // 120
154 QCELP_OF(pfrac [ 3], 0, 1), // 50
186 QCELP_OF(pfrac [0], 0, 1), // 86
196 QCELP_OF(pfrac [1], 0, 1), // 45
201 QCELP_OF(pfrac [2], 0, 1), // 36
204 QCELP_OF(pfrac [3], 0, 1), // 27
H A Dqcelpdec.c416 * - between 16 and 143 if its corresponding pfrac is 0,
418 * @param pfrac per-subframe boolean array, 1 if the lag is fractional, 0
425 const uint8_t pfrac[4])
437 if (pfrac[i]) { // If it is a fractional lag...
497 memset(q->frame.pfrac, 0, sizeof(q->frame.pfrac));
503 q->pitch_lag, q->frame.pfrac);
512 q->frame.pfrac);
742 if (q->frame.pfrac[i] && q->frame.plag[i] >= 124) {
423 do_pitchfilter(float memory[303], const float v_in[160], const float gain[4], const uint8_t *lag, const uint8_t pfrac[4]) argument

Completed in 45 milliseconds