Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibxvid.c70 int vop_flags; /**< VOP flags for Xvid encoder */ member
198 param->vop_flags &= vop_remove; in xvid_ff_2pass_before()
394 x->vop_flags = XVID_VOP_HALFPEL; /* Bare minimum quality */ in xvid_encode_init()
396 x->vop_flags |= XVID_VOP_INTER4V; /* Level 3 */ in xvid_encode_init()
398 x->vop_flags |= XVID_VOP_TRELLISQUANT; /* Level 5 */ in xvid_encode_init()
400 x->vop_flags |= XVID_VOP_HQACPRED; /* Level 6 */ in xvid_encode_init()
402 x->vop_flags |= XVID_VOP_GREYSCALE; in xvid_encode_init()
426 x->vop_flags |= XVID_VOP_MODEDECISION_RD; in xvid_encode_init()
432 if (!(x->vop_flags & XVID_VOP_MODEDECISION_RD)) in xvid_encode_init()
433 x->vop_flags | in xvid_encode_init()
[all...]

Completed in 2 milliseconds