Lines Matching defs:value
121 int j, value = nlsf[i];
122 for (j = i - 1; j >= 0 && nlsf[j] > value; j--)
124 nlsf[j + 1] = value;
313 int16_t lsf_res[16]; // residual as a Q10 value
350 int cur, prev, next, weight_sq, weight, ipart, fpart, y, value;
365 value = cur * 128 + (lsf_res[i] * 16384) / weight;
366 nlsf[i] = av_clip_uintp2(value, 15);
488 int value = excitation[i];
489 excitation[i] = value * 256 | ff_silk_quant_offset[voiced][qoffset_high];
490 if (value < 0) excitation[i] += 20;
491 else if (value > 0) excitation[i] -= 20;
497 seed += value;