HomeSort by relevance Sort by last modified time
    Searched full:scaled_img (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/
vpxdec.c 703 vpx_image_t *scaled_img = NULL; local
1044 scaled_img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420,
1053 scaled_img->planes[VPX_PLANE_Y],
1054 scaled_img->stride[VPX_PLANE_Y],
1055 scaled_img->planes[VPX_PLANE_U],
1056 scaled_img->stride[VPX_PLANE_U],
1057 scaled_img->planes[VPX_PLANE_V],
1058 scaled_img->stride[VPX_PLANE_V],
1061 img = scaled_img;
    [all...]

Completed in 190 milliseconds