You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the default extension parameters. If you want to change some parameters of
encoder, firstly you need to get the default encoding parameters, after that you
can change part of parameters you want to.
the pointer to the source luminance plane chrominance data: CbData = kpSrc +
m_iMaxPicWidth * m_iMaxPicHeight; CrData = CbData + (m_iMaxPicWidth *
m_iMaxPicHeight)/4; the application calling this interface needs to ensure the
data validation between the location