Searched refs:UChar (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_lib.h35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
55 Int Sad8x8(UChar *rec, UChar *prev, Int lx);
56 Int getBlockSum(UChar *rec, Int lx);
66 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
67 Int dctMode, Int comp, Int dummy, UChar shortHeader);
70 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
71 Int dctMode, Int comp, Int dc_scaler, UChar shortHeade
[all...]
H A Ddct.h60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *blk, UChar *rec, Int lx);
62 void idct_row1Inter(Short *blk, UChar *rec, Int lx);
63 void idct_row2Inter(Short *blk, UChar *rec, Int lx);
64 void idct_row3Inter(Short *blk, UChar *rec, Int lx);
65 void idct_row4Inter(Short *blk, UChar *rec, Int lx);
66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx);
67 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx);
68 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx);
69 void idct_row0xCCInter(Short *blk, UChar *re
[all...]
H A Dfastcodemb.h56 Int Sad8x8(UChar *rec, UChar *prev, Int lx);
57 Int getBlockSum(UChar *rec, Int lx);
69 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
73 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
77 UChar *bitmaprow, UInt *bitmapzz, Int dummy);
80 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler);
83 UChar bitmapco
[all...]
H A Dmp4lib_int.h29 Int(*writeVideoPacket)(UChar *buf, Int nbytes_required); /*write video packet out */
30 UChar *bitstreamBuffer; /*buffer to hold one video packet*/
35 UChar* overrunBuffer; /* pointer to overrun buffer */
146 UChar *Mode; /* Modes INTRA/INTER/etc. */
147 UChar *CBP; /* MCBPC/CBPY stuff */
162 UChar MTB;
163 UChar LayerID;
164 UChar CodeType;
165 UChar RefSelCode;
236 // Int (*SAD_MB_HalfPel)(UChar *re
[all...]
H A Dfindhalfpel.cpp34 void GenerateSearchRegion(UChar *searchPadding, UChar *ref, Int width, Int height,
37 void InterpDiag(UChar *prev, Int lx, UChar *pred_block);
38 void InterpHorz(UChar *prev, Int lx, UChar *pred_block);
39 void InterpVert(UChar *prev, Int lx, UChar *pred_block);
65 void FindHalfPelMB(VideoEncData *video, UChar *cur, MOT *mot, UChar *ncan
[all...]
H A Dfastcodemb.cpp54 UChar Mode = video->headerInfo.Mode[mbnum];
55 UChar *bitmapcol, *bitmaprow = video->bitmaprow;
57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader;
64 UChar[], UChar *, UInt *, Int, Int, Int, UChar);
66 UChar *, UInt *, Int, UChar);
67 void (*BlockDCT1x1)(Short *, UChar *, UChar *, In
[all...]
H A Dsad_mb_offset.h27 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin)
29 __inline int32 sad_mb_offset2(UChar *ref, UChar *blk, Int lx, Int dmin)
31 __inline int32 sad_mb_offset1(UChar *ref, UChar *blk, Int lx, Int dmin)
130 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin, int32 x8)
132 __inline int32 sad_mb_offset2(UChar *ref, UChar *bl
[all...]
H A Dme_utils.cpp35 void ChooseMode_C(UChar *Mode, UChar *cur, Int lx, Int min_SAD)
40 UChar *p = cur;
110 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx)
113 UChar *p1, *p2, *p3, *p4;
114 UChar *hmem1 = hmem;
115 UChar *hmem2 = hmem1 + 33;
166 void GetHalfPelBlkRegion(UChar *cand, UChar *hme
[all...]
H A Dsad_halfpel.cpp19 Int HalfPel1_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
20 Int HalfPel2_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width)
21 Int HalfPel1_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
22 Int HalfPel2_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width)
24 Int SAD_MB_HalfPel_C(UChar *ref,UChar *bl
[all...]
H A Dbitstream_io.cpp29 static const UChar Mask[ ] =
61 stream->bitstreamBuffer = (UChar *) M4VENC_MALLOC(stream->bufferSize * sizeof(UChar));
68 M4VENC_MEMSET(stream->bitstreamBuffer, 0, stream->bufferSize*sizeof(UChar));
209 UChar *ptr;
259 UChar *ptr;
296 *ptr++ = (UChar)((word >> shift) & 0xFF);
303 // *ptr = (UChar)((word>>shift)&0xFF); /* need to do it for the last fractional byte */
419 UChar *ptrBS2, *ptrBS1;
420 UChar byteBS
[all...]
H A Dmotion_comp.cpp37 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
40 void Copy_MB_from_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
41 void Copy_B_from_Vop(UChar *comp, Int cChan[], Int width);
42 void Copy_MB_into_Vop(UChar *comp, Int yChan[][NCOEFF_BLOCK], Int width);
43 void Copy_B_into_Vop(UChar *comp, Int cChan[], Int width);
44 void get_MB(UChar *c_prev, UChar *c_prev_u , UChar *c_prev_v,
48 UChar *c_pre
[all...]
H A Dsad.cpp47 Int SAD_Macroblock_C(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
48 Int SAD_MB_HTFM_Collect(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
49 Int SAD_MB_HTFM(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
50 Int SAD_Block_C(UChar *ref,UChar *blk,Int dmin,Int lx,void *extra_info)
51 Int SAD_Blk_PADDING(UChar *ref,UChar *cu
[all...]
H A Dmotion_est.cpp75 void MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[],
78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
80 Int fullsearchBlk(VideoEncData *video, Vol *currVol, UChar *cent, UChar *cur,
84 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh);
85 void ResetIntraUpdate(UChar *intraArray, Int totalMB);
86 void ResetIntraUpdateRegion(UChar *intraArra
[all...]
H A Dfastquant.cpp25 const static UChar imask[8] = {128, 64, 32, 16, 8, 4, 2, 1};
150 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
151 Int dctMode, Int comp, Int dummy, UChar shortHeader)
163 UChar *bcolptr = bitmapcol;
270 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
271 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader)
281 UChar *bmcolptr = bitmapcol;
442 UChar *bitmapro
[all...]
H A Dmp4def.h55 typedef unsigned char UChar; typedef
83 typedef UChar PIXEL;
H A Dfastidct.cpp313 void idct_row0Inter(Short *srce, UChar *rec, Int lx)
324 void idct_row1Inter(Short *blk, UChar *rec, Int lx)
371 void idct_row2Inter(Short *blk, UChar *rec, Int lx)
430 void idct_row3Inter(Short *blk, UChar *rec, Int lx)
500 void idct_row4Inter(Short *blk, UChar *rec, Int lx)
576 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx)
633 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx)
689 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx)
744 void idct_rowInter(Short *blk, UChar *rec, Int lx)
835 void idct_row0Intra(Short *srce, UChar *re
[all...]
/frameworks/av/media/libstagefright/codecs/aacdec/
H A Ds_bits.h31 Description: Change buffer type from UInt32 to UChar.
96 UChar *pBuffer;
H A Ds_sbr_element_stream.h77 UChar Data[MAXSBRBYTES];
H A Ds_bit_buffer.h71 UChar *char_ptr;
H A Dget_sbr_stopfreq.cpp142 const UChar sbr_stopfreq_tbl[6][13] =
H A Dget_sbr_bitstream.cpp166 sbrBitStream->sbrElement[sbrBitStream->NrElements].Data[0] = (UChar) get9_n_lessbits(LEN_F_CNT, pInputStream);
169 sbrBitStream->sbrElement[sbrBitStream->NrElements].Data[i] = (UChar) get9_n_lessbits(8, pInputStream);
H A Dpv_audio_type_defs.h74 typedef uint8_t UChar; typedef
H A Dgetbits.h105 UChar *pElem; /* Needs to be same type as pInput->pBuffer */
177 UChar *pElem; /* Needs to be same type as pInput->pBuffer */
212 UChar *pElem; /* Needs to be same type as pInput->pBuffer */
276 UChar *pElem; /* Needs to be same type as pInput->pBuffer */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h25 typedef unsigned char UChar; typedef
103 UChar MTB;
104 UChar LayerID;
105 UChar CodeType;
106 UChar RefSelCode;
118 UChar *yChan; /* pointer to Y */
119 UChar *uChan; /* pointer to U */
120 UChar *vChan; /* pointer to V */
276 OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int layer);
338 ULong *nextModTime, UChar *bstrea
[all...]
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h73 TextLayoutCacheKey(const SkPaint* paint, const UChar* text, size_t start, size_t count,
92 const UChar* text; // if text is NULL, use textCopy
105 inline const UChar* getText() const { return text ? text : textCopy.string(); }
169 void computeValues(TextLayoutValue* value, const SkPaint* paint, const UChar* chars,
231 void computeValues(const SkPaint* paint, const UChar* chars,
236 void computeRunValues(const SkPaint* paint, const UChar* chars,

Completed in 225 milliseconds

12