Home
last modified time | relevance | path

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

/external/libaom/libaom/examples/
Daom_cx_set_ref.c90 aom_img_truncate_16_to_8(&enc_hbd_img, &enc_img); in testing_decode()
97 aom_img_truncate_16_to_8(&dec_hbd_img, &dec_img); in testing_decode()
/external/libaom/libaom/common/
Dtools_common.h172 void aom_img_truncate_16_to_8(aom_image_t *dst, const aom_image_t *src);
Dtools_common.c325 void aom_img_truncate_16_to_8(aom_image_t *dst, const aom_image_t *src) { in aom_img_truncate_16_to_8() function
/external/libaom/libaom/apps/
Daomenc.c2061 aom_img_truncate_16_to_8(&enc_hbd_img, &enc_img); in test_decode()
2068 aom_img_truncate_16_to_8(&dec_hbd_img, &dec_img); in test_decode()