Home
last modified time | relevance | path

Searched refs:vpx_img_upshift (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/
Dtools_common.h158 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift);
Dtools_common.c344 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift) { in vpx_img_upshift() function
Dvpxdec.c971 vpx_img_upshift(img_shifted, img, output_bit_depth - img->bit_depth); in main_loop()
Dvpxenc.c2153 vpx_img_upshift(&raw_shift, &raw, input_shift); in main()