Searched refs:bytespp (Results 1 – 2 of 2) sorted by relevance
82 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local109 size_t needed = w * bytespp; in read_yuv_frame()
83 const int bytespp = (yuv_frame->fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local110 size_t needed = w * bytespp; in read_yuv_frame()