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

/external/libhevc/decoder/
H A Dihevcd_api.c2136 WORD32 sao_size = 0; local
2162 sao_size += sizeof(UWORD8) * (MAX(max_ht_luma, max_wd_luma));
2165 sao_size += sizeof(UWORD8) * (MAX(max_ht_luma, max_wd_luma));
2168 sao_size += sizeof(UWORD8) * max_wd_luma;
2171 sao_size += sizeof(UWORD8) * max_wd_luma;
2174 sao_size += sizeof(UWORD8) * max_ctb_rows;
2177 sao_size += sizeof(UWORD8) * max_ctb_rows * 2;
2180 sao_size += sizeof(UWORD8) * max_ctb_rows;
2183 sao_size += sizeof(UWORD8) * max_ctb_rows * 2;
2186 sao_size
[all...]

Completed in 118 milliseconds