Home
last modified time | relevance | path

Searched refs:y_w (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c533 const int y_w = img->d_w; in image2yuvconfig() local
542 yv12->y_crop_width = y_w; in image2yuvconfig()
544 yv12->y_width = y_w; in image2yuvconfig()
Dvp8_cx_iface.c716 const int y_w = img->d_w; in image2yuvconfig() local
725 yv12->y_crop_width = y_w; in image2yuvconfig()
727 yv12->y_width = y_w; in image2yuvconfig()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c609 double x_w, y_w; in compute_warp_and_error() local
615 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()