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

  /external/libvpx/libvpx/
tools_common.c 86 const int w = vpx_img_plane_width(yuv_frame, plane);
205 int vpx_img_plane_width(const vpx_image_t *img, int plane) { function
225 const int w = vpx_img_plane_width(img, plane) *
243 const int w = vpx_img_plane_width(img, plane) *
tools_common.h 149 int vpx_img_plane_width(const vpx_image_t *img, int plane);
vpxdec.c 271 const int w = vpx_img_plane_width(img, plane) *
295 const int w = vpx_img_plane_width(img, plane);
    [all...]

Completed in 66 milliseconds