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

1 2

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
UefiShellLevel2CommandsLib.inf 47 Vol.c
  /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;
2622 Vol **vol = video->vol; local
2862 Vol **vol = video->vol; local
    [all...]
mp4lib_int.h 50 /* Syntax elements copied from VOL (standard) */
77 Int volID; /* VOL identifier (for tracking) */
80 Int timeIncrementResolution; /* VOL time increment */
89 /* VOL Dimensions */
94 Int ResyncMarkerDisable; /* VOL Disable Resynch Markers */
95 Int useReverseVLC; /* VOL reversible VLCs */
96 Int dataPartitioning; /* VOL data partitioning */
110 Int scalability; /* VOL scalability (flag) */
113 Int refVolID; /* VOL id of reference VOL */
324 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 60 extern Vol IMEM_VOL[2];
62 extern Vol IMEM_vol[2][1];
106 video->vol = (Vol **) IMEM_VOL;
108 if ((size_t)nLayers > SIZE_MAX / sizeof(Vol *)) {
113 video->vol = (Vol **) oscl_malloc(nLayers * sizeof(Vol *));
115 if (video->vol == NULL) status = PV_FALSE;
116 video->memoryUsage += nLayers * sizeof(Vol *);
    [all...]
packet_util.cpp 31 Vol *currVol = video->vol[video->currLayer];
vop.cpp 76 * -- DecodeVolHeader -- Decode the header of a VOL
85 Vol *currVol;
98 currVol = video->vol[layer];
243 * Read the VOL header entries from the bitstream
395 /* we should put it in Vol structure. 04/12/2000. */
647 if (currVol->refVolID != video->vol[0]->volID) return PV_FAIL;
811 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/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
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 71 // ASSP, Vol. ASSP- 32, pp. 803-816, Aug. 1984.
  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 71 // ASSP, Vol. ASSP- 32, pp. 803-816, Aug. 1984.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsmgmt.h 78 VSS_VOLUME_PROP Vol;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 632 unsigned Align = 0, bool Vol = false,
638 unsigned Align = 0, bool Vol = false,
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
int.go 498 // See Knuth, The Art of Computer Programming, Vol. 2, Section 4.5.2, Algorithm B.
  /prebuilts/go/linux-x86/src/math/big/
int.go 498 // See Knuth, The Art of Computer Programming, Vol. 2, Section 4.5.2, Algorithm B.
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]

Completed in 509 milliseconds

1 2