Searched refs:input_h (Results 1 – 2 of 2) sorted by relevance
121 void GenerateQuarterResImagePlanar(ImageType im, int input_w, int input_h, in GenerateQuarterResImagePlanar() argument129 for (int j = 0; j < input_h; j += H2L_FACTOR) in GenerateQuarterResImagePlanar()141 for (int j = input_h; j < 2 * input_h; j += H2L_FACTOR) in GenerateQuarterResImagePlanar()153 for (int j = 2 * input_h; j < 3 * input_h; j += H2L_FACTOR) in GenerateQuarterResImagePlanar()
746 int input_h = m_im_height*2; in GenerateQuarterResImage() local749 for (int j = 0; j < input_h; j++) in GenerateQuarterResImage()771 for (int j = 2; j < input_h-2; j+=2) in GenerateQuarterResImage()