Home
last modified time | relevance | path

Searched defs:bytes_per_sample (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/test/
Dmd5_helper.h31 const int bytes_per_sample = (img->fmt & VPX_IMG_FMT_HIGH) ? 2 : 1; in Add() local
Dy4m_test.cc60 const int bytes_per_sample = (img->fmt & VPX_IMG_FMT_HIGH) ? 2 : 1; in write_image_file() local
/external/flac/libFLAC/
Dmd5.c274 …const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) in format_input_()
491 …const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) in FLAC__MD5Accumulate()
/external/libvpx/libvpx/
Dy4minput.c996 int bytes_per_sample = _y4m->bit_depth > 8 ? 2 : 1; in y4m_input_fetch_frame() local