Home | History | Annotate | Download | only in src

Lines Matching refs:PV_ON

161                                       {10, 10}, {12, 12}, {0, 0}, CBR_1, 0.0, PV_OFF, -1, 0, PV_OFF, 16, PV_OFF, 0, PV_ON
301 encParams->ACDCPrediction = ((encOption->useACPred == PV_ON) ? TRUE : FALSE);
403 encParams->ReversibleVLC = (encOption->rvlcEnable == PV_ON); /* RVLC when Data Partitioning */
574 if (video->encParams->NoFrameSkip_Enabled == PV_ON ||
575 video->encParams->NoPreSkip_Enabled == PV_ON) /* don't allow frame skip*/
581 video->encParams->NoFrameSkip_Enabled = PV_ON; /* no frame skip */
582 video->encParams->NoPreSkip_Enabled = PV_ON; /* no frame skip */
588 if (video->encParams->NoFrameSkip_Enabled == PV_ON) /* if no frame skip */