Searched defs:max_ht (Results 1 - 3 of 3) sorted by relevance

/external/libavc/encoder/
H A Dih264e_api.c294 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); local
321 if (max_ht < MIN_HT || max_ht > MAX_HT)
369 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); local
396 if (max_ht < MIN_HT || max_ht > MAX_HT)
538 || ps_ip->s_ive_ip.u4_slice_param > ((UWORD32)max_ht >> 4))
656 s_ip.s_ive_ip.u4_max_ht = max_ht;
2943 * max_dpb_size will be based on max_wd and max_ht *
2944 * For higher max_wd and max_ht thi
[all...]
/external/libhevc/test/decoder/
H A Dmain.c213 UWORD32 max_ht; member in struct:__anon11647
1532 ps_app_ctx->max_ht,
/external/libmpeg2/test/decoder/
H A Dmain.c208 UWORD32 max_ht; member in struct:__anon11995
331 { "--", "--max_ht", MAX_HT,
1264 sscanf(value, "%d", &ps_app_ctx->max_ht);
1565 ps_app_ctx->max_ht,
1864 s_app_ctx.max_ht = 0;
2128 (s_app_ctx.max_ht == 0) ? MAX_FRAME_HEIGHT : s_app_ctx.max_ht;
2193 s_init_ip.s_ivd_init_ip_t.u4_frm_max_ht = (s_app_ctx.max_ht == 0) ? MAX_FRAME_HEIGHT : s_app_ctx.max_ht;

Completed in 105 milliseconds