Lines Matching defs:lowres
107 int lowres = s->avctx->lowres;
108 int step = 1 << lowres;
109 for (int h = 0; h < (16 >> (vsub + lowres)); h++){
110 for (int w = 0, idx = 0; w < (16 >> (hsub + lowres)); w++, idx += step)
124 int lowres = s->avctx->lowres;
125 int step = 1 << lowres;
126 dest_pcm[i] += (linesize[i] / 2) * ((16 >> vsub + lowres) - 1);
127 for (int h = (16 >> (vsub + lowres)) - 1; h >= 0; h--){
128 for (int w = (16 >> (hsub + lowres)) - 1, idx = 0; w >= 0; w--, idx += step)