MCPcopy Create free account
hub / github.com/cisco/openh264 / InitRandomLayerData

Function InitRandomLayerData

test/decoder/DecUT_PredMv.cpp:501–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void InitRandomLayerData (PDqLayer pDqLayer) {
502 InitRandomLayerSliceIdc (pDqLayer);
503 InitRandomLayerMbType (pDqLayer);
504 InitRandomLayerMvData (pDqLayer);
505 InitRandomLayerRefIdxData (pDqLayer);
506}
507
508#define TEST_SKIP_MV_PRED \
509 PredPSkipMvFromNeighbor (&sDqLayer, iWelsMvp); \

Callers 1

TESTFunction · 0.85

Calls 4

InitRandomLayerSliceIdcFunction · 0.85
InitRandomLayerMbTypeFunction · 0.85
InitRandomLayerMvDataFunction · 0.85

Tested by

no test coverage detected