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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.h136 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.c247 const int w = vpx_img_plane_width(img, plane);
265 const int w = vpx_img_plane_width(img, plane);
/external/libvpx/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 263 milliseconds