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

  /external/libhevc/decoder/
ihevcd_utils.c 256 WORD32 max_wd, min_ht; local
287 min_ht = ALIGN64(gai4_ihevc_min_wd_ht[lvl_idx]);
289 /* Use max_wd and min_ht to get maximum number of luma samples for given level */
290 /* Because max_wd and min_ht are aligned to 64, product will be higher than the
293 num_luma_samples = max_wd * min_ht;
309 * So use max_wd and min_ht
314 num_luma_samples += (pad * pad) + pad * (max_wd + min_ht);
    [all...]
  /external/libavc/encoder/
ih264e_utils.c 660 WORD32 max_wd, min_ht; local
685 min_ht = gai4_ih264_min_wd_ht[lvl_idx];
701 * So use max_wd and min_ht
708 size += ((pad * pad) + pad * (max_wd + min_ht)) * 3 / 2 * max_num_bufs;
    [all...]

Completed in 3833 milliseconds