Home
last modified time | relevance | path

Searched refs:mv8x8Enable (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h238 ParamEncMode mv8x8Enable; member
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A DREADME.md78 13. Enable 8x8 ME and MC (parameter name: `mv8x8Enable`)
95 | `mv8x8Enable` | 0. `PV_OFF` 1. `PV_ON` | bit 0 of 16th byte of data |
H A Dmpeg4_h263_enc_fuzzer.cpp110 mEncodeHandle->mv8x8Enable = (data[IDX_ENABLE_MV_8x8] & 0x01) ? PV_OFF : PV_ON; in initEncoder()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp174 encParams.mv8x8Enable = PV_OFF; in main()
H A DMpeg4H263EncoderTest.cpp127 mEncodeHandle->mv8x8Enable = PV_OFF; in initEncoderParams()
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp169 mEncParams->mv8x8Enable = PV_OFF; in initEncParams()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp353 mEncParams->mv8x8Enable = PV_OFF; in initEncParams()