Home | History | Annotate | Download | only in src

Lines Matching defs:numLayers

34 PV_STATUS RC_Cleanup(rateControl *rc[],Int numLayers);
55 Int numLayers = encParams->nLayers;
62 for (n = 0; n < numLayers; n++)
156 PV_STATUS RC_Cleanup(rateControl *rc[], Int numLayers)
159 OSCL_UNUSED_ARG(numLayers);
421 Int numLayers = encParams->nLayers;
435 for (n = 0; n < numLayers; n++)
512 } /* end of: for(n=0; n<numLayers; n++) */