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

  /external/libhevc/common/
ihevc_defs.h 339 #define MIN_TU_SIZE 4
354 #define MAX_TU_IN_CTB_ROW ((MAX_CTB_SIZE / MIN_TU_SIZE))
375 #define MAX_TU_IN_CTB ((MAX_CTB_SIZE / MIN_TU_SIZE) * \
376 (MAX_CTB_SIZE / MIN_TU_SIZE))
  /external/libavc/common/
ih264_defs.h 504 #define MIN_TU_SIZE 4
514 #define MAX_TU_IN_MB_ROW ((MB_SIZE / MIN_TU_SIZE))
529 #define MAX_TU_IN_MB ((MB_SIZE / MIN_TU_SIZE) * \
530 (MB_SIZE / MIN_TU_SIZE))

Completed in 246 milliseconds