Home
last modified time | relevance | path

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

/external/libaom/libaom/examples/
Daom_cx_set_ref.c87 aom_image_t enc_hbd_img; in testing_decode() local
88 aom_img_alloc(&enc_hbd_img, enc_img.fmt - AOM_IMG_FMT_HIGHBITDEPTH, in testing_decode()
90 aom_img_truncate_16_to_8(&enc_hbd_img, &enc_img); in testing_decode()
91 enc_img = enc_hbd_img; in testing_decode()
/external/libaom/libaom/apps/
Daomenc.c2175 aom_image_t enc_hbd_img; in test_decode() local
2176 aom_img_alloc(&enc_hbd_img, enc_img.fmt - AOM_IMG_FMT_HIGHBITDEPTH, in test_decode()
2178 aom_img_truncate_16_to_8(&enc_hbd_img, &enc_img); in test_decode()
2179 enc_img = enc_hbd_img; in test_decode()