Home
last modified time | relevance | path

Searched refs:diff_y (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c550 float diff_y = (float)src_h / (float)dst_h; in display_video() local
570 (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()
/external/webp/src/enc/
Dpicture_csp.c511 const int diff_y = target_y[off] - best_rgb_y[i]; in PreprocessARGB() local
512 const int new_y = (int)best_y[off] + diff_y; in PreprocessARGB()