Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_I42216 (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/
Dy4menc.c27 : fmt == VPX_IMG_FMT_I42216 ? "C422p9 XYSCSS=422P9\n" in y4m_write_file_header()
33 : fmt == VPX_IMG_FMT_I42216 ? "C422p10 XYSCSS=422P10\n" in y4m_write_file_header()
39 : fmt == VPX_IMG_FMT_I42216 ? "C422p12 XYSCSS=422P12\n" in y4m_write_file_header()
45 : fmt == VPX_IMG_FMT_I42216 ? "C422p14 XYSCSS=422P14\n" in y4m_write_file_header()
51 : fmt == VPX_IMG_FMT_I42216 ? "C422p16 XYSCSS=422P16\n" in y4m_write_file_header()
Dtools_common.c284 case VPX_IMG_FMT_I42216: in highbd_img_upshift()
396 case VPX_IMG_FMT_I42216: in highbd_img_downshift()
Dy4minput.c936 _y4m->vpx_fmt = VPX_IMG_FMT_I42216; in y4m_input_open()
952 _y4m->vpx_fmt = VPX_IMG_FMT_I42216; in y4m_input_open()
Dvpxenc.c1410 case VPX_IMG_FMT_I42216: return "I42216"; in image_format_to_string()
/external/libvpx/libvpx/test/
Dy4m_test.cc45 { "park_joy_90p_10_422.y4m", 10, VPX_IMG_FMT_I42216,
51 { "park_joy_90p_12_422.y4m", 12, VPX_IMG_FMT_I42216,
105 if (fmt == VPX_IMG_FMT_I422 || fmt == VPX_IMG_FMT_I42216) { in HeaderChecks()
Dvp9_end_to_end_test.cc52 { "park_joy_90p_10_422.y4m", 10, VPX_IMG_FMT_I42216, VPX_BITS_10, 3 },
56 { "park_joy_90p_12_422.y4m", 12, VPX_IMG_FMT_I42216, VPX_BITS_12, 3 },
Dyuv_video_source.h92 case VPX_IMG_FMT_I42216: raw_size_ = width * height * 4; break; in SetSize()
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c47 case VPX_IMG_FMT_I42216: in img_alloc_helper()
59 case VPX_IMG_FMT_I42216: xcs = 1; break; in img_alloc_helper()
/external/libvpx/libvpx/vpx/
Dvpx_image.h47 VPX_IMG_FMT_I42216 = VPX_IMG_FMT_I422 | VPX_IMG_FMT_HIGHBITDEPTH, enumerator
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c360 case VPX_IMG_FMT_I42216: in validate_img()
391 case VPX_IMG_FMT_I42216: return 32; in get_image_bps()