HomeSort by relevance Sort by last modified time
    Searched refs:GetVerticalShift (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_x86.cc 29 unsigned int y_shift = GetVerticalShift(yuv_type);
59 unsigned int y_shift = GetVerticalShift(yuv_type);
convert_yuv_to_rgb_c.cc 228 unsigned int y_shift = GetVerticalShift(yuv_type);
  /external/chromium_org/media/base/
yuv_convert.h 33 MEDIA_EXPORT int GetVerticalShift(YUVType type);
yuv_convert.cc 120 int GetVerticalShift(YUVType type) {
244 unsigned int y_shift = GetVerticalShift(yuv_type);

Completed in 51 milliseconds