HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN4 (Results 1 - 12 of 12) sorted by null

  /external/libhevc/common/
ihevc_macros.h 52 #define ALIGN4(x) ((((x) + 3) >> 2) << 2)
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 27 Pointer ALIGN4 - 4-byte aligned pointer
203 void * ALIGN4,
204 Pointer ALIGN4
  /external/libavc/common/
ih264_macros.h 50 #define ALIGN4(x) ((((x) + 3) >> 2) << 2)
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 68 ALIGN4,
74 AlignVariant = ALIGN4;
  /external/libhevc/decoder/
ihevcd_api.c     [all...]
ihevcd_utils.c 275 mv_bank_size += ALIGN4(num_ctb * sizeof(UWORD16));
641 pu1_buf += ALIGN4(num_ctb * sizeof(UWORD16));
829 size = ALIGN4(num_ctb * sizeof(UWORD16));
    [all...]
  /external/libavc/encoder/
ih264e_utils.c 747 mv_bank_size += ALIGN4(num_pu);
750 mv_bank_size += ALIGN4(num_pu * sizeof(enc_pu_t));
929 pu1_buf += ALIGN4(num_pu);
932 pu1_buf += ALIGN4(num_pu * sizeof(enc_pu_t));
    [all...]
  /external/libavc/decoder/
ih264d_parse_cavlc.c 403 offset = ALIGN4(offset);
685 offset = ALIGN4(offset);
    [all...]
ih264d_parse_cabac.c 558 offset = ALIGN4(offset);
    [all...]
ih264d_process_intra_mb.c 189 offset = ALIGN4(offset);
693 offset = ALIGN4(offset);
    [all...]
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
arm_math.h 345 #define ALIGN4
348 #define ALIGN4 __attribute__((aligned(4)))
350 #define ALIGN4 __align(4)
    [all...]
  /device/google/contexthub/firmware/external/arm/
arm_common_tables.c     [all...]

Completed in 659 milliseconds