Searched defs:uint8 (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/libyuv/util/
H A Dpsnr.h23 typedef unsigned char uint8; typedef
34 double ComputeSumSquareError(const uint8* org, const uint8* rec, int size);
H A Dssim.h23 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/
H A Dmkvmuxertypes.hpp21 typedef unsigned char uint8; typedef in namespace:mkvmuxer
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h42 typedef uint8_t uint8; typedef
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp21 typedef unsigned char uint8; typedef in namespace:mkvmuxer
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_types.h42 typedef uint8_t uint8; typedef
/external/openfst/src/include/fst/
H A Dtypes.h33 typedef uint8_t uint8; typedef
/external/ceres-solver/internal/ceres/
H A Dintegral_types.h83 typedef UnsignedInteger< 8>::type uint8; typedef in namespace:ceres::internal
/external/chromium_org/third_party/smhasher/src/
H A DCity.h58 typedef uint8_t uint8; typedef
/external/chromium_org/third_party/snappy/linux/
H A Dsnappy-stubs-public.h63 typedef uint8_t uint8; typedef in namespace:snappy
72 typedef unsigned char uint8;
/external/chromium_org/third_party/snappy/mac/
H A Dsnappy-stubs-public.h63 typedef uint8_t uint8; typedef in namespace:snappy
72 typedef unsigned char uint8;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h59 typedef unsigned char uint8; typedef
70 ((uint8*)((((uintptr_t)(p) + \
/external/chromium_org/chrome/installer/test/
H A Dresource_loader.cc19 std::pair<const uint8*, DWORD>* resource_data) {
30 static_cast<const uint8*>(LockResource(loaded_resource));
74 std::pair<const uint8*, DWORD>* resource_data) {
83 std::pair<const uint8*, DWORD>* resource_data) {
17 DoLoad(HMODULE module, const wchar_t* name_or_id, const wchar_t* type_name_or_id, std::pair<const uint8*, DWORD>* resource_data) argument
72 Load(const std::wstring& name, const std::wstring& type, std::pair<const uint8*, DWORD>* resource_data) argument
81 Load(WORD id, WORD type, std::pair<const uint8*, DWORD>* resource_data) argument
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h63 typedef uint8_t uint8;
72 typedef unsigned char uint8; typedef in namespace:snappy
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h59 typedef unsigned char uint8; typedef
75 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
/external/chromium_org/base/
H A Dbasictypes.h23 typedef uint8_t uint8; typedef
45 const uint8 kuint8max = 0xFF;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h62 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/
H A Dbasic_types.h62 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/
H A Dbasictypes.h77 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/
H A Dbasictypes.h39 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/
H A Dbasictypes.h28 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/
H A Dutil.h69 typedef uint8_t uint8; typedef in namespace:re2
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.h21 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/
H A DBasic.h55 typedef unsigned char uint8; typedef
/external/regex-re2/util/
H A Dutil.h68 typedef uint8_t uint8; typedef in namespace:re2

Completed in 594 milliseconds

12