Home
last modified time | relevance | path

Searched refs:qp2off (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/jmref/JM/lencod/inc/
H A Dconfigfile.h54 …{"ChangeQPI", &cfgparams.qp2off[I_SLICE], 0, 0.0, …
55 …{"ChangeQPP", &cfgparams.qp2off[P_SLICE], 0, 0.0, …
56 …{"ChangeQPB", &cfgparams.qp2off[B_SLICE], 0, 0.0, …
57 …{"ChangeQPSP", &cfgparams.qp2off[SP_SLICE], 0, 0.0, …
58 …{"ChangeQPSI", &cfgparams.qp2off[SI_SLICE], 0, 0.0, …
H A Dparams.h32 int qp2off[NUM_SLICE_TYPES]; //!< Change QP offset values for all slice types member
/dports/multimedia/jmref/JM/lencod/src/
H A Dimage.c2017 …>qp = iClip3( -p_Vid->bitdepth_luma_qp_scale, MAX_QP, p_Vid->qp + p_Inp->qp2off[p_cur_frm->type] ); in init_fixed_qp()