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

/external/libhevc/decoder/
H A Dihevcd_api.c2224 WORD32 qp_const_flag_size; local
2252 qp_const_flag_size = max_wd_luma / MIN_CTB_SIZE + 1 /* The last ctb row deblk is done in last ctb + 1 row.*/;
2255 qp_const_flag_size *= max_ht_luma / MIN_CTB_SIZE;
2258 qp_const_flag_size = (qp_const_flag_size + 7) >> 3;
2274 size += qp_const_flag_size;
2861 WORD32 qp_const_flag_size; local
2890 qp_const_flag_size = ps_codec->i4_max_wd / MIN_CTB_SIZE + 1 /* The last ctb row deblk is done in last ctb + 1 row.*/;
2893 qp_const_flag_size *= ps_codec->i4_max_ht / MIN_CTB_SIZE;
2896 qp_const_flag_size /
[all...]

Completed in 55 milliseconds