Searched defs:vpx_img_plane_height (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c91 const int h = vpx_img_plane_height(yuv_frame, plane);
214 int vpx_img_plane_height(const vpx_image_t *img, int plane) { function
228 const int h = vpx_img_plane_height(img, plane);
246 const int h = vpx_img_plane_height(img, plane);
/external/libvpx/libvpx/
H A Dtools_common.c213 int vpx_img_plane_height(const vpx_image_t *img, int plane) { function
227 const int h = vpx_img_plane_height(img, plane);
244 const int h = vpx_img_plane_height(img, plane);

Completed in 53 milliseconds