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

  /external/libhevc/common/
ihevc_common_tables.h 40 extern MEM_ALIGN16 const WORD32 gai4_ihevc_max_luma_pic_size[];
41 extern MEM_ALIGN16 const WORD32 gai4_ihevc_max_wd_ht[];
42 extern MEM_ALIGN16 const WORD32 gai4_ihevc_min_wd_ht[];
45 extern MEM_ALIGN16 const WORD32 gai4_ihevc_ang_table[35];
46 extern MEM_ALIGN16 const WORD32 gai4_ihevc_inv_ang_table[14];
48 extern MEM_ALIGN16 const UWORD8 gau1_ihevc_scan8x8[][64];
49 extern MEM_ALIGN16 const UWORD8 gau1_ihevc_scan4x4[][16];
50 extern MEM_ALIGN16 const UWORD8 gau1_ihevc_scan2x2[][4];
52 extern MEM_ALIGN16 const UWORD8 gau1_ihevc_invscan8x8[][64];
53 extern MEM_ALIGN16 const UWORD8 gau1_ihevc_invscan4x4[][16]
    [all...]
ihevc_tables_x86_intr.h 41 extern MEM_ALIGN16 const UWORD8 IHEVCE_SHUFFLEMASKY1[16];
42 extern MEM_ALIGN16 const UWORD8 IHEVCE_SHUFFLEMASKY2[16];
43 extern MEM_ALIGN16 const UWORD8 IHEVCE_SHUFFLEMASKY3[16];
44 extern MEM_ALIGN16 const UWORD8 IHEVCE_SHUFFLEMASK4[16];
45 extern MEM_ALIGN16 const UWORD8 IHEVCE_SHUFFLEMASK5[16];
47 extern MEM_ALIGN16 const UWORD8 IHEVCE_SHUFFLEMASKY7[16];
49 extern MEM_ALIGN16 const UWORD8 IHEVCE_SHUFFLEMASKY8[16];
51 extern MEM_ALIGN16 const UWORD8 IHEVCE_SHUFFLEMASKY9[16];
53 extern MEM_ALIGN16 const UWORD8 IHEVCE_SHUFFLEMASKY11[16];
55 extern MEM_ALIGN16 const UWORD8 inv_angle_shuffle[7][32]
    [all...]
ihevc_trans_tables.h 102 extern MEM_ALIGN16 const WORD16 g_ai2_ihevc_trans_16_even_packed[12][8];
103 extern MEM_ALIGN16 const WORD16 g_ai2_ihevc_trans_32_intr_packed[32][8];
104 extern MEM_ALIGN16 const WORD16 g_ai2_ihevc_trans_32_intr_odd_packed[128][8];
106 extern MEM_ALIGN16 const WORD16 g_ai2_ihevc_trans_16_even[12][8];
107 extern MEM_ALIGN16 const WORD16 g_ai2_ihevc_trans_16_odd[32][8];
109 extern MEM_ALIGN16 const WORD16 g_ai2_ihevc_trans_intr_even_8[4][8];
110 extern MEM_ALIGN16 const WORD16 g_ai2_ihevc_trans_intr_odd_8[8][8];
  /external/libhevc/common/mips/
ihevc_platform_macros.h 84 #define MEM_ALIGN16 __attribute__ ((aligned (16)))
  /external/libhevc/common/x86/
ihevc_platform_macros.h 115 #define MEM_ALIGN16 __attribute__ ((aligned (16)))
ihevc_itrans_recon_16x16_ssse3_intr.c     [all...]
  /external/libhevc/common/arm/
ihevc_platform_macros.h 146 #define MEM_ALIGN16 __attribute__ ((aligned (16)))

Completed in 675 milliseconds