Searched refs:y_w (Results 1 – 3 of 3) sorted by relevance
532 const int y_w = img->d_w; in image2yuvconfig() local541 yv12->y_crop_width = y_w; in image2yuvconfig()543 yv12->y_width = y_w; in image2yuvconfig()
686 const int y_w = img->d_w; in image2yuvconfig() local695 yv12->y_crop_width = y_w; in image2yuvconfig()697 yv12->y_width = y_w; in image2yuvconfig()
478 double x_w, y_w; in compute_warp_and_error() local484 y_w = (double)i + v; in compute_warp_and_error()485 warped = interpolate(ref, x_w, y_w, width, height, stride); in compute_warp_and_error()