Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_api.c1508 ps_codec->i4_ht = ps_codec->i4_disp_ht = ps_codec->i4_max_ht; in ihevcd_init()
2584 ps_codec->i4_max_ht = dec_init_ip->s_ivd_init_ip_t.u4_frm_max_ht; in ihevcd_init_mem_rec()
2587 ps_codec->i4_max_ht = ALIGN64(ps_codec->i4_max_ht); in ihevcd_init_mem_rec()
2590 ps_codec->i4_new_max_ht = ps_codec->i4_max_ht; in ihevcd_init_mem_rec()
2593 max_tile_rows = (ps_codec->i4_max_ht + MIN_TILE_HT - 1) / MIN_TILE_HT; in ihevcd_init_mem_rec()
2653 …memset(ps_mem_rec->pv_base, 0, (ps_codec->i4_max_wd / MIN_CU_SIZE) * (ps_codec->i4_max_ht / MIN_CU… in ihevcd_init_mem_rec()
2660 …filter_size = ((ps_codec->i4_max_wd + 64) / MIN_CU_SIZE) * ((ps_codec->i4_max_ht + 64) / MIN_CU_S… in ihevcd_init_mem_rec()
2783 pu1_buf += MAX(ps_codec->i4_max_ht, ps_codec->i4_max_wd); in ihevcd_init_mem_rec()
2790 pu1_buf += MAX(ps_codec->i4_max_ht, ps_codec->i4_max_wd); in ihevcd_init_mem_rec()
2809 pu1_buf += ps_codec->i4_max_ht / MIN_CTB_SIZE; in ihevcd_init_mem_rec()
[all …]
Dihevcd_structs.h1637 WORD32 i4_max_ht; member
Dihevcd_parse_headers.c1268 ps_codec->i4_max_wd * ps_codec->i4_max_ht) || in ihevcd_parse_sps()
1269 (ps_sps->i2_pic_height_in_luma_samples > MAX(ps_codec->i4_max_wd, ps_codec->i4_max_ht))) in ihevcd_parse_sps()
1923 max_tile_rows = (ps_codec->i4_max_ht + MIN_TILE_HT - 1) / MIN_TILE_HT; in ihevcd_copy_pps()
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c1454 WORD32 i4_max_wd, i4_max_ht; in impeg2d_api_init() local
1465 i4_max_ht = ALIGN16(ps_dec_init_ip->s_ivd_init_ip_t.u4_frm_max_ht); in impeg2d_api_init()
1730 pu1_buf += i4_max_ht * i4_max_wd; in impeg2d_api_init()
1733 pu1_buf += i4_max_ht * i4_max_wd >> 2; in impeg2d_api_init()
1736 pu1_buf += i4_max_ht * i4_max_wd >> 2; in impeg2d_api_init()