Home
last modified time | relevance | path

Searched defs:bytespp (Results 1 – 2 of 2) sorted by relevance

/external/libaom/common/
Dtools_common.c84 const int bytespp = (yuv_frame->fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local
257 const int bytespp = (img->fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in aom_img_read() local
/external/libvpx/
Dtools_common.c90 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local