Searched refs:ALIGNED_DECLARE (Results 1 – 11 of 11) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | mb_cache.h | 74 ALIGNED_DECLARE (SMVComponentUnit, sMvComponents, 16); 76 ALIGNED_DECLARE (int8_t, iNonZeroCoeffCount[48], 16); // Cache line size 78 ALIGNED_DECLARE (int8_t, iIntraPredMode[48], 16);
|
D | vlc_encoder.h | 54 extern const ALIGNED_DECLARE (uint8_t, g_kuiEncNcMapTable[18], 16);
|
D | encode_mb_aux.h | 186 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/ |
D | common_tables.cpp | 208 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/ |
D | encoder_data_tables.cpp | 316 const ALIGNED_DECLARE (uint8_t, g_kuiEncNcMapTable[18], 16) = { variable
|
D | encode_mb_aux.cpp | 39 ALIGNED_DECLARE (const int16_t, g_kiQuantInterFF[58][8], 16) = { 103 ALIGNED_DECLARE (const int16_t, g_kiQuantMF[52][8], 16) = {
|
D | set_mb_syn_cavlc.cpp | 48 const ALIGNED_DECLARE (uint8_t, g_kuiZeroLeftMap[16], 16) = { variable
|
D | svc_base_layer_md.cpp | 48 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/ |
D | wels_common_defs.h | 72 extern const ALIGNED_DECLARE (uint16_t, g_kuiDequantCoeff[52][8], 16); 73 extern const ALIGNED_DECLARE (uint16_t, g_kuiDequantCoeff8x8[52][64], 16);
|
D | macros.h | 76 #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/ |
D | EncUT_EncoderMb.cpp | 9 ALIGNED_DECLARE (const int16_t, g_kiQuantInterFFCompare[104][8], 16) = {
|