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

  /external/libavc/encoder/
ime_defs.h 51 #define MB_SIZE 16
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 141 #define MB_SIZE 16
142 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
  /external/libmpeg2/common/
impeg2_defs.h 139 #define MB_SIZE 16
148 #define MB_LUMA_MEM_SIZE ((MB_SIZE) * (MB_SIZE))
149 #define MB_CHROMA_MEM_SIZE ((MB_SIZE/2) * (MB_SIZE/2))
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 213 #define MB_SIZE 16
214 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
  /external/libavc/common/
ih264_defs.h 497 #define MB_SIZE 16
514 #define MAX_TU_IN_MB_ROW ((MB_SIZE / MIN_TU_SIZE))
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))
529 #define MAX_TU_IN_MB ((MB_SIZE / MIN_TU_SIZE) * \
530 (MB_SIZE / MIN_TU_SIZE))
548 #define MAX_VERT_DEBLK_EDGES ((MB_SIZE/8) * (MB_SIZE/4))
549 #define MAX_HORZ_DEBLK_EDGES ((MB_SIZE/4) * (MB_SIZE/8)
    [all...]
  /external/libavc/decoder/
ih264d_defs.h 268 #define MB_SIZE 16
540 #define MB_SIZE 16

Completed in 666 milliseconds