HomeSort by relevance Sort by last modified time
    Searched refs:uint8 (Results 201 - 225 of 596) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/opencv3/3rdparty/libtiff/
tif_next.c 49 NeXTDecode(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s)
54 uint8* row;
133 tif->tif_rawcp = (uint8*) bp;
tif_compress.c 52 _TIFFNoRowEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
59 _TIFFNoStripEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
66 _TIFFNoTileEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
96 _TIFFNoRowDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
103 _TIFFNoStripDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
110 _TIFFNoTileDecode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
208 cd->info = (TIFFCodec*) ((uint8*) cd + sizeof (codec_t));
210 ((uint8*) cd->info + sizeof (TIFFCodec));
  /external/pdfium/third_party/libtiff/
tif_luv.c 165 uint8* tbuf; /* translation buffer */
167 void (*tfunc)(LogLuvState*, uint8*, tmsize_t);
184 LogL16Decode(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
238 tif->tif_rawcp = (uint8*) bp;
244 tif->tif_rawcp = (uint8*) bp;
253 LogLuvDecode24(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
282 tif->tif_rawcp = (uint8*) bp;
306 LogLuvDecode32(TIFF* tif, uint8* op, tmsize_t occ, uint16 s)
361 tif->tif_rawcp = (uint8*) bp;
367 tif->tif_rawcp = (uint8*) bp
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 81 const uint8* const data_; // The byte array.
113 uint8* const data_; // The byte array.
235 scoped_array<uint8> buffer_;
324 scoped_array<uint8> buffer_;
  /external/vulkan-validation-layers/libs/glm/detail/
glm.cpp 38 template struct tvec1<uint8, lowp>;
50 template struct tvec1<uint8, mediump>;
62 template struct tvec1<uint8, highp>;
75 template struct tvec2<uint8, lowp>;
86 template struct tvec2<uint8, mediump>;
97 template struct tvec2<uint8, highp>;
109 template struct tvec3<uint8, lowp>;
120 template struct tvec3<uint8, mediump>;
131 template struct tvec3<uint8, highp>;
143 template struct tvec4<uint8, lowp>
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 171 typedef uint8_t uint8; typedef
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_APIs.h 35 const uint8 regs[]
AKFS_Measure.h 45 uint8 regs[3]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 80 const uint8* const data_; // The byte array.
112 uint8* const data_; // The byte array.
234 scoped_array<uint8> buffer_;
323 scoped_array<uint8> buffer_;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 80 const uint8* const data_; // The byte array.
112 uint8* const data_; // The byte array.
234 scoped_array<uint8> buffer_;
323 scoped_array<uint8> buffer_;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 80 const uint8* const data_; // The byte array.
112 uint8* const data_; // The byte array.
234 scoped_array<uint8> buffer_;
323 scoped_array<uint8> buffer_;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl_lite.h 80 const uint8* const data_; // The byte array.
112 uint8* const data_; // The byte array.
234 scoped_array<uint8> buffer_;
323 scoped_array<uint8> buffer_;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 57 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB);
63 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB);
73 // oscl_memset(video->sliceNo, 0, sizeof(uint8)*nTotalMB);
141 uint8 *Mode = video->headerInfo.Mode;
173 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]);
174 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3);
187 video->sliceNo[mbnum] = (uint8) slice_counter;
241 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits(stream);
254 video->headerInfo.CBP[mbnum] |= (uint8)(CBPY << 2);
306 uint8 *Mode = video->headerInfo.Mode
    [all...]
block_idct.cpp 123 static void idctrow(int16 *blk, uint8 *pred, uint8 *dst, int width);
154 static void (*const idctrowVCA[10])(int16*, uint8*, uint8*, int) =
177 static void (*const idctrowVCA2[8])(int16*, uint8*, uint8*, int) =
261 uint8 *bitmapcol = mblock->bitmapcol[comp];
262 uint8 bitmaprow = mblock->bitmaprow[comp];
307 void idct_intra(int *block, uint8 *comp, int width);
311 void idctref_intra(int *block, uint8 *comp, int width)
    [all...]
