Searched refs:VPX_IMG_FMT_I44416 (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/ |
D | y4menc.c | 27 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()
|
D | tools_common.c | 285 case VPX_IMG_FMT_I44416: in highbd_img_upshift() 397 case VPX_IMG_FMT_I44416: in highbd_img_downshift()
|
D | y4minput.c | 990 _y4m->vpx_fmt = VPX_IMG_FMT_I44416; in y4m_input_open() 1005 _y4m->vpx_fmt = VPX_IMG_FMT_I44416; in y4m_input_open()
|
D | vpxenc.c | 1374 case VPX_IMG_FMT_I44416: return "I44416"; in image_format_to_string()
|
/external/libvpx/libvpx/test/ |
D | y4m_test.cc | 47 { "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()
|
D | vp9_end_to_end_test.cc | 50 { "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 },
|
D | yuv_video_source.h | 94 case VPX_IMG_FMT_I44416: raw_size_ = width * height * 6; break; in SetSize()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 65 VPX_IMG_FMT_I44416 = VPX_IMG_FMT_I444 | VPX_IMG_FMT_HIGHBITDEPTH, enumerator
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 64 case VPX_IMG_FMT_I44416: bps = 48; break; in img_alloc_helper()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 361 case VPX_IMG_FMT_I44416: in validate_img() 392 case VPX_IMG_FMT_I44416: return 48; in get_image_bps()
|