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

/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c550 float diff_y = (float)src_h / (float)dst_h; local
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
571 (float) src_w - offset_w*diff_x, (float) src_h - offset_h*diff_y,
/external/webp/src/enc/
H A Dpicture_csp.c539 const int diff_y = target_y[off] - best_rgb_y[i]; local
540 const int new_y = (int)best_y[off] + diff_y;

Completed in 102 milliseconds