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

Function InitFmo

codec/decoder/core/src/fmo.cpp:188–190  ·  view source on GitHub ↗

! * \brief Initialize Wels Flexible Macroblock Ordering (FMO) * * \param pFmo Wels fmo to be initialized * \param pPps pps argument * \param kiMbWidth mb width * \param kiMbHeight mb height * * \return 0 - successful; none 0 - failed; */

Source from the content-addressed store, hash-verified

186 * \return 0 - successful; none 0 - failed;
187 */
188int32_t InitFmo (PFmo pFmo, PPps pPps, const int32_t kiMbWidth, const int32_t kiMbHeight, CMemoryAlign* pMa) {
189 return FmoGenerateSliceGroup (pFmo, pPps, kiMbWidth, kiMbHeight, pMa);
190}
191
192
193/*!

Callers 1

FmoParamUpdateFunction · 0.85

Calls 1

FmoGenerateSliceGroupFunction · 0.85

Tested by

no test coverage detected