Home
last modified time | relevance | path

Searched refs:propNew (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c924 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument
926 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()
940 CLzmaProps propNew; in LzmaDec_AllocateProbs() local
941 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
942 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs()
943 p->prop = propNew; in LzmaDec_AllocateProbs()
949 CLzmaProps propNew; in LzmaDec_Allocate() local
951 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
952 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate()
953 dicBufSize = propNew.dicSize; in LzmaDec_Allocate()
[all …]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c925 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument
927 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()
941 CLzmaProps propNew; in LzmaDec_AllocateProbs() local
942 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
943 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs()
944 p->prop = propNew; in LzmaDec_AllocateProbs()
950 CLzmaProps propNew; in LzmaDec_Allocate() local
952 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
953 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate()
954 dicBufSize = propNew.dicSize; in LzmaDec_Allocate()
[all …]
/external/lzma/C/
DLzmaDec.c924 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument
926 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()
940 CLzmaProps propNew; in LzmaDec_AllocateProbs() local
941 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
942 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs()
943 p->prop = propNew; in LzmaDec_AllocateProbs()
949 CLzmaProps propNew; in LzmaDec_Allocate() local
951 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
952 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate()
953 dicBufSize = propNew.dicSize; in LzmaDec_Allocate()
[all …]
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch1748 +static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc)
1750 + UInt32 numProbs = LzmaProps_GetNumProbs(propNew);
1764 + CLzmaProps propNew;
1765 + RINOK(LzmaProps_Decode(&propNew, props, propsSize));
1766 + RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc));
1767 + p->prop = propNew;
1773 + CLzmaProps propNew;
1775 + RINOK(LzmaProps_Decode(&propNew, props, propsSize));
1776 + RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc));
1777 + dicBufSize = propNew.dicSize;
[all …]