Home
last modified time | relevance | path

Searched refs:ALIGNED_DECLARE (Results 1 – 11 of 11) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dmb_cache.h74 ALIGNED_DECLARE (SMVComponentUnit, sMvComponents, 16);
76 ALIGNED_DECLARE (int8_t, iNonZeroCoeffCount[48], 16); // Cache line size
78 ALIGNED_DECLARE (int8_t, iIntraPredMode[48], 16);
Dvlc_encoder.h54 extern const ALIGNED_DECLARE (uint8_t, g_kuiEncNcMapTable[18], 16);
Dencode_mb_aux.h186 ALIGNED_DECLARE (extern const int16_t, g_kiQuantInterFF[58][8], 16);
188 ALIGNED_DECLARE (extern const int16_t, g_kiQuantMF[52][8], 16);
/third_party/openh264/codec/common/src/
Dcommon_tables.cpp208 ALIGNED_DECLARE (const uint16_t, g_kuiDequantCoeff[52][8], 16) = {
237 ALIGNED_DECLARE (const uint16_t, g_kuiDequantCoeff8x8[52][64], 16) = {
/third_party/openh264/codec/encoder/core/src/
Dencoder_data_tables.cpp316 const ALIGNED_DECLARE (uint8_t, g_kuiEncNcMapTable[18], 16) = { variable
Dencode_mb_aux.cpp39 ALIGNED_DECLARE (const int16_t, g_kiQuantInterFF[58][8], 16) = {
103 ALIGNED_DECLARE (const int16_t, g_kiQuantMF[52][8], 16) = {
Dset_mb_syn_cavlc.cpp48 const ALIGNED_DECLARE (uint8_t, g_kuiZeroLeftMap[16], 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
242 ALIGNED_DECLARE (const int8_t, g_kiMapModeI4x4[14], 16) = {
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h72 extern const ALIGNED_DECLARE (uint16_t, g_kuiDequantCoeff[52][8], 16);
73 extern const ALIGNED_DECLARE (uint16_t, g_kuiDequantCoeff8x8[52][64], 16);
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
/third_party/openh264/test/encoder/
DEncUT_EncoderMb.cpp9 ALIGNED_DECLARE (const int16_t, g_kiQuantInterFFCompare[104][8], 16) = {