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

/external/libhevc/decoder/
H A Dihevcd_api.c1446 WORD32 max_num_cu_cols; local
1467 max_num_cu_cols = wd / MIN_CU_SIZE;
1502 size = max_num_cu_cols / 8;
1511 size = max_num_cu_cols / 4;
1520 size = max_num_cu_cols * max_num_cu_rows / 8;
1531 size = ((max_num_cu_cols + 8) * (max_num_cu_rows + 8)) / 8;

Completed in 62 milliseconds