Lines Matching defs:input
377 static void quantize_band(int16_t *input, int width, int a_width,
384 input[j] = av_clip_intp2(((input[j] * factor + 16384 * FFSIGN(input[j])) / 32768), 10);
385 input += a_width;
440 int16_t *input = (int16_t *)frame->data[act_plane];
447 process_alpha(input, avctx->width, avctx->height,
449 input = s->alpha;
453 dsp->horiz_filter(input, low, high,
457 input = s->plane[plane].l_h[7];
463 dsp->vert_filter(input, low, high,
467 input = s->plane[plane].l_h[6];
471 dsp->vert_filter(input, low, high,
478 input = s->plane[plane].l_h[7];
486 input[j] /= 4;
487 input += a_width * 2;
490 input = s->plane[plane].l_h[7];
491 dsp->horiz_filter(input, low, high,
495 input = s->plane[plane].l_h[4];
499 dsp->vert_filter(input, low, high,
503 input = s->plane[plane].l_h[3];
507 dsp->vert_filter(input, low, high,
514 input = s->plane[plane].l_h[4];
523 input[j] /= 4;
524 input += a_width * 2;
528 input = s->plane[plane].l_h[4];
529 dsp->horiz_filter(input, low, high,
535 input = s->plane[plane].l_h[1];
537 dsp->vert_filter(input, low, high,
543 input = s->plane[plane].l_h[0];
545 dsp->vert_filter(input, low, high,