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()
32 fmt == VPX_IMG_FMT_I42216 ? "C422p10 XYSCSS=422P10\n" : in y4m_write_file_header()
37 fmt == VPX_IMG_FMT_I42216 ? "C422p12 XYSCSS=422P12\n" : in y4m_write_file_header()
42 fmt == VPX_IMG_FMT_I42216 ? "C422p14 XYSCSS=422P14\n" : in y4m_write_file_header()
47 fmt == VPX_IMG_FMT_I42216 ? "C422p16 XYSCSS=422P16\n" : in y4m_write_file_header()
Dtools_common.c303 case VPX_IMG_FMT_I42216: in highbd_img_upshift()
428 case VPX_IMG_FMT_I42216: in highbd_img_downshift()
Dy4minput.c842 _y4m->vpx_fmt = VPX_IMG_FMT_I42216; in y4m_input_open()
858 _y4m->vpx_fmt = VPX_IMG_FMT_I42216; in y4m_input_open()
Dvpxenc.c1378 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,
106 if (fmt == VPX_IMG_FMT_I422 || fmt == VPX_IMG_FMT_I42216) { in HeaderChecks()
Dvp9_end_to_end_test.cc53 {"park_joy_90p_10_422.y4m", 10, VPX_IMG_FMT_I42216, VPX_BITS_10, 3},
57 {"park_joy_90p_12_422.y4m", 12, VPX_IMG_FMT_I42216, VPX_BITS_12, 3},
Dyuv_video_source.h111 case VPX_IMG_FMT_I42216: in SetSize()
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c82 case VPX_IMG_FMT_I42216: in img_alloc_helper()
102 case VPX_IMG_FMT_I42216: in img_alloc_helper()
/external/libvpx/libvpx/vpx/
Dvpx_image.h64 VPX_IMG_FMT_I42216 = VPX_IMG_FMT_I422 | VPX_IMG_FMT_HIGHBITDEPTH, enumerator
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c350 case VPX_IMG_FMT_I42216: in validate_img()
379 case VPX_IMG_FMT_I42216: return 32; in get_image_bps()