chvr_filter.cpp 24 uint8 *rec,
29 uint8 *pp_mod)
39 uint8 *ptr, *ptr_c, *ptr_n;
147 *(ptr_c) = (uint8) delta;
159 *ptr_c = (uint8)(delta);
229 *(ptr - w1) = (uint8)(*(ptr - w1) - delta);
230 *(ptr) = (uint8)(*(ptr) + delta);
307 *(ptr_c) = (uint8) delta;
317 *ptr_c = (uint8)(delta);
386 *(ptr - 1) = (uint8)(*(ptr - 1) - delta)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 211 uint8 txdh; /* tx to host */
212 uint8 txd11; /* tx to d11 */
213 uint8 enq; /* waiting in q */
214 uint8 rxdh; /* rx from host */
215 uint8 rxd11; /* rx from d11 */
216 uint8 rxfill; /* dma_rxfill */
217 uint8 idle; /* avail in pool */
230 uint8 cbtoggle;
231 uint8 cbcnt;
232 uint8 ecbcnt
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 71 uint8 min_insn_length; // insn stands for instructin
74 uint8 line_range;
75 uint8 opcode_base;
258 uint8 address_size;
339 virtual bool StartCompilationUnit(uint64 offset, uint8 address_size,
340 uint8 offset_size, uint64 cu_length,
341 uint8 dwarf_version) { return false; }
701 uint8 version; // CFI data version number
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_win.cc 151 void I422ToARGBRow_SSSE3(const uint8* y_buf,
152 const uint8* u_buf,
153 const uint8* v_buf,
154 uint8* dst_argb,
158 const ptrdiff_t offset = (uint8*)v_buf - (uint8*)u_buf;
326 void J400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix) {
355 void J400ToARGBRow_AVX2(const uint8* src_y, uint8* dst_argb, int pix)
    [all...]
  /external/dng_sdk/source/
dng_pixel_buffer.cpp 76 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize);
79 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize);
90 (((const uint8 *) sPtr) + (int32)(count1 - 1) * sStep1 * (int32)sPixelSize);
93 (((uint8 *) dPtr) + (int32)(count1 - 1) * dStep1 * (int32)dPixelSize);
104 (((const uint8 *) sPtr) + (int32)(count2 - 1) * sStep2 * (int32)sPixelSize);
107 (((uint8 *) dPtr) + (int32)(count2 - 1) * dStep2 * (int32)dPixelSize);
127 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize);
130 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize);
141 (((const uint8 *) sPtr) + (int32)(count1 - 1) * sStep1 * (int32)sPixelSize);
144 (((uint8 *) dPtr) + (int32)(count1 - 1) * dStep1 * (int32)dPixelSize)
    [all...]
dng_mosaic_info.h 48 uint8 fCFAPattern [kMaxCFAPattern] [kMaxCFAPattern];
54 uint8 fCFAPlaneColor [kMaxColorPlanes];
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 84 bool Init(const uint8* frame, uint64 length);
87 bool AddAdditionalData(const uint8* additional, uint64 length, uint64 add_id);
97 const uint8* additional() const { return additional_; }
101 const uint8* frame() const { return frame_; }
124 uint8* additional_;
133 uint8* frame_;
294 bool SetEncryptionID(const uint8* id, uint64 length);
318 uint8* enc_key_id_;
358 bool SetCodecPrivate(const uint8* codec_private, uint64 length);
362 const uint8* codec_private() const { return codec_private_;
    [all...]
  /external/libyuv/files/include/libyuv/
basic_types.h 59 typedef unsigned char uint8; typedef
75 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
  /external/libyuv/files/util/
compare.cc 32 uint8 buf1[kBlockSize];
33 uint8 buf2[kBlockSize];
  /external/neven/Embedded/common/src/b_BasicEm/
UInt8Arr.h 45 uint8* arrPtrE;
122 uint8 valA );
  /external/opencv3/samples/python2/
distrans.py 44 vis = cm[np.uint8(labels)]
46 vis = cm[np.uint8(dist*2)]

Completed in 482 milliseconds

1 2 3 4 5 6 7 891011>>