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

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_Bitstream.h 24 OMX_U32 codeWord;
148 * [in] codeWord Code word that need to be inserted in to the
167 OMX_U32 codeWord,
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_Bitstream.h 24 OMX_U32 codeWord;
148 * [in] codeWord Code word that need to be inserted in to the
167 OMX_U32 codeWord,
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM_Bitstream.h 24 OMX_U32 codeWord;
148 * [in] codeWord Code word that need to be inserted in to the
167 OMX_U32 codeWord,
  /external/webkit/Source/WebCore/platform/text/
SuffixTree.h 36 static int codeWord(UChar c) { return c; }
42 static int codeWord(UChar c) { return c & (codeSize - 1); }
61 current = current->at(Codebook::codeWord(query[i]));
87 Node*& at(int codeWord) { return m_children.at(codeWord); }
103 Node*& child = current->at(Codebook::codeWord(text[base + offset]));
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 499 UWord16 codeWord, codeLength;
513 codeWord = huff_ctab1[t0+1][t1+1][t2+1][t3+1];
515 WriteBits(hBitstream, codeWord, codeLength);
525 codeWord = huff_ctab2[t0+1][t1+1][t2+1][t3+1];
527 WriteBits(hBitstream,codeWord,codeLength);
579 codeWord = huff_ctab3[t0][t1][t2][t3];
581 WriteBits(hBitstream,codeWord,codeLength);
633 codeWord = huff_ctab4[t0][t1][t2][t3];
635 WriteBits(hBitstream,codeWord,codeLength);
644 codeWord = huff_ctab5[t0+4][t1+4];
    [all...]

Completed in 320 milliseconds