Home
last modified time | relevance | path

Searched defs:ALIGNED_DECLARE (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencoder_data_tables.cpp316 const ALIGNED_DECLARE (uint8_t, g_kuiEncNcMapTable[18], 16) = { variable
Dsvc_base_layer_md.cpp48 static const ALIGNED_DECLARE (int8_t, g_kiIntra16AvaliMode[8][5], 16) = { variable
59 static const ALIGNED_DECLARE (uint8_t, g_kiIntra4AvailCount[16], 16) = { variable
68 static const ALIGNED_DECLARE (uint8_t, g_kiIntra4AvailMode[16][16], 16) = { variable
200 static const ALIGNED_DECLARE (int8_t, g_kiIntraChromaAvailMode[8][5], 16) = { variable
223 static const ALIGNED_DECLARE (int8_t, g_kiNeighborIntraToI4x4[16][16], 16) = { variable
Dset_mb_syn_cavlc.cpp48 const ALIGNED_DECLARE (uint8_t, g_kuiZeroLeftMap[16], 16) = { variable
/third_party/openh264/codec/common/inc/
Dmacros.h76 #define ALIGNED_DECLARE( type, var, n ) __declspec(align(n)) type var macro
80 #define ALIGNED_DECLARE( type, var, n ) type var __attribute__((aligned(n))) macro