OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_streamW
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_hostjpeg.c
[
all
...]
tng_jpegES.c
646
STREAMTYPEW
s_streamW
;
649
s_streamW
.Offset = 0;
650
s_streamW
.Buffer = puc_stream_buff;
653
fPutBitsToBuffer(&
s_streamW
, 2, START_OF_IMAGE);
656
fPutBitsToBuffer(&
s_streamW
, 2, DQT_MARKER);
658
fPutBitsToBuffer(&
s_streamW
, 3, LQPQ << 4); // 20 bits = LQPQ, 4 bits = 0 (Destination identifier for the luminance quantizer tables)
663
fPutBitsToBuffer(&
s_streamW
, 1, pJPEGContext->psTablesBlock->aui8LumaQuantParams[gZigZag[uc_i]]);
667
fPutBitsToBuffer(&
s_streamW
, 2, DQT_MARKER);
669
fPutBitsToBuffer(&
s_streamW
, 3, (LQPQ << 4) | 1); // 20 bits = LQPQ, 4 bits = 1 (Destination identifier for the chrominance quantizer tables)
673
fPutBitsToBuffer(&
s_streamW
, 1, pJPEGContext->psTablesBlock->aui8ChromaQuantParams[gZigZag[uc_i]])
[
all
...]
pnw_jpeg.c
628
STREAMTYPEW
s_streamW
;
683
s_streamW
.Buffer = pSegStart;
684
s_streamW
.Offset = (sizeof(BUFFER_HEADER) + pBufHeader->ui32BytesUsed);
686
fPutBitsToBuffer(&
s_streamW
, 2, END_OF_IMAGE);
Completed in 1340 milliseconds