HomeSort by relevance Sort by last modified time
    Searched defs:GetVertSampFactor (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 193 int MJpegDecoder::GetVertSampFactor(int component) {
204 GetVertSampFactor(component);
  /external/libyuv/files/source/
mjpeg_decoder.cc 193 int MJpegDecoder::GetVertSampFactor(int component) {
202 return decompress_struct_->max_v_samp_factor / GetVertSampFactor(component);

Completed in 302 milliseconds