Lines Matching defs:samples
352 // Number of bits to represent the samples in LSB part
467 // Unpack binary code length for isolated samples
535 // Unpack the number of isolated samples
541 // Extract the locations of isolated samples and flag by -1
824 av_log(s->avctx, AV_LOG_ERROR, "Too few samples per XLL segment\n");
829 av_log(s->avctx, AV_LOG_ERROR, "Too many samples per XLL segment\n");
837 av_log(s->avctx, AV_LOG_ERROR, "Too many samples per XLL frame\n");
1274 av_log(s->avctx, AV_LOG_WARNING, "Number of samples per frame mismatch between core (%d) and XLL (%d)\n", dca->core.npcmsamples, nsamples);
1447 int32_t *samples = s->output_samples[ch_remap[i]];
1451 plane[k] = av_clip_int16(samples[k] * (SUINT)(1 << shift));
1455 plane[k] = clip23(samples[k] * (SUINT)(1 << shift)) * (1 << 8);