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

  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 28 Pointer ALIGN2 - 2-byte aligned pointer
214 void * ALIGN2,
215 Pointer ALIGN2
  /external/libavc/common/
ih264_macros.h 51 #define ALIGN2(x) ((((x) + 1) >> 1) << 1)
  /external/libavc/encoder/
ih264e_defs.h 49 pv_mb_coeff_data = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz); \
ih264e_core_coding.c 850 (*pv_mb_coeff_data) = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz_cnt);
903 (*pv_mb_coeff_data) = ps_mb_coeff_data->ai2_residue + ALIGN2(u4_nnz_cnt);
    [all...]
  /external/syslinux/core/lzo/
lzo_asm.h 126 #define ALIGN2 LZO_ASM_ALIGN(2)

Completed in 874 milliseconds