Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_RGB555 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_image.h43 VPX_IMG_FMT_RGB555, /**< 16 bit per pixel, 555 */ enumerator
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c49 case VPX_IMG_FMT_RGB555: in img_alloc_helper()