Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_api.c1745 WORD32 qp_const_flag_size; in ihevcd_allocate_dynamic_bufs() local
1774qp_const_flag_size = wd / MIN_CTB_SIZE + 1 /* The last ctb row deblk is done in last ctb + 1 row.*… in ihevcd_allocate_dynamic_bufs()
1777 qp_const_flag_size *= ht / MIN_CTB_SIZE; in ihevcd_allocate_dynamic_bufs()
1780 qp_const_flag_size /= 8; in ihevcd_allocate_dynamic_bufs()
1796 size += qp_const_flag_size; in ihevcd_allocate_dynamic_bufs()
1823 pu1_buf += qp_const_flag_size; in ihevcd_allocate_dynamic_bufs()
1825 pu1_buf -= (vert_bs_size + horz_bs_size + qp_size + qp_const_flag_size); in ihevcd_allocate_dynamic_bufs()
1837 pu1_buf += qp_const_flag_size; in ihevcd_allocate_dynamic_bufs()