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

12

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dpvmp4audiodecoder_api.h25 Description: Change buffer type to UChar
188 UChar *pInputBuffer;
H A DSoftAAC.cpp351 (UChar *)adtsHeader + adtsHeaderSize;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.h49 Void BitstreamSetOverrunBuffer(BitstreamEncVideo *stream, UChar *overrunBuffer, Int oBSize, VideoEncData *video);
H A Ddct.cpp38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width)
267 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width)
473 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width)
652 Void BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width)
863 Void Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy
[all...]
H A Ddatapart_encode.cpp47 UChar *QPMB = video->QPMB;
59 void (*BlockCodeCoeff)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar);
216 UChar mode, *Mode = video->headerInfo.Mode;
221 UChar *QPMB = video->QPMB;
237 UChar CBP;
241 void (*BlockCodeCoeff)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar);
H A Dsad_inline.h82 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx)
257 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx)
446 __inline int32 simd_sad_mb(UChar *ref, UChar *blk, Int dmin, Int lx)
H A Dvlc_encode.h41 Void BlockCodeCoeff(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, UChar Mode, Int rvlc, Int shortVideoHeader);
H A Dvop.cpp47 UChar *Mode = video->headerInfo.Mode;
58 M4VENC_MEMSET(Mode, MODE_INTRA, sizeof(UChar)*currVol->nTotalMB);
61 M4VENC_MEMSET(Mode, MODE_INTER, sizeof(UChar)*currVol->nTotalMB);
64 /*M4VENC_MEMSET(Mode, MODE_INTER_B,sizeof(UChar)*nTotalMB);*/
309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime)
512 UChar buffer[30];
H A Dcombined_encode.cpp48 UChar *QPMB = video->QPMB;
59 void (*BlockCodeCoeff)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar);
267 UChar mode = MODE_INTRA;
268 UChar *Mode = video->headerInfo.Mode;
274 UChar *QPMB = video->QPMB;
289 UChar CBP = 0;
294 void (*BlockCodeCoeff)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar);
H A Dmp4enc_api.cpp646 video->QPMB = (UChar *) M4VENC_MALLOC(nTotalMB * sizeof(UChar)); /* Memory for MB quantizers */
650 video->headerInfo.Mode = (UChar *) M4VENC_MALLOC(sizeof(UChar) * nTotalMB); /* Memory for MB Modes */
652 video->headerInfo.CBP = (UChar *) M4VENC_MALLOC(sizeof(UChar) * nTotalMB); /* Memory for CBP (Y and C) of each MB */
669 video->intraArray = (UChar *)M4VENC_MALLOC(sizeof(UChar) * nTotalMB);
672 video->sliceNo = (UChar *) M4VENC_MALLOC(nTotalMB); /* Memory for Slice Numbers */
725 video->overrunBuffer = (UChar*) M4VENC_MALLO
[all...]
H A Dvlc_encode.cpp88 typedef void (*BlockCodeCoeffPtr)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar) ;
170 Void DCACPred(VideoEncData *video, UChar Mode, Int *intraDC_decision, Int intraDCVlcQP);
891 UChar Mode = video->headerInfo.Mode[video->mbnum];
892 UChar CBP;
980 UChar Mode = video->headerInfo.Mode[mbnum];
982 UChar CBP;
1137 UChar Mode = video->headerInfo.Mode[video->mbnum];
1138 UChar CBP = video->headerInfo.CBP[video->mbnum];
1254 UChar Mode = video->headerInfo.Mode[mbnum];
1256 UChar CB
[all...]
H A Drate_control.cpp199 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB);
207 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB);
222 M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*currVol->nTotalMB);
/frameworks/base/core/jni/android/graphics/
H A DTextLayout.h86 static void computeAdvancesWithICU(SkPaint* paint, const UChar* chars,
H A DTextLayoutCache.cpp119 reinterpret_cast<const UChar*>(text), start, count,
238 TextLayoutCacheKey::TextLayoutCacheKey(const SkPaint* paint, const UChar* text,
299 return memcmp(lhs.getText(), rhs.getText(), lhs.contextCount * sizeof(UChar));
308 return sizeof(TextLayoutCacheKey) + sizeof(UChar) * contextCount;
383 void TextLayoutShaper::computeValues(TextLayoutValue* value, const SkPaint* paint, const UChar* chars,
394 void TextLayoutShaper::computeValues(const SkPaint* paint, const UChar* chars,
536 void TextLayoutShaper::computeRunValues(const SkPaint* paint, const UChar* chars,
553 UChar ch1 = chars[i];
563 UChar ch2 = chars[j];
614 UChar resul
[all...]
H A DTextLayout.cpp114 void TextLayout::computeAdvancesWithICU(SkPaint* paint, const UChar* chars,

Completed in 517 milliseconds

12