Home
last modified time | relevance | path

Searched refs:lvl_idx (Results 1 – 4 of 4) sorted by relevance

/external/libavc/encoder/
Dih264e_utils.c486 WORD32 lvl_idx = MAX_LEVEL, i; in ih264e_get_min_level() local
494 lvl_idx = i; in ih264e_get_min_level()
499 return gai4_ih264_levels[lvl_idx]; in ih264e_get_min_level()
523 WORD32 lvl_idx = 0; in ih264e_get_lvl_idx() local
527 lvl_idx = 0; in ih264e_get_lvl_idx()
531 lvl_idx = 1; in ih264e_get_lvl_idx()
535 lvl_idx = 2; in ih264e_get_lvl_idx()
539 lvl_idx = 3; in ih264e_get_lvl_idx()
543 lvl_idx = 4; in ih264e_get_lvl_idx()
547 lvl_idx = 5; in ih264e_get_lvl_idx()
[all …]
/external/libhevc/decoder/
Dihevcd_utils.c104 WORD32 lvl_idx = 0; in ihevcd_get_lvl_idx() local
108 lvl_idx = 0; in ihevcd_get_lvl_idx()
112 lvl_idx = 1; in ihevcd_get_lvl_idx()
116 lvl_idx = 2; in ihevcd_get_lvl_idx()
120 lvl_idx = 3; in ihevcd_get_lvl_idx()
124 lvl_idx = 4; in ihevcd_get_lvl_idx()
128 lvl_idx = 5; in ihevcd_get_lvl_idx()
132 lvl_idx = 6; in ihevcd_get_lvl_idx()
136 lvl_idx = 7; in ihevcd_get_lvl_idx()
140 lvl_idx = 8; in ihevcd_get_lvl_idx()
[all …]
/external/libaom/av1/
Dratectrl_rtc.cc131 for (auto &lvl_idx : oxcf->target_seq_level_idx) lvl_idx = SEQ_LEVEL_MAX; in InitRateControl() local
/external/libavc/encoder/svc/
Disvce_utils.c556 WORD32 lvl_idx; in isvce_get_total_svc_au_buf_size() local
577 lvl_idx = ih264e_get_lvl_idx(i4_level); in isvce_get_total_svc_au_buf_size()
580 num_luma_samples = gai4_ih264_max_luma_pic_size[lvl_idx]; in isvce_get_total_svc_au_buf_size()
587 max_wd = gai4_ih264_max_wd_ht[lvl_idx]; in isvce_get_total_svc_au_buf_size()
590 min_ht = gai4_ih264_min_wd_ht[lvl_idx]; in isvce_get_total_svc_au_buf_size()