OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currVol
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp
31
Vol *
currVol
= video->vol[video->currLayer];
65
quantizer = (int16) BitstreamReadBits16(stream,
currVol
->quantPrecision);
88
BitstreamReadBits16(stream,
currVol
->nbitsTimeIncRes);
vlc_dequant.cpp
54
Vol *
currVol
= video->vol[video->currLayer];
103
qmat =
currVol
->iqmat;
388
Vol *
currVol
= video->vol[video->currLayer];
416
qmat =
currVol
->niqmat;
[
all
...]
vop.cpp
83
Vol *
currVol
;
96
currVol
= video->vol[layer];
97
stream =
currVol
->bitstream;
98
currVol
->moduloTimeBase = 0;
134
currVol
->profile_level_id = (uint)tmpvar; // 6/10/04
278
currVol
->volID = (int) BitstreamReadBits16(stream, 4);
385
currVol
->timeIncrementResolution = BitstreamReadBits16(stream, 16);
386
if (
currVol
->timeIncrementResolution == 0) return PV_FAIL;
390
currVol
->nbitsTimeIncRes = CalcNumBits((uint)
currVol
->timeIncrementResolution - 1)
[
all
...]
pvdec_api.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp
25
PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *
currVol
, Vop *currVop);
44
Vol *
currVol
= video->vol[currLayer];
58
M4VENC_MEMSET(Mode, MODE_INTRA, sizeof(UChar)*
currVol
->nTotalMB);
61
M4VENC_MEMSET(Mode, MODE_INTER, sizeof(UChar)*
currVol
->nTotalMB);
127
Vol *
currVol
= video->vol[video->currLayer];
132
if (
currVol
->shortVideoHeader) /* Short Video Header = 1 */
146
if (
currVol
->GOVStart && currVop->predictionType == I_VOP)
149
status = EncodeVOPHeader(stream,
currVol
, currVop); /* Encode VOP Header */
155
if (!
currVol
->scalability)
157
if (
currVol
->dataPartitioning
[
all
...]
combined_encode.cpp
40
Vol *
currVol
= video->vol[video->currLayer];
70
if (
currVol
->quantType == 0)
88
if (
currVol
->shortVideoHeader)
91
else if (
currVol
->useReverseVLC)
101
if (
currVol
->shortVideoHeader && currVop->gobFrameID != currVop->predictionType)
107
for (ind_y = 0; ind_y <
currVol
->nMBPerCol; ind_y++) /* Col MB Loop */
112
if (
currVol
->shortVideoHeader) /* ShortVideoHeader Mode */
118
video->header_bits -= BitstreamGetPos(
currVol
->stream); /* Header Bits */
120
video->header_bits += BitstreamGetPos(
currVol
->stream); /* Header Bits */
125
for (ind_x = 0; ind_x <
currVol
->nMBPerRow; ind_x++) /* Row MB Loop *
[
all
...]
datapart_encode.cpp
39
Vol *
currVol
= video->vol[video->currLayer];
67
if (
currVol
->quantType == 0)
84
if (
currVol
->shortVideoHeader)
87
else if (
currVol
->useReverseVLC)
95
for (ind_y = 0; ind_y <
currVol
->nMBPerCol; ind_y++) /* Col MB Loop */
100
for (ind_x = 0; ind_x <
currVol
->nMBPerRow; ind_x++) /* Row MB Loop */
159
status = BitstreamAppendPacket(
currVol
->stream, bs1); /* Put Packet to Buffer */
189
status = BitstreamAppendPacket(
currVol
->stream, bs1); /* Put Packet to Buffer */
214
Vol *
currVol
= video->vol[video->currLayer];
218
Int nTotalMB =
currVol
->nTotalMB
[
all
...]
fastcodemb.cpp
287
Vol *
currVol
= video->vol[video->currLayer];
332
qmat =
currVol
->iqmat;
348
qmat =
currVol
->niqmat;
rate_control.cpp
186
Vol *
currVol
= video->vol[currLayer];
199
M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*
currVol
->nTotalMB);
207
M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*
currVol
->nTotalMB);
215
i =
currVol
->nTotalMB; /* testing changing QP at MB level */
222
M4VENC_MEMSET(video->QPMB, currVop->quantizer, sizeof(UChar)*
currVol
->nTotalMB);
247
pMP->mad = video->sumMAD / (float)
currVol
->nTotalMB;
294
Vol *
currVol
= video->vol[currLayer];
309
pMP->actual_bits =
currVol
->stream->byteCount << 3;
334
rc->Rc =
currVol
->stream->byteCount << 3; /* Total Bits for current frame */
533
Vol *
currVol
= video->vol[video->currLayer]
[
all
...]
motion_est.cpp
78
Int fullsearch(VideoEncData *video, Vol *
currVol
, UChar *ref, UChar *cur,
80
Int fullsearchBlk(VideoEncData *video, Vol *
currVol
, UChar *cent, UChar *cur,
139
Vol *
currVol
= video->vol[video->currLayer];
143
Int mbwidth =
currVol
->nMBPerRow;
144
Int mbheight =
currVol
->nMBPerCol;
145
Int totalMB =
currVol
->nTotalMB;
773
Vol *
currVol
= video->vol[video->currLayer];
847
dmin = fullsearch(video,
currVol
, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
864
dmin = fullsearch(video,
currVol
, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
[
all
...]
mp4enc_api.cpp
[
all
...]
vlc_encode.cpp
[
all
...]
Completed in 56 milliseconds