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

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1291 ComBitStreamMCS_t *p_bs1, bs1; local
1334 p_bs1 = &bs1;
1506 p_bs1->Buffer = (M4OSA_UInt8 *)(instance->m_pEncoderPPS + 1);
1507 DecBitStreamReset_MCS(p_bs1, lSize1);
1509 lEncoder_PPSID = H264MCS_DecVLCReadExpGolombCode(p_bs1);
1510 lEncoder_SPSID = H264MCS_DecVLCReadExpGolombCode(p_bs1);
1513 lEncoderPPSRemBits -= p_bs1->bitPos;
1532 temp2 = H264MCS_getBits(p_bs1, 8);
1546 temp2 = H264MCS_getBits(p_bs1, lEncoderPPSRemBits);
1622 p_bs1
[all...]

Completed in 53 milliseconds