Home
last modified time | relevance | path

Searched refs:useACPred (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h246 Bool useACPred; member
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A DREADME.md79 14. Enable AC prediction (parameter name: `useACPred`)
96 | `useACPred` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 17th byte of data |
H A Dmpeg4_h263_enc_fuzzer.cpp111 mEncodeHandle->useACPred = (data[IDX_USE_AC_PRED] & 0x01) ? PV_OFF : PV_ON; in initEncoder()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp176 encParams.useACPred = PV_ON; in main()
H A DMpeg4H263EncoderTest.cpp129 mEncodeHandle->useACPred = PV_ON; in initEncoderParams()
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp171 mEncParams->useACPred = PV_ON; in initEncParams()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp355 mEncParams->useACPred = PV_ON; in initEncParams()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp308 encParams->ACDCPrediction = ((encOption->useACPred == PV_ON) ? TRUE : FALSE); in PVInitVideoEncoder()