Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dxcam_utils.cpp217 double ref_curr_x, double ref_curr_y) in linear_interpolate_p4() argument
230 dist_lt = (double)abs(ref_curr_x - ref_lt_x) + (double)abs(ref_curr_y - ref_lt_y); in linear_interpolate_p4()
231 dist_rt = (double)abs(ref_curr_x - ref_rt_x) + (double)abs(ref_curr_y - ref_rt_y); in linear_interpolate_p4()
232 dist_lb = (double)abs(ref_curr_x - ref_lb_x) + (double)abs(ref_curr_y - ref_lb_y); in linear_interpolate_p4()
233 dist_rb = (double)abs(ref_curr_x - ref_rb_x) + (double)abs(ref_curr_y - ref_rb_y); in linear_interpolate_p4()
Dxcam_utils.h58 double ref_curr_x, double ref_curr_y);