Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_I440 (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/vpx/
Dvpx_image.h45 VPX_IMG_FMT_I440 = VPX_IMG_FMT_PLANAR | 7, enumerator
50 VPX_IMG_FMT_I44016 = VPX_IMG_FMT_I440 | VPX_IMG_FMT_HIGHBITDEPTH
/external/libvpx/vpx/src/
Dvpx_image.c48 case VPX_IMG_FMT_I440: bps = 16; break; in img_alloc_helper()
72 case VPX_IMG_FMT_I440: in img_alloc_helper()
/external/libvpx/test/
Dyuv_video_source.h92 case VPX_IMG_FMT_I440: raw_size_ = width * height * 2; break; in SetSize()
Dvp9_end_to_end_test.cc49 { "park_joy_90p_8_440.yuv", 8, VPX_IMG_FMT_I440, VPX_BITS_8, 1 },
/external/libvpx/vp9/
Dvp9_iface_common.c29 img->fmt = VPX_IMG_FMT_I440; in yuvconfig2image()
Dsimple_encode.cc33 case VPX_IMG_FMT_I440: in get_plane_height()
1314 case VPX_IMG_FMT_I440: return frame_width_ * frame_height_ * 2; in GetFramePixelCount()
Dvp9_cx_iface.c384 case VPX_IMG_FMT_I440: in validate_img()
421 case VPX_IMG_FMT_I440: return 16; in get_image_bps()
/external/libvpx/
Dtools_common.c413 case VPX_IMG_FMT_I440: break; in lowbd_img_upshift()
454 case VPX_IMG_FMT_I440: break; in vpx_img_truncate_16_to_8()
523 case VPX_IMG_FMT_I440: break; in lowbd_img_downshift()
Dvpxenc.c1192 case VPX_IMG_FMT_I440: return "I440"; in image_format_to_string()
1721 case I440: input.fmt = VPX_IMG_FMT_I440; break; in main()
Dvpxdec.c1001 if (img->fmt == VPX_IMG_FMT_I440 || img->fmt == VPX_IMG_FMT_I44016) { in main_loop()
/external/libvpx/vp9/encoder/
Dvp9_encoder.c2234 case VPX_IMG_FMT_I440: in vpx_img_chroma_subsampling()