Searched refs:MAX_HT (Results 1 - 7 of 7) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_defs.h64 #define MAX_HT 4320 macro
165 #define MAX_NUM_CTBS_IN_FRAME (MAX_WD * MAX_HT / MIN_CTB_SIZE / MIN_CTB_SIZE)
H A Dihevcd_debug.h68 UWORD8 au1_pic_avail_ctb_flags[MAX_WD * MAX_HT / MIN_CTB_SIZE / MIN_CTB_SIZE];
69 UWORD32 au4_pic_ctb_slice_xy[MAX_WD * MAX_HT / MIN_CTB_SIZE / MIN_CTB_SIZE];
H A Dihevcd_parse_headers.c1638 (MAX_WD * MAX_HT)))
/external/libavc/encoder/
H A Dih264e_defs.h82 #define MAX_HT 2560 macro
H A Dih264e_api.c321 if (max_ht < MIN_HT || max_ht > MAX_HT)
396 if (max_ht < MIN_HT || max_ht > MAX_HT)
2339 ps_cfg->u4_max_ht = MAX_HT;
2359 ps_cfg->u4_disp_ht = MAX_HT;
2361 ps_cfg->u4_ht = MAX_HT;
/external/libavc/test/encoder/
H A Dmain.c72 MAX_HT, enumerator in enum:__anon9764
181 { "--", "--max_ht", MAX_HT, "Maximum height (Default: 1088)\n" },
568 case MAX_HT:
/external/libmpeg2/test/decoder/
H A Dmain.c266 MAX_HT, enumerator in enum:__anon11055
331 { "--", "--max_ht", MAX_HT,
1263 case MAX_HT:

Completed in 180 milliseconds