Searched refs:uint8 (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4dec_lib.h95 void BlockIDCT(uint8 *dst, uint8 *pred, int16 *blk, int width, int nzcoefs,
96 uint8 *bitmapcol, uint8 bitmaprow);
134 uint8 *cu_prev, /* i */
135 uint8 *cv_prev, /* i */
136 uint8 *pred_block, /* i */
147 uint8 *c_prev, /* i */
148 uint8 *pred_block, /* i */
161 uint8 *c_pre
[all...]
H A Didct.h48 void idctrow0(int16 *blk, uint8 *pred, uint8 *dst, int width);
49 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width);
50 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width);
51 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width);
52 void idctrow4(int16 *blk, uint8 *pred, uint8 *ds
[all...]
H A Dmp4lib_int.h38 uint8 *bitstreamBuffer; /* pointer to buffer memory */
50 uint8 text_1; /* texture_complexity_estimation_set_1 */
51 uint8 text_2; /* texture_complexity_estimation_set_2 */
52 uint8 mc; /* motion_compensation_complexity */
137 uint8 pred_block[384]; /* prediction block, Aug 3,2005 */
138 uint8 bitmapcol[6][8];
139 uint8 bitmaprow[6];
150 uint8 *Mode; /* Modes INTRA/INTER/etc. */
151 uint8 *CBP; /* MCBPC/CBPY stuff */
182 uint8 ru
[all...]
H A Dchv_filter.cpp148 Function prototype : void CombinedHorzVertFilter( uint8 *rec,
153 uint8 *pp_mod)
177 uint8 *rec,
182 uint8 *pp_mod)
190 uint8 *ptr, *ptr_e;
241 *(ptr - width) = (uint8)(jVal0); /* C */
242 *ptr = (uint8)(jVal0); /* D */
252 *(ptr - (width << 1)) = (uint8)jVal0; /* store B */
253 *(ptr + width) = (uint8)jVal1; /* store E */
259 *(ptr - (width << 1)) = (uint8)jVal
[all...]
H A Dpp_semaphore_chroma_inter.cpp26 (uint8)
28 (uint8)
38 (msk_deblock = 0) or not (msk_deblock = 1) (uint8)
114 uint8 *pp_dec_u, /* i/o */
115 uint8 *pstprcTypPrv, /* i */
122 uint8 msk_deblock /* i */
129 uint8 *pp_prev1, *pp_prev2, *pp_prev3, *pp_prev4;
H A Dadaptive_smooth_no_mmx.cpp35 of type uint8.
213 uint8 *Rec_Y, /* i/o */
231 uint8 pelu;
232 uint8 pelc;
233 uint8 pell;
234 uint8 *pelp;
235 uint8 oldrow[15];
238 uint8 *Rec_Y_ptr;
408 *Rec_Y_ptr++ = (uint8) sum;
H A Dmotion_comp.h75 static int (*const GetPredAdvBTable[2][2])(uint8*, uint8*, int, int) =
H A Dfind_min_max.cpp133 uint8 *input_ptr,
H A Dmb_utils.cpp25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width)
86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width)
H A Dpp_semaphore_luma.cpp26 luminance frame (uint8)
28 (uint8)
48 1) (uint8)
112 uint8 pp_semaphore_luma(
115 uint8 *pp_dec_y, /* i/o */
116 uint8 *pstprcTypPrv, /* i */
130 uint8 *pp_prev1, *pp_prev2, *pp_prev3, *pp_prev4;
131 uint8 msk_deblock = 0; /* 11/3/00 */
H A Ddatapart_decode.cpp57 // 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 *Mod
[all...]
H A Dblock_idct.cpp123 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 *com
[all...]
H A Dchvr_filter.cpp24 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)(*(pt
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Ds_mp3bits.h91 uint8 *pBuffer;
H A Dpvmp3_getbits.cpp116 uint8 Elem; /* Needs to be same type as pInput->pBuffer */
117 uint8 Elem1;
118 uint8 Elem2;
119 uint8 Elem3;
164 uint8 Elem; /* Needs to be same type as pInput->pBuffer */
165 uint8 Elem1;
200 uint8 Elem; /* Needs to be same type as pInput->pBuffer */
201 uint8 Elem1;
202 uint8 Elem2;
233 uint8 get1bi
[all...]
H A Dpvmp3_getbits.h96 uint8 get1bit(tmp3Bits *pMainData);
H A Ds_tmp3dec_file.h95 uint8 mainDataBuffer[BUFSIZE];
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h64 uint8 *data; /* pointer to output YUV buffer */
80 int (*readBitstreamData)(uint8 *buf, int nbytes_required, void *appData);
83 uint8 *outputFrame;
91 uint8 *volbuf[2]; /* maximum of 2 layers for now */
122 uint8 *yChan; /* The Y component frame the user can copy a new reference to */
123 uint8 *uChan; /* The U component frame the user can copy a new reference to */
124 uint8 *vChan; /* The V component frame the user can copy a new reference to */
125 uint8 *currentVop; /* The Vop for video the user can copy a new reference to */
150 OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode);
154 OSCL_IMPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *refYU
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dmime_io.h71 extern const uint8 toc_byte[16];
H A Dpvamrwbdecoder.h139 void mime_unsorting(uint8 packet[],
143 uint8 q,
H A Dmime_io.cpp156 const uint8 toc_byte[16] = {0x04, 0x0C, 0x14, 0x1C, 0x24, 0x2C, 0x34, 0x3C,
529 void mime_unsorting(uint8 unsorted_bits[],
533 uint8 quality,
539 uint8 temp = 0;
540 uint8 *unsorted_bits_ptr = (uint8*)unsorted_bits;
H A Dpv_amr_wb_type_defs.h171 typedef uint8_t uint8; typedef
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3_audio_type_defs.h67 typedef uint8_t uint8; typedef
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp22 typedef uint8_t uint8; typedef
30 uint8 channel[4];
34 static const uint8 kRed = 0;
35 static const uint8 kGreen = 1;
36 static const uint8 kBlue = 2;
37 static const uint8 kAlpha = 3;
58 uint8* const pInput = static_cast<uint8*>(env->GetDirectBufferAddress(input));
63 uint8* pInY = pInput;
64 uint8* pIn
[all...]
/frameworks/av/media/libeffects/loudness/common/core/
H A Dbasic_types.h44 typedef unsigned char uint8; typedef in namespace:le_fx
87 uint8 *data;

Completed in 4908 milliseconds

123