Searched defs:codeWord (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_Bitstream.h39 OMX_U32 codeWord; member in struct:__anon476
163 * [in] codeWord Code word that need to be inserted in to the
182 OMX_U32 codeWord,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_Bitstream.h39 OMX_U32 codeWord; member in struct:__anon520
163 * [in] codeWord Code word that need to be inserted in to the
182 OMX_U32 codeWord,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmCOMM_Bitstream.h39 OMX_U32 codeWord; member in struct:__anon564
163 * [in] codeWord Code word that need to be inserted in to the
182 OMX_U32 codeWord,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c211 if (pCodeBook->codeWord == (Value >> (32 - pCodeBook->codeLen)))
246 * [in] codeWord Code word that need to be inserted in to the
265 OMX_U32 codeWord,
280 codeWord = codeWord << (32-codeLength);
282 Value = Value | (codeWord >> (24+Offset));
288 codeWord = codeWord << (8-Offset);
291 Value = codeWord >> 24;
341 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, cod
262 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c211 if (pCodeBook->codeWord == (Value >> (32 - pCodeBook->codeLen)))
246 * [in] codeWord Code word that need to be inserted in to the
265 OMX_U32 codeWord,
280 codeWord = codeWord << (32-codeLength);
282 Value = Value | (codeWord >> (24+Offset));
288 codeWord = codeWord << (8-Offset);
291 Value = codeWord >> 24;
341 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, cod
262 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c211 if (pCodeBook->codeWord == (Value >> (32 - pCodeBook->codeLen)))
246 * [in] codeWord Code word that need to be inserted in to the
265 OMX_U32 codeWord,
280 codeWord = codeWord << (32-codeLength);
282 Value = Value | (codeWord >> (24+Offset));
288 codeWord = codeWord << (8-Offset);
291 Value = codeWord >> 24;
341 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, cod
262 armPackBits( OMX_U8 **ppBitStream, OMX_INT *pOffset, OMX_U32 codeWord, OMX_INT codeLength ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c499 UWord16 codeWord, codeLength; local
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
874 Word32 codeWord; local
[all...]

Completed in 171 milliseconds