Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.c86 const int w = vpx_img_plane_width(yuv_frame, plane); in read_yuv_frame()
205 int vpx_img_plane_width(const vpx_image_t *img, int plane) { in vpx_img_plane_width() function
225 const int w = vpx_img_plane_width(img, plane) * in vpx_img_write()
243 const int w = vpx_img_plane_width(img, plane) * in vpx_img_read()
Dtools_common.h149 int vpx_img_plane_width(const vpx_image_t *img, int plane);
Dvpxdec.c263 const int w = vpx_img_plane_width(img, plane) * in update_image_md5()
287 const int w = vpx_img_plane_width(img, plane); in write_image_file()