Searched refs:diff_y (Results 1 – 2 of 2) sorted by relevance
550 float diff_y = (float)src_h / (float)dst_h; in display_video() local570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y, in display_video()571 (float) src_w - offset_w*diff_x, (float) src_h - offset_h*diff_y, in display_video()
511 const int diff_y = target_y[off] - best_rgb_y[i]; in PreprocessARGB() local512 const int new_y = (int)best_y[off] + diff_y; in PreprocessARGB()