HomeSort by relevance Sort by last modified time
    Searched refs:Vol (Results 1 - 24 of 24) sorted by null

  /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];
127 Vol *currVol = video->vol[video->currLayer];
196 Vol *currVol = video->vol[currLayer];
312 Vol *currVol = video->vol[0];
353 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop
    [all...]
mp4enc_api.cpp 201 Vol *pVol;
874 if ((size_t)nLayers > SIZE_MAX / sizeof(Vol *)) {
2626 Vol **vol = video->vol; local
2866 Vol **vol = video->vol; local
    [all...]
mp4lib_int.h 49 /* Syntax elements copied from VOL (standard) */
76 Int volID; /* VOL identifier (for tracking) */
79 Int timeIncrementResolution; /* VOL time increment */
88 /* VOL Dimensions */
93 Int ResyncMarkerDisable; /* VOL Disable Resynch Markers */
94 Int useReverseVLC; /* VOL reversible VLCs */
95 Int dataPartitioning; /* VOL data partitioning */
109 Int scalability; /* VOL scalability (flag) */
112 Int refVolID; /* VOL id of reference VOL */
323 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoEncData
    [all...]
datapart_encode.cpp 39 Vol *currVol = video->vol[video->currLayer];
214 Vol *currVol = video->vol[video->currLayer];
rate_control.cpp 186 Vol *currVol = video->vol[currLayer];
294 Vol *currVol = video->vol[currLayer];
533 Vol *currVol = video->vol[video->currLayer];
703 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];
773 Vol *currVol = video->vol[video->currLayer];
    [all...]
combined_encode.cpp 40 Vol *currVol = video->vol[video->currLayer];
265 Vol *currVol = video->vol[video->currLayer];
684 BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream);
fastcodemb.cpp 57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader;
287 Vol *currVol = video->vol[video->currLayer];
vlc_encode.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 84 int volID; /* VOL identifier (for tracking) */
85 uint timeIncrementResolution;/* VOL time increment */
92 int complexity_estDisable; /* VOL disable complexity estimation */
93 int complexity_estMethod; /* VOL complexity estimation method */
97 int errorResDisable; /* VOL disable error resilence mode */
99 int useReverseVLC; /* VOL reversible VLCs */
100 int dataPartitioning; /* VOL data partitioning */
116 int scalability; /* VOL scalability (flag) */
119 int refVolID; /* VOL id of reference VOL */
203 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoDecData
    [all...]
pvdec_api.cpp 58 extern Vol IMEM_VOL[2];
60 extern Vol IMEM_vol[2][1];
104 video->vol = (Vol **) IMEM_VOL;
106 if ((size_t)nLayers > SIZE_MAX / sizeof(Vol *)) {
111 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *));
113 if (video->vol == NULL) status = PV_FALSE;
114 video->memoryUsage += nLayers * sizeof(Vol *);
    [all...]
packet_util.cpp 31 Vol *currVol = video->vol[video->currLayer];
vop.cpp 74 * -- DecodeVolHeader -- Decode the header of a VOL
83 Vol *currVol;
96 currVol = video->vol[layer];
241 * Read the VOL header entries from the bitstream
393 /* we should put it in Vol structure. 04/12/2000. */
645 if (currVol->refVolID != video->vol[0]->volID) return PV_FAIL;
809 Vol *currVol = video->vol[video->currLayer];
    [all...]
mp4dec_lib.h 278 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader);
vlc_dequant.cpp 54 Vol *currVol = video->vol[video->currLayer];
388 Vol *currVol = video->vol[video->currLayer];
    [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 385 : Load(false), Store(false), Vol(false), MayReadFromMemory(false),
399 Vol = Info.Vol;
404 Vol = !LI->isSimple();
408 Vol = !SI->isSimple();
414 bool isVolatile() { return Vol; }
427 bool Vol;
  /external/eigen/lapack/
dladiv.f 40 *> in D. Knuth, The art of Computer Programming, Vol.2, p.195
sladiv.f 40 *> in D. Knuth, The art of Computer Programming, Vol.2, p.195
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 45 : ReadMem(false), WriteMem(false), Vol(false), MatchingId(0),
49 bool Vol;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 489 Info.Vol = false;
498 Info.Vol = false;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsmgmt.h 78 VSS_VOLUME_PROP Vol;
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 780 // Knuth covers it well enough in Vol III. 6.4.; but beware, Algorithm R
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 1752 milliseconds