Home
last modified time | relevance | path

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

/external/libvpx/vpx/src/
Dvpx_image.c52 case VPX_IMG_FMT_I44016: bps = 32; break; in img_alloc_helper()
75 case VPX_IMG_FMT_I44016: ycs = 1; break; in img_alloc_helper()
/external/libvpx/vpx/
Dvpx_image.h50 VPX_IMG_FMT_I44016 = VPX_IMG_FMT_I440 | VPX_IMG_FMT_HIGHBITDEPTH enumerator
/external/libvpx/test/
Dvp9_end_to_end_test.cc54 { "park_joy_90p_10_440.yuv", 10, VPX_IMG_FMT_I44016, VPX_BITS_10, 3 },
58 { "park_joy_90p_12_440.yuv", 12, VPX_IMG_FMT_I44016, VPX_BITS_12, 3 },
Dyuv_video_source.h96 case VPX_IMG_FMT_I44016: raw_size_ = width * height * 4; break; in SetSize()
/external/libvpx/
Dtools_common.c377 case VPX_IMG_FMT_I44016: break; in highbd_img_upshift()
489 case VPX_IMG_FMT_I44016: break; in highbd_img_downshift()
Dvpxdec.c1001 if (img->fmt == VPX_IMG_FMT_I440 || img->fmt == VPX_IMG_FMT_I44016) { in main_loop()
Dvpxenc.c1197 case VPX_IMG_FMT_I44016: return "I44016"; in image_format_to_string()
/external/libvpx/vp9/
Dsimple_encode.cc36 case VPX_IMG_FMT_I44016: return (frame_height + 1) >> 1; in get_plane_height()
1318 case VPX_IMG_FMT_I44016: return frame_width_ * frame_height_ * 2; in GetFramePixelCount()
Dvp9_cx_iface.c393 case VPX_IMG_FMT_I44016: in validate_img()
425 case VPX_IMG_FMT_I44016: return 32; in get_image_bps()
/external/libvpx/vp9/encoder/
Dvp9_encoder.c2238 case VPX_IMG_FMT_I44016: *subsampling_y = 1; break; in vpx_img_chroma_subsampling()