Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.h155 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, int input_shift);
Dtools_common.c371 void vpx_img_upshift(vpx_image_t *dst, vpx_image_t *src, in vpx_img_upshift() function
Dvpxdec.c1009 vpx_img_upshift(img_shifted, img, in main_loop()
Dvpxenc.c2170 vpx_img_upshift(&raw_shift, &raw, input_shift); in main()