Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/common/
H A Dtools_common.c93 const int bytespp = (yuv_frame->fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local
248 const int bytespp = (img->fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in aom_img_write() local
270 const int bytespp = (img->fmt & AOM_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in aom_img_read() local
/aosp_15_r20/external/libvpx/
H A Dtools_common.c86 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in read_yuv_frame() local
226 const int bytespp = (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in vpx_img_write() local
249 const int bytespp = (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; in vpx_img_read() local