Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4menc.c27 color = fmt == VPX_IMG_FMT_I44416 in y4m_write_file_header()
33 color = fmt == VPX_IMG_FMT_I44416 in y4m_write_file_header()
39 color = fmt == VPX_IMG_FMT_I44416 in y4m_write_file_header()
45 color = fmt == VPX_IMG_FMT_I44416 in y4m_write_file_header()
51 color = fmt == VPX_IMG_FMT_I44416 in y4m_write_file_header()
Dtools_common.c285 case VPX_IMG_FMT_I44416: in highbd_img_upshift()
397 case VPX_IMG_FMT_I44416: in highbd_img_downshift()
Dy4minput.c1006 _y4m->vpx_fmt = VPX_IMG_FMT_I44416; in y4m_input_open()
1021 _y4m->vpx_fmt = VPX_IMG_FMT_I44416; in y4m_input_open()
Dvpxenc.c1403 case VPX_IMG_FMT_I44416: return "I44416"; in image_format_to_string()
/external/libvpx/libvpx/test/
Dy4m_test.cc47 { "park_joy_90p_10_444.y4m", 10, VPX_IMG_FMT_I44416,
53 { "park_joy_90p_12_444.y4m", 12, VPX_IMG_FMT_I44416,
110 if (fmt == VPX_IMG_FMT_I444 || fmt == VPX_IMG_FMT_I44416) { in HeaderChecks()
Dvp9_end_to_end_test.cc50 { "park_joy_90p_10_444.y4m", 10, VPX_IMG_FMT_I44416, VPX_BITS_10, 3 },
54 { "park_joy_90p_12_444.y4m", 12, VPX_IMG_FMT_I44416, VPX_BITS_12, 3 },
Dyuv_video_source.h94 case VPX_IMG_FMT_I44416: raw_size_ = width * height * 6; break; in SetSize()
/external/libvpx/libvpx/vpx/
Dvpx_image.h65 VPX_IMG_FMT_I44416 = VPX_IMG_FMT_I444 | VPX_IMG_FMT_HIGHBITDEPTH, enumerator
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c64 case VPX_IMG_FMT_I44416: bps = 48; break; in img_alloc_helper()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c375 case VPX_IMG_FMT_I44416: in validate_img()
406 case VPX_IMG_FMT_I44416: return 48; in get_image_bps()