HomeSort by relevance Sort by last modified time
    Searched refs:vpx_img_plane_height (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/
tools_common.c 87 const int h = vpx_img_plane_height(yuv_frame, plane);
212 int vpx_img_plane_height(const vpx_image_t *img, int plane) { function
227 const int h = vpx_img_plane_height(img, plane);
245 const int h = vpx_img_plane_height(img, plane);
tools_common.h 150 int vpx_img_plane_height(const vpx_image_t *img, int plane);
vpxdec.c 273 const int h = vpx_img_plane_height(img, plane);
296 const int h = vpx_img_plane_height(img, plane);
    [all...]

Completed in 66 milliseconds