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

1 2 3 4

  /external/libyuv/files/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,
28 const uint8* rec,
  /external/libtextclassifier/util/base/
integral_types.h 31 typedef unsigned char uint8; // NOLINT typedef in namespace:libtextclassifier2
53 static_assert(sizeof(uint8) == 1, "wrong size");
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxertypes.h 13 typedef unsigned char uint8; typedef in namespace:mkvmuxer
  /external/tensorflow/tensorflow/core/platform/default/
integral_types.h 29 typedef unsigned char uint8; typedef in namespace:tensorflow
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 67 typedef uint8_t uint8; typedef
  /external/dng_sdk/source/
dng_types.h 46 typedef uint8_t uint8; typedef
62 typedef unsigned char uint8; typedef
  /external/flatbuffers/python/flatbuffers/
packer.py 27 uint8 = struct.Struct("<B") variable
  /external/google-breakpad/src/common/dwarf/
types.h 43 typedef unsigned char uint8; typedef
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 42 typedef uint8_t uint8; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /external/libffi/src/sparc/
v8.S 114 be,a uint8
143 uint8: label
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v8.S 114 be,a uint8
143 uint8: label
  /external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
v8.S 114 be,a uint8
143 uint8: label
  /external/syslinux/gpxe/src/include/
stdint.h 28 typedef uint8_t uint8; typedef
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 44 typedef unsigned char uint8; typedef in namespace:le_fx
87 uint8 *data;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 27 typedef uint8_t uint8; typedef
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 59 typedef unsigned char uint8; typedef
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
arm-gcc.h 39 integers of at least as many bits as specified. For example, `uint8' should
42 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
47 typedef int uint8; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
arm-gcc.h 35 integers of at least as many bits as specified. For example, `uint8' should
38 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
43 typedef int uint8; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
arm-gcc.h 39 integers of at least as many bits as specified. For example, `uint8' should
42 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
47 typedef int uint8; typedef
  /external/libvpx/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 */

Completed in 1345 milliseconds

1 2 3 4