Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.c91 const int h = vpx_img_plane_height(yuv_frame, plane); in read_yuv_frame()
230 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height() function
245 const int h = vpx_img_plane_height(img, plane); in vpx_img_write()
263 const int h = vpx_img_plane_height(img, plane); in vpx_img_read()
Dtools_common.h148 int vpx_img_plane_height(const vpx_image_t *img, int plane);
Dvpxdec.c284 const int h = vpx_img_plane_height(img, plane); in update_image_md5()
307 const int h = vpx_img_plane_height(img, plane); in write_image_file()