Home
last modified time | relevance | path

Searched refs:fPutBitsToBuffer (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_jpegES.c629 static void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits) in fPutBitsToBuffer() function
653 fPutBitsToBuffer(&s_streamW, 2, START_OF_IMAGE); in EncodeMarkerSegment()
656 fPutBitsToBuffer(&s_streamW, 2, DQT_MARKER); in EncodeMarkerSegment()
658fPutBitsToBuffer(&s_streamW, 3, LQPQ << 4); // 20 bits = LQPQ, 4 bits = 0 (Destination identifier … in EncodeMarkerSegment()
663fPutBitsToBuffer(&s_streamW, 1, pJPEGContext->psTablesBlock->aui8LumaQuantParams[gZigZag[uc_i]]); in EncodeMarkerSegment()
667 fPutBitsToBuffer(&s_streamW, 2, DQT_MARKER); in EncodeMarkerSegment()
669fPutBitsToBuffer(&s_streamW, 3, (LQPQ << 4) | 1); // 20 bits = LQPQ, 4 bits = 1 (Destination ident… in EncodeMarkerSegment()
673fPutBitsToBuffer(&s_streamW, 1, pJPEGContext->psTablesBlock->aui8ChromaQuantParams[gZigZag[uc_i]]); in EncodeMarkerSegment()
682 fPutBitsToBuffer(&s_streamW, 2, DHT_MARKER); in EncodeMarkerSegment()
683 fPutBitsToBuffer(&s_streamW, 2, LH_DC); in EncodeMarkerSegment()
[all …]
Dpnw_hostjpeg.h678 void fPutBitsToBuffer(STREAMTYPEW *BitStream, IMG_UINT8 NoOfBytes, IMG_UINT32 ActualBits);