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

  /external/libhevc/decoder/
ihevcd_utils.c 255 WORD32 max_wd; local
282 max_wd = gai4_ihevc_max_wd_ht[lvl_idx];
291 * 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
299 * So use max_wd and min_ht
306 size += ((pad * pad) + pad * (max_wd + max_wd)) * max_num_bufs;
    [all...]
ihevcd_api.c 244 WORD32 max_wd = ps_ip->s_ivd_fill_mem_rec_ip_t.u4_max_frm_wd; local
247 max_wd = ALIGN64(max_wd);
276 if(max_wd < MIN_WD)
285 if(max_wd > MAX_WD)
303 if((max_ht * max_wd) > (MAX_HT * MAX_WD))
343 WORD32 max_wd = ps_ip->s_ivd_init_ip_t.u4_frm_max_wd; local
346 max_wd = ALIGN64(max_wd)
    [all...]
  /external/libhevc/test/decoder/
main.c 212 UWORD32 max_wd; member in struct:__anon27659
269 MAX_WD,
335 { "--", "--max_wd", MAX_WD,
    [all...]

Completed in 280 milliseconds