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.c1788 WORD32 qp_const_flag_size; in ihevcd_allocate_dynamic_bufs() local
1817qp_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()
1820 qp_const_flag_size *= ht / MIN_CTB_SIZE; in ihevcd_allocate_dynamic_bufs()
1823 qp_const_flag_size /= 8; in ihevcd_allocate_dynamic_bufs()
1839 size += qp_const_flag_size; in ihevcd_allocate_dynamic_bufs()
1866 pu1_buf += qp_const_flag_size; in ihevcd_allocate_dynamic_bufs()
1868 pu1_buf -= (vert_bs_size + horz_bs_size + qp_size + qp_const_flag_size); in ihevcd_allocate_dynamic_bufs()
1880 pu1_buf += qp_const_flag_size; in ihevcd_allocate_dynamic_bufs()