Merge "avcenc: Allow intra mode evaluation during fast skip" am: 7fda0b422a
am: 461745769d
Change-Id: Id6a6269c6dad17fc3376ee355d76e17c0611c86f
This commit is contained in:
commit
ecab943947
1 changed files with 1 additions and 1 deletions
|
|
@ -2098,7 +2098,7 @@ WORD32 ih264e_process(process_ctxt_t *ps_proc)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If we already have the minimum sad, there is no point in searching for sad again */
|
/* If we already have the minimum sad, there is no point in searching for sad again */
|
||||||
if (ps_proc->u4_min_sad_reached == 0)
|
if (ps_proc->u4_min_sad_reached == 0 || ps_codec->s_cfg.u4_enc_speed_preset != IVE_FASTEST)
|
||||||
{
|
{
|
||||||
/* intra gating in inter slices */
|
/* intra gating in inter slices */
|
||||||
/* No need of gating if we want to force intra, we need to find the threshold only if inter is enabled by AIR*/
|
/* No need of gating if we want to force intra, we need to find the threshold only if inter is enabled by AIR*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue