/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
D | mp4dec_lib.h | 95 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_prev, /* i */ 162 uint8 *pred_block, /* i */ 178 uint8 *c_prev, [all …]
|
D | mp4lib_int.h | 38 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 run; [all …]
|
D | idct.h | 48 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 *dst, int width);
|
D | 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]; in BlockIDCT_intra() 262 uint8 bitmaprow = mblock->bitmaprow[comp]; in BlockIDCT_intra() 307 void idct_intra(int *block, uint8 *comp, int width); in BlockIDCT_intra() 311 void idctref_intra(int *block, uint8 *comp, int width); in BlockIDCT_intra() 323 void Copy_Blk_to_Vop(uint8 *dst, uint8 *pred, int width) in Copy_Blk_to_Vop() 349 uint8 *dst, /* destination */ in BlockIDCT() 350 uint8 *pred, /* prediction block, pitch 16 */ in BlockIDCT() [all …]
|
D | pvdec_api.cpp | 38 extern uint8 IMEM_sliceNo[QCIF_MBS]; 39 extern uint8 IMEM_acPredFlag[QCIF_MBS]; 40 extern uint8 IMEM_headerInfo_Mode[QCIF_MBS]; 41 extern uint8 IMEM_headerInfo_CBP[QCIF_MBS]; 55 extern uint8 IMEM_pstprcTypCur[6*QCIF_MBS]; 56 extern uint8 IMEM_pstprcTypPrv[6*QCIF_MBS]; 77 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], in PVInitVideoDecoder() 408 video->sliceNo = (uint8 *)(IMEM_sliceNo); in PVAllocVideoData() 411 video->acPredFlag = (uint8 *)(IMEM_acPredFlag); in PVAllocVideoData() 421 video->headerInfo.Mode = (uint8 *)(IMEM_headerInfo_Mode); in PVAllocVideoData() [all …]
|
D | datapart_decode.cpp | 141 uint8 *Mode = video->headerInfo.Mode; in DecodeDataPart_I_VideoPacket() 173 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]); in DecodeDataPart_I_VideoPacket() 174 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3); in DecodeDataPart_I_VideoPacket() 187 video->sliceNo[mbnum] = (uint8) slice_counter; in DecodeDataPart_I_VideoPacket() 241 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits(stream); in DecodeDataPart_I_VideoPacket() 254 video->headerInfo.CBP[mbnum] |= (uint8)(CBPY << 2); in DecodeDataPart_I_VideoPacket() 306 uint8 *Mode = video->headerInfo.Mode; in DecodeDataPart_P_VideoPacket() 318 uint8 *pbyte; in DecodeDataPart_P_VideoPacket() 348 video->sliceNo[video->mbnum] = (uint8) slice_counter; in DecodeDataPart_P_VideoPacket() 427 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream); in DecodeDataPart_P_VideoPacket() [all …]
|
D | mb_utils.cpp | 25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_MB() 86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_B()
|
D | conceal.cpp | 51 video->sliceNo[mbnum] = (uint8) slice_counter; in ConcealTexture_I() 95 video->sliceNo[mbnum] = (uint8) slice_counter; in ConcealTexture_P() 129 video->sliceNo[i] = (uint8) slice_counter; in ConcealPacket() 143 void CopyVopMB(Vop *curr, uint8 *prevFrame, int mbnum, int width_Y, int height) in CopyVopMB() 151 uint8 *y1, *y2, *u1, *u2, *v1, *v2; in CopyVopMB()
|
D | motion_comp.h | 75 static int (*const GetPredAdvBTable[2][2])(uint8*, uint8*, int, int) =
|
D | vlc_dequant.cpp | 24 static const uint8 AC_rowcol[64] = { 0, 0, 0, 0, 0, 0, 0, 0, 33 static const uint8 mask[8] = /* for fast bitmap */ 51 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantMpegIntraBlock() 384 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantMpegInterBlock() 503 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantH263IntraBlock() 805 int VlcDequantH263IntraBlock_SH(VideoDecData *video, int comp, uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantH263IntraBlock_SH() 1067 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantH263InterBlock()
|
D | idct_vca.cpp | 31 void idctrow0(int16 *, uint8 *, uint8 *, int) in idctrow0() argument 41 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow1() 99 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow2() 189 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow3() 300 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow4()
|
D | combined_decode.cpp | 50 uint8 *Mode = video->headerInfo.Mode; in DecodeFrameCombinedMode() 151 video->sliceNo[mbnum] = (uint8) slice_counter; in DecodeFrameCombinedMode() 349 uint8 *Mode = video->headerInfo.Mode; in GetMBheader() 408 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]); in GetMBheader() 416 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits(stream); in GetMBheader() 448 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream); in GetMBheader() 462 video->headerInfo.CBP[mbnum] = (uint8)(CBPY << 2 | (CBPC & 3)); in GetMBheader()
|
D | bitstream.cpp | 51 uint8 *bitstreamBuffer = stream->bitstreamBuffer; in BitstreamFillCache() 52 uint8 *v; in BitstreamFillCache() 124 void BitstreamReset(BitstreamDecVideo *stream, uint8 *buffer, int32 buffer_size) in BitstreamReset() 606 uint8 *ptr; in PVSearchNextH263Frame() 635 uint8 *ptr; in PVSearchNextM4VFrame() 657 uint8 *ptr; in PVLocateM4VFrameBoundary() 672 uint8 *ptr; in PVLocateH263FrameBoundary()
|
D | get_pred_outside.cpp | 244 uint8 *c_prev, /* i */ in GetPredOutside() 245 uint8 *pred_block, /* i */ in GetPredOutside() 255 uint8 *prev; /* pointers to adjacent pixels in the */ in GetPredOutside() 256 uint8 pred[256]; /* storage for padded pixel values, 16x16 */ in GetPredOutside() 257 uint8 *ptr; in GetPredOutside()
|
/frameworks/av/media/module/codecs/m4v_h263/dec/include/ |
D | mp4dec_api.h | 64 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 *volb… 154 OSCL_IMPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *refYUV); [all …]
|
/frameworks/av/media/module/codecs/mp3dec/src/ |
D | pvmp3_getbits.cpp | 117 uint8 Elem = 0; /* Needs to be same type as pInput->pBuffer */ in getNbits() 118 uint8 Elem1 = 0; in getNbits() 119 uint8 Elem2 = 0; in getNbits() 120 uint8 Elem3 = 0; in getNbits() 178 uint8 Elem = 0; /* Needs to be same type as pInput->pBuffer */ in getUpTo9bits() 179 uint8 Elem1 = 0; in getUpTo9bits() 224 uint8 Elem = 0; /* Needs to be same type as pInput->pBuffer */ in getUpTo17bits() 225 uint8 Elem1 = 0; in getUpTo17bits() 226 uint8 Elem2 = 0; in getUpTo17bits() 271 uint8 get1bit(tmp3Bits *ptBitStream) /* number of bits to read from the bit stream */ in get1bit() [all …]
|
D | s_mp3bits.h | 91 uint8 *pBuffer;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | colorspace.cpp | 22 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)); in JNI_COLORSPACE_METHOD() 63 uint8* pInY = pInput; in JNI_COLORSPACE_METHOD() 64 uint8* pInU = pInput + size; in JNI_COLORSPACE_METHOD() 65 uint8* pInV = pInput + size + size / 4; in JNI_COLORSPACE_METHOD()
|
/frameworks/av/media/module/codecs/amrwb/dec/src/ |
D | mime_io.cpp | 156 const uint8 toc_byte[16] = {0x04, 0x0C, 0x14, 0x1C, 0x24, 0x2C, 0x34, 0x3C, 529 void mime_unsorting(uint8 unsorted_bits[], in mime_unsorting() 533 uint8 quality, in mime_unsorting() 539 uint8 temp = 0; in mime_unsorting() 540 uint8 *unsorted_bits_ptr = (uint8*)unsorted_bits; in mime_unsorting()
|
D | pvamrwbdecoder.h | 139 void mime_unsorting(uint8 packet[], 143 uint8 q,
|
/frameworks/base/core/java/com/android/internal/util/ |
D | BitUtils.java | 87 public static int uint8(byte b) { in uint8() method in BitUtils 104 return (uint8(bytes[0]) << 24) in bytesToBEInt() 105 + (uint8(bytes[1]) << 16) in bytesToBEInt() 106 + (uint8(bytes[2]) << 8) in bytesToBEInt() 107 + (uint8(bytes[3])); in bytesToBEInt() 115 return uint8(buffer.get(position)); in getUint8()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
D | BitUtilsTest.java | 27 import static com.android.internal.util.BitUtils.uint8; 52 assertEquals(0, uint8(b0)); in testUnsignedByteWideningConversions() 53 assertEquals(1, uint8(b1)); in testUnsignedByteWideningConversions() 54 assertEquals(127, uint8(Byte.MAX_VALUE)); in testUnsignedByteWideningConversions() 55 assertEquals(128, uint8(Byte.MIN_VALUE)); in testUnsignedByteWideningConversions() 56 assertEquals(255, uint8(bm1)); in testUnsignedByteWideningConversions() 57 assertEquals(255, uint8((byte)255)); in testUnsignedByteWideningConversions()
|
/frameworks/av/media/module/codecs/m4v_h263/enc/include/ |
D | cvei.h | 255 uint8* iFSIBuff; 288 uint8 *iSource; 298 uint8 *iFrame; 304 uint8 *iBitStream; 365 virtual TCVEI_RETVAL GetVolHeader(uint8 *volHeader, int32 *size, int32 layer) = 0;
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | basic_types.h | 44 typedef unsigned char uint8; typedef 87 uint8 *data;
|
/frameworks/av/media/module/codecs/mp3dec/include/ |
D | pvmp3_audio_type_defs.h | 67 typedef uint8_t uint8; typedef
|