Searched refs:y_w (Results 1 – 3 of 3) sorted by relevance
533 const int y_w = img->d_w; in image2yuvconfig() local542 yv12->y_crop_width = y_w; in image2yuvconfig()544 yv12->y_width = y_w; in image2yuvconfig()
716 const int y_w = img->d_w; in image2yuvconfig() local725 yv12->y_crop_width = y_w; in image2yuvconfig()727 yv12->y_width = y_w; in image2yuvconfig()
609 double x_w, y_w; in compute_warp_and_error() local615 y_w = (double)i + v; in compute_warp_and_error()616 warped = interpolate(ref, x_w, y_w, width, height, stride); in compute_warp_and_error()