Home
last modified time | relevance | path

Searched refs:IVE_FAST (Results 1 – 5 of 5) sorted by relevance

/external/libavc/encoder/
Dive2.h106 IVE_FAST = 3, enumerator
Dih264e_intra_modes_eval.c431 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_FAST) in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()
1453 if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_FAST) in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()
Dih264e_utils.c1210 else if (ps_codec->s_cfg.u4_enc_speed_preset == IVE_FAST) in ih264e_codec_init()
Dih264e_api.c1436 && (ps_ip->s_ive_ip.u4_enc_speed_preset != IVE_FAST) in api_check_struct_sanity()
2031 else if (ps_curr_cfg->u4_enc_speed_preset == IVE_FAST) in ih264e_codec_update_config()
/external/libavc/test/encoder/
Dmain.c387 e_enc_speed_preset = IVE_FAST; in get_speed_preset()