HomeSort by relevance Sort by last modified time
    Searched defs:uint8 (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/libyuv/util/
psnr.h 23 typedef unsigned char uint8; typedef
34 double ComputeSumSquareError(const uint8* org, const uint8* rec, int size);
ssim.h 23 typedef unsigned char uint8; typedef
27 double CalcSSIM(const uint8* org, const uint8* rec,
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 21 typedef unsigned char uint8; typedef in namespace:mkvmuxer
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_types.h 42 typedef uint8_t uint8; typedef
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 21 typedef unsigned char uint8; typedef in namespace:mkvmuxer
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 42 typedef uint8_t uint8; typedef
  /external/openfst/src/include/fst/
types.h 33 typedef uint8_t uint8; typedef
  /external/ceres-solver/internal/ceres/
integral_types.h 83 typedef UnsignedInteger< 8>::type uint8; typedef in namespace:ceres::internal
  /external/chromium_org/third_party/smhasher/src/
City.h 58 typedef uint8_t uint8; typedef
Spooky.h 35 typedef unsigned __int8 uint8; typedef
42 typedef uint8_t uint8; typedef
290 uint8 m_remainder; // length of unhashed data stashed in m_data
  /external/chromium_org/third_party/snappy/linux/
snappy-stubs-public.h 63 typedef uint8_t uint8; typedef in namespace:snappy
72 typedef unsigned char uint8;
  /external/chromium_org/third_party/snappy/mac/
snappy-stubs-public.h 63 typedef uint8_t uint8; typedef in namespace:snappy
72 typedef unsigned char uint8;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 59 typedef unsigned char uint8; typedef
70 ((uint8*)((((uintptr_t)(p) + \
  /external/chromium_org/third_party/snappy/win32/
snappy-stubs-public.h 63 typedef uint8_t uint8;
72 typedef unsigned char uint8; typedef in namespace:snappy
  /external/libyuv/files/include/libyuv/
basic_types.h 59 typedef unsigned char uint8; typedef
75 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
  /external/chromium_org/base/
basictypes.h 23 typedef uint8_t uint8; typedef
45 const uint8 kuint8max = 0xFF;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 62 typedef unsigned char uint8; typedef
80 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
84 ((uint8*)((((uintptr_t)(p) + ((t) - 1)) & ~((t) - 1)))) /* NOLINT */
  /external/chromium_org/third_party/libyuv/include/libyuv/
basic_types.h 62 typedef unsigned char uint8; typedef
80 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
84 ((uint8*)((((uintptr_t)(p) + ((t) - 1)) & ~((t) - 1)))) /* NOLINT */
  /external/chromium_org/third_party/webrtc/base/
basictypes.h 77 typedef unsigned char uint8; typedef
124 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 39 typedef uint8_t uint8; typedef
44 const uint8 kuint8max = UINT8_MAX;
82 typedef unsigned char uint8; typedef
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 28 typedef uint8_t uint8; typedef in namespace:i18n::phonenumbers
33 const uint8 kuint8max = UINT8_MAX;
71 typedef unsigned char uint8;
  /external/chromium_org/third_party/re2/util/
util.h 69 typedef uint8_t uint8; typedef in namespace:re2
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h 21 typedef uint8_t uint8; typedef
64 virtual uint8* SetSize(int width, int height) = 0;
84 void PutPixel(int x, int y, uint8 col);
88 uint8 GetByte();
92 const uint8* data_;
100 scoped_array<uint8> colTab_;
110 uint8* output_;
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 55 typedef unsigned char uint8; typedef
  /external/clang/test/SemaCXX/
conversion-function.cpp 258 typedef unsigned char uint8; typedef in namespace:PR7934
267 operator uint8*() { return reinterpret_cast<uint8*>(ptr); }

Completed in 697 milliseconds

1 2