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

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
rsaz_exp.c 62 # define ALIGN64 __attribute__((aligned(64)))
64 # define ALIGN64 __declspec(align(64))
66 # define ALIGN64
69 # define ALIGN64 /* not fatal, might hurt performance a little */
72 ALIGN64 static const BN_ULONG one[40] =
74 ALIGN64 static const BN_ULONG two80[40] =
  /external/libhevc/common/
ihevc_macros.h 48 #define ALIGN64(x) ((((x) + 63) >> 6) << 6)
  /external/libhevc/decoder/
ihevcd_api.c 247 max_wd = ALIGN64(max_wd);
248 max_ht = ALIGN64(max_ht);
346 max_wd = ALIGN64(max_wd);
347 max_ht = ALIGN64(max_ht);
    [all...]
ihevcd_utils.c 700 pic_size = ALIGN64(ps_sps->i2_pic_width_in_luma_samples) *
701 ALIGN64(ps_sps->i2_pic_height_in_luma_samples);
    [all...]

Completed in 729 milliseconds