Searched defs:MAX_CTB_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/common/
H A Dihevc_defs.h259 #define MIN_TILE_WD MAX_CTB_SIZE
262 #define MIN_TILE_HT MAX_CTB_SIZE
295 #define MAX_CTB_SIZE 64 macro
315 #define MAX_TU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_TU_SIZE))
318 #define MAX_CU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_CU_SIZE))
321 #define MAX_PU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_PU_SIZE))
324 #define MAX_CU_IN_CTB ((MAX_CTB_SIZE / MIN_CU_SIZE) * \
325 (MAX_CTB_SIZE / MIN_CU_SIZE))
332 #define MAX_PU_IN_CTB ((MAX_CTB_SIZE / MIN_PU_SIZE) * \
333 (MAX_CTB_SIZE / MIN_PU_SIZ
[all...]

Completed in 86 milliseconds