Home
last modified time | relevance | path

Searched refs:vpx_img_truncate_16_to_8 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/
Dtools_common.h157 void vpx_img_truncate_16_to_8(vpx_image_t *dst, vpx_image_t *src);
Dtools_common.c380 void vpx_img_truncate_16_to_8(vpx_image_t *dst, vpx_image_t *src) { in vpx_img_truncate_16_to_8() function
Dvpxenc.c1851 vpx_img_truncate_16_to_8(&enc_img, &ref_enc.img); in test_decode()
1856 vpx_img_truncate_16_to_8(&dec_img, &ref_dec.img); in test_decode()