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.c87 const int h = vpx_img_plane_height(yuv_frame, plane); in read_yuv_frame()
212 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height() function
227 const int h = vpx_img_plane_height(img, plane); in vpx_img_write()
245 const int h = vpx_img_plane_height(img, plane); in vpx_img_read()
Dtools_common.h150 int vpx_img_plane_height(const vpx_image_t *img, int plane);
Dvpxdec.c265 const int h = vpx_img_plane_height(img, plane); in update_image_md5()
288 const int h = vpx_img_plane_height(img, plane); in write_image_file()