Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_I44016 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_end_to_end_test.cc55 {"park_joy_90p_10_440.yuv", 10, VPX_IMG_FMT_I44016, VPX_BITS_10, 3},
59 {"park_joy_90p_12_440.yuv", 12, VPX_IMG_FMT_I44016, VPX_BITS_12, 3},
Dyuv_video_source.h114 case VPX_IMG_FMT_I44016: in SetSize()
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c83 case VPX_IMG_FMT_I44016: in img_alloc_helper()
117 case VPX_IMG_FMT_I44016: in img_alloc_helper()
/external/libvpx/libvpx/vpx/
Dvpx_image.h66 VPX_IMG_FMT_I44016 = VPX_IMG_FMT_I440 | VPX_IMG_FMT_HIGHBITDEPTH enumerator
/external/libvpx/libvpx/
Dtools_common.c305 case VPX_IMG_FMT_I44016: in highbd_img_upshift()
430 case VPX_IMG_FMT_I44016: in highbd_img_downshift()
Dvpxdec.c1023 if (img->fmt == VPX_IMG_FMT_I440 || img->fmt == VPX_IMG_FMT_I44016) { in main_loop()
Dvpxenc.c1380 case VPX_IMG_FMT_I44016: return "I44016"; in image_format_to_string()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c352 case VPX_IMG_FMT_I44016: in validate_img()
381 case VPX_IMG_FMT_I44016: return 32; in get_image_bps()