UINT8            1259 3rdparty/libjpeg/jchuff.c   UINT8 bits[MAX_CLEN+1];	/* bits[k] = # of symbols with code length k */
UINT8            1381 3rdparty/libjpeg/jchuff.c         htbl->huffval[p] = (UINT8) j;
UINT8             170 3rdparty/libjpeg/jcparam.c                 JHUFF_TBL **htblptr, const UINT8 *bits, const UINT8 *val)
UINT8             191 3rdparty/libjpeg/jcparam.c   MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
UINT8             203 3rdparty/libjpeg/jcparam.c   static const UINT8 bits_dc_luminance[17] =
UINT8             205 3rdparty/libjpeg/jcparam.c   static const UINT8 val_dc_luminance[] =
UINT8             208 3rdparty/libjpeg/jcparam.c   static const UINT8 bits_dc_chrominance[17] =
UINT8             210 3rdparty/libjpeg/jcparam.c   static const UINT8 val_dc_chrominance[] =
UINT8             213 3rdparty/libjpeg/jcparam.c   static const UINT8 bits_ac_luminance[17] =
UINT8             215 3rdparty/libjpeg/jcparam.c   static const UINT8 val_ac_luminance[] =
UINT8             238 3rdparty/libjpeg/jcparam.c   static const UINT8 bits_ac_chrominance[17] =
UINT8             240 3rdparty/libjpeg/jcparam.c   static const UINT8 val_ac_chrominance[] =
UINT8              72 3rdparty/libjpeg/jcsample.c   UINT8 h_expand[MAX_COMPONENTS];
UINT8              73 3rdparty/libjpeg/jcsample.c   UINT8 v_expand[MAX_COMPONENTS];
UINT8             535 3rdparty/libjpeg/jcsample.c       downsample->h_expand[ci] = (UINT8) (h_in_group / h_out_group);
UINT8             536 3rdparty/libjpeg/jcsample.c       downsample->v_expand[ci] = (UINT8) (v_in_group / v_out_group);
UINT8              47 3rdparty/libjpeg/jdhuff.c   UINT8 look_sym[1<<HUFF_LOOKAHEAD]; /* symbol, or unused */
UINT8             432 3rdparty/libjpeg/jdmarker.c       cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
UINT8             434 3rdparty/libjpeg/jdmarker.c       cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
UINT8             435 3rdparty/libjpeg/jdmarker.c       cinfo->arith_dc_U[index] = (UINT8) (val >> 4);
UINT8             460 3rdparty/libjpeg/jdmarker.c   UINT8 bits[17];
UINT8             461 3rdparty/libjpeg/jdmarker.c   UINT8 huffval[256];
UINT8             813 3rdparty/libjpeg/jdmarker.c     cinfo->Adobe_transform = (UINT8) transform;
UINT8             898 3rdparty/libjpeg/jdmarker.c       cur_marker->marker = (UINT8) cinfo->unread_marker;
UINT8              58 3rdparty/libjpeg/jdsample.c   UINT8 h_expand[MAX_COMPONENTS];
UINT8              59 3rdparty/libjpeg/jdsample.c   UINT8 v_expand[MAX_COMPONENTS];
UINT8             349 3rdparty/libjpeg/jdsample.c       upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group);
UINT8             350 3rdparty/libjpeg/jdsample.c       upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group);
UINT8             111 3rdparty/libjpeg/jpeglib.h   UINT8 bits[17];		/* bits[k] = # of symbols with codes of */
UINT8             113 3rdparty/libjpeg/jpeglib.h   UINT8 huffval[256];		/* The symbols, in order of incr code length */
UINT8             206 3rdparty/libjpeg/jpeglib.h   UINT8 marker;			/* marker code: JPEG_COM, or JPEG_APP0+n */
UINT8             339 3rdparty/libjpeg/jpeglib.h   UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
UINT8             340 3rdparty/libjpeg/jpeglib.h   UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
UINT8             341 3rdparty/libjpeg/jpeglib.h   UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
UINT8             369 3rdparty/libjpeg/jpeglib.h   UINT8 JFIF_major_version;	/* What to write for the JFIF version number */
UINT8             370 3rdparty/libjpeg/jpeglib.h   UINT8 JFIF_minor_version;
UINT8             375 3rdparty/libjpeg/jpeglib.h   UINT8 density_unit;		/* JFIF code for pixel size units */
UINT8             583 3rdparty/libjpeg/jpeglib.h   UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
UINT8             584 3rdparty/libjpeg/jpeglib.h   UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
UINT8             585 3rdparty/libjpeg/jpeglib.h   UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
UINT8             594 3rdparty/libjpeg/jpeglib.h   UINT8 JFIF_major_version;	/* JFIF version number */
UINT8             595 3rdparty/libjpeg/jpeglib.h   UINT8 JFIF_minor_version;
UINT8             596 3rdparty/libjpeg/jpeglib.h   UINT8 density_unit;		/* JFIF code for pixel size units */
UINT8             600 3rdparty/libjpeg/jpeglib.h   UINT8 Adobe_transform;	/* Color transform code from Adobe marker */
UINT8              80 3rdparty/libjpeg/jquant1.c static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
UINT8             855 modules/videoio/src/cap_msmf.hpp     STDMETHODIMP GetBlob(REFGUID guidKey, UINT8* pBuf, UINT32 cbBufSize, UINT32* pcbBlobSize)
UINT8             861 modules/videoio/src/cap_msmf.hpp     STDMETHODIMP GetAllocatedBlob(REFGUID guidKey, UINT8** ppBuf, UINT32* pcbSize)
UINT8             921 modules/videoio/src/cap_msmf.hpp     STDMETHODIMP SetBlob(REFGUID guidKey, const UINT8* pBuf, UINT32 cbBufSize)
UINT8             984 modules/videoio/src/cap_msmf.hpp     HRESULT SerializeToBlob(UINT8 **ppBuffer, UINT *pcbSize)
UINT8            1024 modules/videoio/src/cap_msmf.hpp     HRESULT DeserializeFromBlob(const UINT8* pBuffer, UINT cbSize)