Home
last modified time | relevance | path

Searched refs:dec_hbd_img (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/examples/
Daom_cx_set_ref.c94 aom_image_t dec_hbd_img; in testing_decode() local
95 aom_img_alloc(&dec_hbd_img, dec_img.fmt - AOM_IMG_FMT_HIGHBITDEPTH, in testing_decode()
97 aom_img_truncate_16_to_8(&dec_hbd_img, &dec_img); in testing_decode()
98 dec_img = dec_hbd_img; in testing_decode()
/external/libaom/libaom/apps/
Daomenc.c2182 aom_image_t dec_hbd_img; in test_decode() local
2183 aom_img_alloc(&dec_hbd_img, dec_img.fmt - AOM_IMG_FMT_HIGHBITDEPTH, in test_decode()
2185 aom_img_truncate_16_to_8(&dec_hbd_img, &dec_img); in test_decode()
2186 dec_img = dec_hbd_img; in test_decode()