Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ nrBitsRead
Method
nrBitsRead
YUViewLib/src/parser/common/SubByteReader.cpp:344–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
size_t SubByteReader::nrBitsRead() const
345
{
346
return (this->posInBufferBytes - this->initialPosInBuffer) * 8 + this->posInBufferBits;
347
}
348
349
size_t SubByteReader::nrBytesRead() const
350
{
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected