Searched defs:codeLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DScriptC.cpp23 const void *codeTxt, size_t codeLength,
28 rs->mCacheDir, rs->mCacheDirLen, (const char *)codeTxt, codeLength);
22 ScriptC(sp<RS> rs, const void *codeTxt, size_t codeLength, const char *cachedName, size_t cachedNameLength, const char *cacheDir, size_t cacheDirLength) argument
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c499 UWord16 codeWord, codeLength; local
514 codeLength = HI_LTAB(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
515 WriteBits(hBitstream, codeWord, codeLength);
526 codeLength = LO_LTAB(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
527 WriteBits(hBitstream,codeWord,codeLength);
580 codeLength = HI_LTAB(huff_ltab3_4[t0][t1][t2][t3]);
581 WriteBits(hBitstream,codeWord,codeLength);
634 codeLength = LO_LTAB(huff_ltab3_4[t0][t1][t2][t3]);
635 WriteBits(hBitstream,codeWord,codeLength);
645 codeLength
875 Word16 codeLength; local
[all...]

Completed in 1465 milliseconds