HomeSort by relevance Sort by last modified time
    Searched refs:MAX_HT (Results 1 - 7 of 7) sorted by null

  /external/libhevc/decoder/
ihevcd_defs.h 64 #define MAX_HT 4320
165 #define MAX_NUM_CTBS_IN_FRAME (MAX_WD * MAX_HT / MIN_CTB_SIZE / MIN_CTB_SIZE)
ihevcd_debug.h 68 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];
ihevcd_parse_headers.c     [all...]
  /external/libavc/encoder/
ih264e_defs.h 82 #define MAX_HT 2560
ih264e_api.c 294 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;
    [all...]
  /external/libavc/test/encoder/
main.c 72 MAX_HT,
181 { "--", "--max_ht", MAX_HT, "Maximum height (Default: 1088)\n" },
568 case MAX_HT:
    [all...]
  /external/libmpeg2/test/decoder/
main.c 208 UWORD32 max_ht; member in struct:__anon23688
266 MAX_HT,
331 { "--", "--max_ht", MAX_HT,
    [all...]

Completed in 6782 milliseconds