Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.c82 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local
109 size_t needed = w * bytespp; in read_yuv_frame()
/external/libaom/libaom/common/
Dtools_common.c83 const int bytespp = (yuv_frame->fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local
110 size_t needed = w * bytespp; in read_yuv_frame()