Home | History | Annotate | Download | only in src

Lines Matching refs:vpx_image_t

18 static vpx_image_t *img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt,
101 img = (vpx_image_t *)calloc(1, sizeof(vpx_image_t));
107 memset(img, 0, sizeof(vpx_image_t));
154 vpx_image_t *vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt,
160 vpx_image_t *vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w,
168 int vpx_img_set_rect(vpx_image_t *img, unsigned int x, unsigned int y,
218 void vpx_img_flip(vpx_image_t *img) {
241 void vpx_img_free(vpx_image_t *img) {