Searched refs:dec_hbd_img (Results 1 – 2 of 2) sorted by relevance
94 aom_image_t dec_hbd_img; in testing_decode() local95 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()
2182 aom_image_t dec_hbd_img; in test_decode() local2183 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()