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

1 2 3

  /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,
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 22 typedef uint8_t uint8; typedef
  /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
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 67 typedef uint8_t uint8; typedef
  /frameworks/ex/variablespeed/jni/
integral_types.h 28 typedef unsigned char uint8; typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 21 typedef unsigned char uint8; typedef in namespace:mkvmuxer
  /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
  /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) + \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 59 typedef unsigned char uint8; typedef
70 ((uint8*)((((uintptr_t)(p) + \
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /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) + \
  /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
  /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 */

Completed in 513 milliseconds

1 2 3