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

  /external/libmpeg2/test/decoder/
main.c 207 UWORD32 max_wd; member in struct:__anon23894
265 MAX_WD,
329 { "--", "--max_wd", MAX_WD,
    [all...]
  /external/libavc/encoder/
ih264e_utils.c 660 WORD32 max_wd, min_ht; local
682 max_wd = gai4_ih264_max_wd_ht[lvl_idx];
693 * Now max_dpb_size increases with smaller Wd and Ht, but Wd * ht * max_dpb_size will still be lesser or equal to max_wd * max_ht * dpb_size
701 * So use max_wd and min_ht
708 size += ((pad * pad) + pad * (max_wd + min_ht)) * 3 / 2 * max_num_bufs;
    [all...]
ih264e_api.c 293 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd); local
314 if (max_wd < MIN_WD || max_wd > MAX_WD)
368 WORD32 max_wd = ALIGN16(ps_ip->s_ive_ip.u4_max_wd); local
389 if (max_wd < MIN_WD || max_wd > MAX_WD)
655 s_ip.s_ive_ip.u4_max_wd = max_wd;
    [all...]
  /external/libhevc/test/decoder/
main.c 212 UWORD32 max_wd; member in struct:__anon23539
    [all...]

Completed in 447 milliseconds