Home | History | Annotate | Download | only in jni

Lines Matching refs:input_w

121 void GenerateQuarterResImagePlanar(ImageType im, int input_w, int input_h,
131 imp = im + j * input_w;
132 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR);
134 for (int i = 0; i < input_w; i += H2L_FACTOR)
143 imp = im + j * input_w;
144 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR);
146 for (int i = 0; i < input_w; i += H2L_FACTOR)
155 imp = im + j * input_w;
156 outp = out + (j / H2L_FACTOR) * (input_w / H2L_FACTOR);
158 for (int i = 0; i < input_w; i += H2L_FACTOR)