HomeSort by relevance Sort by last modified time
    Searched defs:MIN_PU_SIZE (Results 1 - 2 of 2) sorted by null

  /external/libhevc/common/
ihevc_defs.h 346 #define MIN_PU_SIZE 4
360 #define MAX_PU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_PU_SIZE))
371 #define MAX_PU_IN_CTB ((MAX_CTB_SIZE / MIN_PU_SIZE) * \
372 (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 67 milliseconds