Home
last modified time | relevance | path

Searched refs:e_slice_mode (Results 1 – 7 of 7) sorted by relevance

/external/libavc/encoder/
Dih264e_utils.c1539 if (ps_codec->s_cfg.e_slice_mode != IVE_SLICE_MODE_NONE) in ih264e_pic_init()
1923 if (ps_codec->s_cfg.e_slice_mode == IVE_SLICE_MODE_NONE) in ih264e_pic_init()
1928 else if (ps_codec->s_cfg.e_slice_mode == IVE_SLICE_MODE_BLOCKS) in ih264e_pic_init()
Dive2.h310 IVE_SLICE_MODE_T e_slice_mode; member
Dih264e_deblk.c743 if (ps_codec->s_cfg.e_slice_mode != IVE_SLICE_MODE_NONE) in ih264e_deblock_mb()
Dih264e_api.c526 if ((ps_ip->s_ive_ip.e_slice_mode != IVE_SLICE_MODE_NONE) in api_check_struct_sanity()
527 && (ps_ip->s_ive_ip.e_slice_mode != IVE_SLICE_MODE_BLOCKS)) in api_check_struct_sanity()
535 if (ps_ip->s_ive_ip.e_slice_mode == IVE_SLICE_MODE_BLOCKS) in api_check_struct_sanity()
2372 ps_cfg->e_slice_mode = IVE_SLICE_MODE_NONE; in ih264e_set_default_params()
3665 ps_cfg->e_slice_mode = ps_ip->s_ive_ip.e_slice_mode; in ih264e_init_mem_rec()
Dih264e_structs.h397 IVE_SLICE_MODE_T e_slice_mode; member
Dih264e_process.c469 if (ps_codec->s_cfg.e_slice_mode == IVE_SLICE_MODE_BLOCKS) in ih264e_entropy()
550 && ps_codec->s_cfg.e_slice_mode in ih264e_entropy()
/external/libavc/test/encoder/
Dmain.c2380 s_init_ip.s_ive_ip.e_slice_mode = s_app_ctxt.u4_slice_mode; in h264enc_main()