OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MIN_PU_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/common/
ihevc_defs.h
307
#define
MIN_PU_SIZE
4
321
#define MAX_PU_IN_CTB_ROW ((MAX_CTB_SIZE /
MIN_PU_SIZE
))
332
#define MAX_PU_IN_CTB ((MAX_CTB_SIZE /
MIN_PU_SIZE
) * \
333
(MAX_CTB_SIZE /
MIN_PU_SIZE
))
/external/libavc/common/
ih264_defs.h
511
#define
MIN_PU_SIZE
4
517
#define MAX_PU_IN_MB_ROW ((MB_SIZE /
MIN_PU_SIZE
))
525
#define MAX_PU_IN_MB ((MB_SIZE /
MIN_PU_SIZE
) * \
526
(MB_SIZE /
MIN_PU_SIZE
))
Completed in 80 milliseconds