am cc58d3f4: Check the width/height and adjust level used for RC
* commit 'cc58d3f491':
Check the width/height and adjust level used for RC
This commit is contained in:
commit
efb02ba538
1 changed files with 2 additions and 1 deletions
|
|
@ -1330,7 +1330,8 @@ IH264E_ERROR_T ih264e_codec_init(codec_t *ps_codec)
|
|||
ps_codec->s_cfg.u4_i_frm_interval,
|
||||
ps_codec->s_cfg.u4_num_bframes + 1, au1_init_qp,
|
||||
ps_codec->s_cfg.u4_num_bframes + 2 , au1_min_max_qp,
|
||||
ps_codec->s_cfg.u4_max_level);
|
||||
MAX(ps_codec->s_cfg.u4_max_level,
|
||||
(UWORD32)ih264e_get_min_level(ps_codec->s_cfg.u4_max_wd, ps_codec->s_cfg.u4_max_ht)));
|
||||
}
|
||||
|
||||
/* recon stride */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue