Home
last modified time | relevance | path

Searched refs:iMV8x8 (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dcvei.h223 bool iMV8x8; member
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h585 bool iMV8x8; member
Dpvmf_omx_enc_node.cpp862 iVideoEncodeParam.iMV8x8 = false; in PVMFOMXEncNode()
2561 MotionVector.bFourMV = ((iVideoEncodeParam.iMV8x8 == true) ? OMX_TRUE : OMX_FALSE); in SetMP4EncoderParameters()
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dpvm4vencoder.cpp976 aEncOption.mv8x8Enable = (aEncParam->iMV8x8 == true) ? PV_ON : PV_OFF; in Initialize()