Lines Matching defs:high
119 { 32, 32, 24, 8, 8, 6, 32, 32, 48, }, // high+
120 { 32, 32, 24, 8, 8, 6, 32, 32, 48, }, // high
134 { 32, 32, 24, 8, 8, 6, 32, 32, 48, }, // high+
135 { 48, 48, 32, 12, 12, 8, 32, 32, 64, }, // high
149 { 32, 32, 24, 8, 8, 6, 32, 32, 48, }, // high+
150 { 48, 48, 32, 12, 12, 8, 32, 32, 64, }, // high
164 { 32, 32, 24, 32, 32, 24, 128, 128, 192, }, // high+
165 { 32, 32, 24, 32, 32, 24, 128, 128, 192, }, // high
179 { 32, 32, 24, 32, 32, 24, 128, 128, 192, }, // high+
180 { 32, 32, 24, 32, 32, 24, 256, 256, 384, }, // high
194 { 32, 32, 24, 32, 32, 24, 128, 128, 192, }, // high+
195 { 32, 32, 24, 32, 32, 24, 256, 256, 384, }, // high
442 int16_t *high = s->plane[plane].l_h[7];
453 dsp->horiz_filter(input, low, high,
460 high = s->plane[plane].subband[9];
463 dsp->vert_filter(input, low, high,
469 high = s->plane[plane].subband[8];
471 dsp->vert_filter(input, low, high,
481 high = s->plane[plane].l_h[4];
491 dsp->horiz_filter(input, low, high,
497 high = s->plane[plane].subband[6];
499 dsp->vert_filter(input, low, high,
505 high = s->plane[plane].subband[5];
507 dsp->vert_filter(input, low, high,
517 high = s->plane[plane].l_h[1];
529 dsp->horiz_filter(input, low, high,
534 high = s->plane[plane].subband[3];
537 dsp->vert_filter(input, low, high,
542 high = s->plane[plane].subband[2];
545 dsp->vert_filter(input, low, high,
832 { "high+", NULL, 0, AV_OPT_TYPE_CONST, {.i64= 7}, 0, 0, VE, "q" },
833 { "high", NULL, 0, AV_OPT_TYPE_CONST, {.i64= 8}, 0, 0, VE, "q" },