Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h181 Int iQuant[2]; member
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A DREADME.md70 5. Qp for I-Vop(parameter name: `iQuant`)
87 | `iQuant` | In the range `1 to 31` | All the bits of 8th byte of data |
H A Dmpeg4_h263_enc_fuzzer.cpp102 mEncodeHandle->iQuant[0] = (data[IDX_I_FRAME_QP] % kMaxQP) + 1; in initEncoder()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp159 encParams.iQuant[0] = 15; in main()
H A DMpeg4H263EncoderTest.cpp120 mEncodeHandle->iQuant[0] = 15; in initEncoderParams()
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp138 mEncParams->iQuant[0] = 15; in initEncParams()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp336 mEncParams->iQuant[0] = 15; in initEncParams()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp328 if (encOption->iQuant[i] >= 1 && encOption->iQuant[i] <= 31) in PVInitVideoEncoder()
330 encParams->InitQuantIvop[i] = encOption->iQuant[i]; in PVInitVideoEncoder()