Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_VPXYV12 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vpx/
Dvpx_image.h57VPX_IMG_FMT_VPXYV12 = VPX_IMG_FMT_PLANAR | VPX_IMG_FMT_UV_FLIP | 3, /** < planar 4:2:0 format with… enumerator
92 #define IMG_FMT_VPXYV12 VPX_IMG_FMT_VPXYV12 /**< \deprecated Use #VPX_IMG_FMT_VPXYV12 */
/external/libvpx/vpx/src/
Dvpx_image.c60 case VPX_IMG_FMT_VPXYV12: in img_alloc_helper()
74 case VPX_IMG_FMT_VPXYV12: in img_alloc_helper()
87 case VPX_IMG_FMT_VPXYV12: in img_alloc_helper()
/external/libvpx/vp8/
Dvp8_cx_iface.c235 case VPX_IMG_FMT_VPXYV12: in validate_img()
588 …yv12->clrtype = (img->fmt == VPX_IMG_FMT_VPXI420 || img->fmt == VPX_IMG_FMT_VPXYV12); //REG_YUV = 0 in image2yuvconfig()
Dvp8_dx_iface.c567 yv12->clrtype = (img->fmt == VPX_IMG_FMT_VPXI420 || img->fmt == VPX_IMG_FMT_VPXYV12); in image2yuvconfig()