Searched refs:enc_hbd_img (Results 1 – 2 of 2) sorted by relevance
87 aom_image_t enc_hbd_img; in testing_decode() local88 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()
2175 aom_image_t enc_hbd_img; in test_decode() local2176 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()