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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dtools_common.h142 int vpx_img_plane_width(const vpx_image_t *img, int plane);
H A Dtools_common.c206 int vpx_img_plane_width(const vpx_image_t *img, int plane) { function
226 const int w = vpx_img_plane_width(img, plane);
243 const int w = vpx_img_plane_width(img, plane);
H A Dvpxdec.c245 const int w = vpx_img_plane_width(img, plane);
263 const int w = vpx_img_plane_width(img, plane);

Completed in 57 milliseconds