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

  /external/libvpx/libvpx/
tools_common.h 157 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift);
tools_common.c 344 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift) { function
vpxdec.c 931 vpx_img_upshift(img_shifted, img, output_bit_depth - img->bit_depth);
    [all...]
vpxenc.c     [all...]

Completed in 79 milliseconds