Searched refs:ACDCPrediction (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h192 Bool ACDCPrediction; /* AC/DC Prediction */ member in struct:tagVideoEncParams
374 UChar bitmaprow[8]; /* Need to keep it for ACDCPrediction, 8 bytes for alignment, need only 6 */
H A Dmp4enc_api.cpp308 encParams->ACDCPrediction = ((encOption->useACPred == PV_ON) ? TRUE : FALSE);
914 // pVol->intra_acdcPredDisable = pEncParams->ACDCPrediction; /* ACDC Prediction */
3297 if(video->encParams->ACDCPrediction == TRUE && MB-based rate control)
H A Dvlc_encode.cpp2031 Bool bACPredEnable = video->encParams->ACDCPrediction;

Completed in 58 milliseconds