Searched refs:useACPred (Results 1 – 8 of 8) sorted by relevance
246 Bool useACPred; member
79 14. Enable AC prediction (parameter name: `useACPred`)96 | `useACPred` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 17th byte of data |
111 mEncodeHandle->useACPred = (data[IDX_USE_AC_PRED] & 0x01) ? PV_OFF : PV_ON; in initEncoder()
176 encParams.useACPred = PV_ON; in main()
129 mEncodeHandle->useACPred = PV_ON; in initEncoderParams()
171 mEncParams->useACPred = PV_ON; in initEncParams()
355 mEncParams->useACPred = PV_ON; in initEncParams()
308 encParams->ACDCPrediction = ((encOption->useACPred == PV_ON) ? TRUE : FALSE); in PVInitVideoEncoder()