Searched refs:VPX_IMG_FMT_HIGHBITDEPTH (Results 1 – 8 of 8) sorted by relevance
37 #define VPX_IMG_FMT_HIGHBITDEPTH 0x800 /**< Image uses 16bit framebuffer. */ macro63 VPX_IMG_FMT_I42016 = VPX_IMG_FMT_I420 | VPX_IMG_FMT_HIGHBITDEPTH,64 VPX_IMG_FMT_I42216 = VPX_IMG_FMT_I422 | VPX_IMG_FMT_HIGHBITDEPTH,65 VPX_IMG_FMT_I44416 = VPX_IMG_FMT_I444 | VPX_IMG_FMT_HIGHBITDEPTH,66 VPX_IMG_FMT_I44016 = VPX_IMG_FMT_I440 | VPX_IMG_FMT_HIGHBITDEPTH
86 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame()244 ((img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1); in vpx_img_write()262 ((img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1); in vpx_img_read()338 dst->fmt != src->fmt + VPX_IMG_FMT_HIGHBITDEPTH || in lowbd_img_upshift()373 if (src->fmt & VPX_IMG_FMT_HIGHBITDEPTH) { in vpx_img_upshift()382 if (dst->fmt + VPX_IMG_FMT_HIGHBITDEPTH != src->fmt || in vpx_img_truncate_16_to_8()461 src->fmt != dst->fmt + VPX_IMG_FMT_HIGHBITDEPTH || in lowbd_img_downshift()496 if (dst->fmt & VPX_IMG_FMT_HIGHBITDEPTH) { in vpx_img_downshift()
750 if (img1->fmt & VPX_IMG_FMT_HIGHBITDEPTH) { in compare_img()1596 if ((img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) && in encode_frame()1846 if ((enc_img.fmt & VPX_IMG_FMT_HIGHBITDEPTH) != in test_decode()1847 (dec_img.fmt & VPX_IMG_FMT_HIGHBITDEPTH)) { in test_decode()1848 if (enc_img.fmt & VPX_IMG_FMT_HIGHBITDEPTH) { in test_decode()1849 vpx_img_alloc(&enc_img, enc_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode()1853 if (dec_img.fmt & VPX_IMG_FMT_HIGHBITDEPTH) { in test_decode()1854 vpx_img_alloc(&dec_img, dec_img.fmt - VPX_IMG_FMT_HIGHBITDEPTH, in test_decode()1867 if (enc_img.fmt & VPX_IMG_FMT_HIGHBITDEPTH) { in test_decode()2041 if (input.bit_depth > 8) input.fmt |= VPX_IMG_FMT_HIGHBITDEPTH; in main()[all …]
283 ((img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1); in update_image_md5()297 const int bytes_per_sample = ((img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1); in write_image_file()996 img->fmt ^ (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) : in main_loop()997 img->fmt | VPX_IMG_FMT_HIGHBITDEPTH; in main_loop()
132 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()163 img->bit_depth = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 16 : 8; in img_alloc_helper()219 (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in vpx_img_set_rect()
62 img->fmt = (vpx_img_fmt_t)(img->fmt | VPX_IMG_FMT_HIGHBITDEPTH); in yuvconfig2image()107 if (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) { in image2yuvconfig()
32 (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in Add()
62 const int bytes_per_sample = (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in write_image_file()