Searched refs:u4_max_ht (Results 1 - 10 of 10) sorted by relevance

/external/libavc/test/encoder/
H A Drecon.c98 luma_size = ps_app_ctxt->u4_max_wd * ps_app_ctxt->u4_max_ht;
164 luma_size = ps_app_ctxt->u4_max_wd * ps_app_ctxt->u4_max_ht;
H A Dapp.h262 UWORD32 u4_max_ht; member in struct:__anon9895
H A Dinput.c249 num_mbs = ALIGN16(ps_app_ctxt->u4_max_wd) * ALIGN16(ps_app_ctxt->u4_max_ht);
H A Dmain.c569 sscanf(value, "%d", &ps_app_ctxt->u4_max_ht);
956 ps_app_ctxt->u4_max_ht = DEFAULT_MAX_HT;
2295 s_fill_mem_rec_ip.s_ive_ip.u4_max_ht = s_app_ctxt.u4_max_ht;
2359 s_init_ip.s_ive_ip.u4_max_ht = s_app_ctxt.u4_max_ht;
2458 s_get_buf_info_ip.s_ive_ip.u4_max_ht = s_app_ctxt.u4_max_ht;
/external/libavc/encoder/
H A Div2.h320 UWORD32 u4_max_ht; member in struct:__anon9825
H A Dive2.h268 UWORD32 u4_max_ht; member in struct:__anon9837
724 UWORD32 u4_max_ht; member in struct:__anon9855
H A Dih264e_api.c294 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht);
369 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht);
656 s_ip.s_ive_ip.u4_max_ht = max_ht;
924 if (ps_ip->s_ive_ip.u4_max_ht < MIN_HT)
933 if (ps_ip->s_ive_ip.u4_max_ht > ps_codec->s_cfg.u4_max_ht)
1141 if (ps_ip->s_ive_ip.u4_ht > ps_codec->s_cfg.u4_max_ht)
2357 ps_cfg->u4_max_ht = MAX_HT;
2422 ps_cfg->i4_ht_mbs = ps_cfg->u4_max_ht >> 4;
2747 max_ht_luma = ps_ip->s_ive_ip.u4_max_ht;
[all...]
H A Dih264e_encode_header.c1019 (UWORD32)ih264e_get_min_level(ps_cfg->u4_max_wd, ps_cfg->u4_max_ht));
H A Dih264e_structs.h352 UWORD32 u4_max_ht; member in struct:__anon9765
H A Dih264e_utils.c1341 (UWORD32)ih264e_get_min_level(ps_codec->s_cfg.u4_max_wd, ps_codec->s_cfg.u4_max_ht)));

Completed in 250 milliseconds