Lines Matching refs:pLayerBsInfo
961 SLayerBSInfo* pLayerBsInfo = &sFbi.sLayerInfo[iLayer]; in ProcessEncoding() local
962 if (pLayerBsInfo != NULL) { in ProcessEncoding()
964 int iNalIdx = pLayerBsInfo->iNalCount - 1; in ProcessEncoding()
966 iLayerSize += pLayerBsInfo->pNalLengthInByte[iNalIdx]; in ProcessEncoding()
977 if (pUCArry[w] != pLayerBsInfo->pBsBuf[w]) { in ProcessEncoding()
989 … fwrite (pLayerBsInfo->pBsBuf, 1, iLayerSize, pFpBs[0]); // write pure bit stream into file in ProcessEncoding()
991 if (pLayerBsInfo->uiSpatialId == 0) { in ProcessEncoding()
992 unsigned char five_bits = pLayerBsInfo->pBsBuf[4] & 0x1f; in ProcessEncoding()
995 fwrite (pLayerBsInfo->pBsBuf, 1, iLayerSize, pFpBs[i]); in ProcessEncoding()
998 fwrite (pLayerBsInfo->pBsBuf, 1, iLayerSize, pFpBs[0]); in ProcessEncoding()
1001 fwrite (pLayerBsInfo->pBsBuf, 1, iLayerSize, pFpBs[pLayerBsInfo->uiSpatialId]); in ProcessEncoding()