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

  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.cpp 18 _dec(NULL)
33 if (_dec)
34 Lzma2DecMt_Destroy(_dec);
89 if (!_dec)
91 _dec = Lzma2DecMt_Create(
95 if (!_dec)
152 res = Lzma2DecMt_Decode(_dec, _prop, &props,
224 if (!_dec)
226 _dec = Lzma2DecMt_Create(&g_AlignedAlloc, &g_MidAlloc);
227 if (!_dec)
    [all...]
Lzma2Decoder.h 33 CLzma2DecMtHandle _dec; member in class:NCompress::NLzma2::CDecoder
  /external/libopus/celt/
cwrs.c 539 opus_val32 decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){
540 return cwrsi(_n,_k,ec_dec_uint(_dec,CELT_PVQ_V(_n,_k)),_y);
704 opus_val32 decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){
710 ret = cwrsi(_n,_k,ec_dec_uint(_dec,ncwrs_urow(_n,_k,u)),_y,u);
celt_decoder.c 820 ec_dec _dec; local
943 ec_dec_init(&_dec,(unsigned char*)data,len);
944 dec = &_dec;
    [all...]
  /external/bcc/src/lua/bcc/
table.lua 324 local function _dec(t) function
336 f = string.format("%s %s;", _dec(value[2]), value[1])
339 f = string.format("%s %s[%d];", _dec(value[2]), value[1], value[3][1])
341 local t = _dec(value[2])
360 return _dec(json.parse(json_desc))

Completed in 343 milliseconds