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

  /external/libvpx/libvpx/
vpxdec.c 533 vpx_image_t *img_shifted = NULL; local
920 if (img_shifted &&
921 img_shifted_realloc_required(img, img_shifted, shifted_fmt)) {
922 vpx_img_free(img_shifted);
923 img_shifted = NULL;
925 if (!img_shifted) {
926 img_shifted =
928 img_shifted->bit_depth = output_bit_depth;
931 vpx_img_upshift(img_shifted, img, output_bit_depth - img->bit_depth);
933 vpx_img_downshift(img_shifted, img
    [all...]

Completed in 255 milliseconds