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.c532 const int y_w = img->d_w; in image2yuvconfig() local
541 yv12->y_crop_width = y_w; in image2yuvconfig()
543 yv12->y_width = y_w; in image2yuvconfig()
Dvp8_cx_iface.c686 const int y_w = img->d_w; in image2yuvconfig() local
695 yv12->y_crop_width = y_w; in image2yuvconfig()
697 yv12->y_width = y_w; in image2yuvconfig()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c478 double x_w, y_w; in compute_warp_and_error() local
484 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()