HomeSort by relevance Sort by last modified time
    Searched refs:DECLARE_ALIGNED (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /external/libvpx/libvpx/vp9/common/
vp9_filter.c 15 DECLARE_ALIGNED(256, static const InterpKernel,
28 DECLARE_ALIGNED(256, static const InterpKernel,
41 DECLARE_ALIGNED(256, static const InterpKernel,
54 DECLARE_ALIGNED(256, static const InterpKernel,
67 DECLARE_ALIGNED(256, static const InterpKernel,
vp9_scan.c 15 DECLARE_ALIGNED(16, static const int16_t, default_scan_4x4[16]) = {
19 DECLARE_ALIGNED(16, static const int16_t, col_scan_4x4[16]) = {
23 DECLARE_ALIGNED(16, static const int16_t, row_scan_4x4[16]) = {
27 DECLARE_ALIGNED(16, static const int16_t, default_scan_8x8[64]) = {
34 DECLARE_ALIGNED(16, static const int16_t, col_scan_8x8[64]) = {
41 DECLARE_ALIGNED(16, static const int16_t, row_scan_8x8[64]) = {
48 DECLARE_ALIGNED(16, static const int16_t, default_scan_16x16[256]) = {
69 DECLARE_ALIGNED(16, static const int16_t, col_scan_16x16[256]) = {
90 DECLARE_ALIGNED(16, static const int16_t, row_scan_16x16[256]) = {
111 DECLARE_ALIGNED(16, static const int16_t, default_scan_32x32[1024]) =
    [all...]
vp9_entropy.h 44 DECLARE_ALIGNED(16, extern const uint8_t, vp9_pt_energy_class[ENTROPY_TOKENS]);
54 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat1_prob[1]);
55 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat2_prob[2]);
56 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat3_prob[3]);
57 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat4_prob[4]);
58 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat5_prob[5]);
59 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat6_prob[14]);
62 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat1_prob_high10[1]);
63 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat2_prob_high10[2]);
64 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat3_prob_high10[3])
    [all...]
  /external/libvpx/libvpx/vp8/common/
filter.h 24 extern DECLARE_ALIGNED(16, const short, vp8_bilinear_filters[8][2]);
25 extern DECLARE_ALIGNED(16, const short, vp8_sub_pel_filters[8][6]);
entropy.c 18 DECLARE_ALIGNED(16, const unsigned char, vp8_norm[256]) = {
31 DECLARE_ALIGNED(16, const unsigned char, vp8_coef_bands[16]) = {
35 DECLARE_ALIGNED(16, const unsigned char,
40 DECLARE_ALIGNED(16, const int, vp8_default_zig_zag1d[16]) = {
44 DECLARE_ALIGNED(16, const short, vp8_default_inv_zig_zag[16]) = {
61 DECLARE_ALIGNED(16, const short, vp8_default_zig_zag_mask[16]) = {
entropy.h 68 extern DECLARE_ALIGNED(16, const unsigned char, vp8_coef_bands[16]);
89 extern DECLARE_ALIGNED(16, const unsigned char,
98 extern DECLARE_ALIGNED(16, const int, vp8_default_zig_zag1d[16]);
99 extern DECLARE_ALIGNED(16, const short, vp8_default_inv_zig_zag[16]);
100 extern DECLARE_ALIGNED(16, const short, vp8_default_zig_zag_mask[16]);
loopfilter.h 39 DECLARE_ALIGNED(SIMD_WIDTH, unsigned char,
41 DECLARE_ALIGNED(SIMD_WIDTH, unsigned char,
43 DECLARE_ALIGNED(SIMD_WIDTH, unsigned char,
45 DECLARE_ALIGNED(SIMD_WIDTH, unsigned char, hev_thr[4][SIMD_WIDTH]);
blockd.h 210 DECLARE_ALIGNED(16, unsigned char, predictor[384]);
211 DECLARE_ALIGNED(16, short, qcoeff[400]);
212 DECLARE_ALIGNED(16, short, dqcoeff[400]);
213 DECLARE_ALIGNED(16, char, eobs[25]);
215 DECLARE_ALIGNED(16, short, dequant_y1[16]);
216 DECLARE_ALIGNED(16, short, dequant_y1_dc[16]);
217 DECLARE_ALIGNED(16, short, dequant_y2[16]);
218 DECLARE_ALIGNED(16, short, dequant_uv[16]);
300 DECLARE_ALIGNED(32, unsigned char, y_buf[22 * 32]);
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.h 22 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]);
23 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]);
24 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]);
25 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]);
29 DECLARE_ALIGNED(16, int16_t, y_quant_fp[QINDEX_RANGE][8]);
30 DECLARE_ALIGNED(16, int16_t, uv_quant_fp[QINDEX_RANGE][8]);
31 DECLARE_ALIGNED(16, int16_t, y_round_fp[QINDEX_RANGE][8]);
32 DECLARE_ALIGNED(16, int16_t, uv_round_fp[QINDEX_RANGE][8]);
34 DECLARE_ALIGNED(16, int16_t, uv_quant[QINDEX_RANGE][8]);
35 DECLARE_ALIGNED(16, int16_t, uv_quant_shift[QINDEX_RANGE][8])
    [all...]
  /external/libaom/libaom/av1/encoder/
av1_quantize.h 48 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]);
49 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]);
50 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]);
51 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]);
55 DECLARE_ALIGNED(16, int16_t, y_quant_fp[QINDEX_RANGE][8]);
56 DECLARE_ALIGNED(16, int16_t, u_quant_fp[QINDEX_RANGE][8]);
57 DECLARE_ALIGNED(16, int16_t, v_quant_fp[QINDEX_RANGE][8]);
58 DECLARE_ALIGNED(16, int16_t, y_round_fp[QINDEX_RANGE][8]);
59 DECLARE_ALIGNED(16, int16_t, u_round_fp[QINDEX_RANGE][8]);
60 DECLARE_ALIGNED(16, int16_t, v_round_fp[QINDEX_RANGE][8])
    [all...]
  /external/libaom/libaom/av1/common/
scan.c 17 DECLARE_ALIGNED(16, static const int16_t, default_scan_4x4[16]) = {
21 DECLARE_ALIGNED(16, static const int16_t, mcol_scan_4x4[16]) = {
25 DECLARE_ALIGNED(16, static const int16_t, mrow_scan_4x4[16]) = {
29 DECLARE_ALIGNED(16, static const int16_t, default_scan_4x8[32]) = {
34 DECLARE_ALIGNED(16, static const int16_t, mcol_scan_4x8[32]) = {
39 DECLARE_ALIGNED(16, static const int16_t, mrow_scan_4x8[32]) = {
44 DECLARE_ALIGNED(16, static const int16_t, default_scan_8x4[32]) = {
49 DECLARE_ALIGNED(16, static const int16_t, mcol_scan_8x4[32]) = {
54 DECLARE_ALIGNED(16, static const int16_t, mrow_scan_8x4[32]) = {
59 DECLARE_ALIGNED(16, static const int16_t, default_scan_4x16[64]) =
    [all...]
filter.h 86 DECLARE_ALIGNED(256, static const InterpKernel,
98 DECLARE_ALIGNED(256, static const InterpKernel,
110 DECLARE_ALIGNED(256, static const InterpKernel,
122 DECLARE_ALIGNED(256, static const InterpKernel,
148 DECLARE_ALIGNED(256, static const int16_t, av1_intrabc_bilinear_filter[2]) = {
157 DECLARE_ALIGNED(256, static const InterpKernel,
168 DECLARE_ALIGNED(256, static const InterpKernel,
  /external/libaom/libaom/av1/encoder/x86/
temporal_filter_constants.h 46 DECLARE_ALIGNED(16, static const int16_t, LEFT_CORNER_NEIGHBORS_PLUS_1[8]) = {
52 DECLARE_ALIGNED(16, static const int16_t, RIGHT_CORNER_NEIGHBORS_PLUS_1[8]) = {
58 DECLARE_ALIGNED(16, static const int16_t, LEFT_EDGE_NEIGHBORS_PLUS_1[8]) = {
64 DECLARE_ALIGNED(16, static const int16_t, RIGHT_EDGE_NEIGHBORS_PLUS_1[8]) = {
70 DECLARE_ALIGNED(16, static const int16_t, MIDDLE_EDGE_NEIGHBORS_PLUS_1[8]) = {
76 DECLARE_ALIGNED(16, static const int16_t, MIDDLE_CENTER_NEIGHBORS_PLUS_1[8]) = {
82 DECLARE_ALIGNED(16, static const int16_t, LEFT_CORNER_NEIGHBORS_PLUS_2[8]) = {
88 DECLARE_ALIGNED(16, static const int16_t, RIGHT_CORNER_NEIGHBORS_PLUS_2[8]) = {
94 DECLARE_ALIGNED(16, static const int16_t, LEFT_EDGE_NEIGHBORS_PLUS_2[8]) = {
100 DECLARE_ALIGNED(16, static const int16_t, RIGHT_EDGE_NEIGHBORS_PLUS_2[8]) =
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/mmi/
dct_mmi.c 80 DECLARE_ALIGNED(8, const uint64_t, ff_ph_01) = { 0x0001000100010001ULL };
81 DECLARE_ALIGNED(8, const uint64_t, ff_ph_07) = { 0x0007000700070007ULL };
82 DECLARE_ALIGNED(8, const uint64_t, ff_pw_12000) = { 0x00002ee000002ee0ULL };
83 DECLARE_ALIGNED(8, const uint64_t, ff_pw_51000) = { 0x0000c7380000c738ULL };
84 DECLARE_ALIGNED(8, const uint64_t, ff_pw_14500) = { 0x000038a4000038a4ULL };
85 DECLARE_ALIGNED(8, const uint64_t, ff_pw_7500) = { 0x00001d4c00001d4cULL };
86 DECLARE_ALIGNED(8, const uint64_t, ff_ph_op1) = { 0x14e808a914e808a9ULL };
87 DECLARE_ALIGNED(8, const uint64_t, ff_ph_op3) = { 0xeb1808a9eb1808a9ULL };
88 DECLARE_ALIGNED(8, const uint64_t, ff_pw_5352) = { 0x000014e8000014e8ULL };
89 DECLARE_ALIGNED(8, const uint64_t, ff_pw_2217) = { 0x000008a9000008a9ULL }
    [all...]
  /external/libaom/libaom/test/
av1_quantize_test.cc 53 DECLARE_ALIGNED(16, tran_low_t, coeff_ptr[maxSize]);
54 DECLARE_ALIGNED(16, int16_t, zbin_ptr[8]);
55 DECLARE_ALIGNED(16, int16_t, round_ptr[8]);
56 DECLARE_ALIGNED(16, int16_t, quant_ptr[8]);
57 DECLARE_ALIGNED(16, int16_t, quant_shift_ptr[8]);
58 DECLARE_ALIGNED(16, tran_low_t, qcoeff_ptr[maxSize]);
59 DECLARE_ALIGNED(16, tran_low_t, dqcoeff_ptr[maxSize]);
60 DECLARE_ALIGNED(16, tran_low_t, ref_qcoeff_ptr[maxSize]);
61 DECLARE_ALIGNED(16, tran_low_t, ref_dqcoeff_ptr[maxSize]);
62 DECLARE_ALIGNED(16, int16_t, dequant_ptr[8])
    [all...]
av1_wedge_utils_test.cc 76 DECLARE_ALIGNED(32, uint8_t, s[MAX_SB_SQUARE]);
77 DECLARE_ALIGNED(32, uint8_t, p0[MAX_SB_SQUARE]);
78 DECLARE_ALIGNED(32, uint8_t, p1[MAX_SB_SQUARE]);
79 DECLARE_ALIGNED(32, uint8_t, p[MAX_SB_SQUARE]);
81 DECLARE_ALIGNED(32, int16_t, r0[MAX_SB_SQUARE]);
82 DECLARE_ALIGNED(32, int16_t, r1[MAX_SB_SQUARE]);
83 DECLARE_ALIGNED(32, int16_t, r_ref[MAX_SB_SQUARE]);
84 DECLARE_ALIGNED(32, int16_t, r_tst[MAX_SB_SQUARE]);
85 DECLARE_ALIGNED(32, uint8_t, m[MAX_SB_SQUARE]);
132 DECLARE_ALIGNED(32, int16_t, r0[MAX_SB_SQUARE])
    [all...]
obmc_sad_test.cc 42 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]);
43 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]);
44 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]);
65 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]);
66 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]);
67 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]);
141 DECLARE_ALIGNED(32, uint16_t, pre[MAX_SB_SQUARE]);
142 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]);
143 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]);
166 DECLARE_ALIGNED(32, uint16_t, pre[MAX_SB_SQUARE])
    [all...]
obmc_variance_test.cc 45 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]);
46 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]);
47 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]);
71 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]);
72 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]);
73 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]);
97 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]);
98 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]);
99 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]);
188 DECLARE_ALIGNED(32, uint16_t, pre[MAX_SB_SQUARE])
    [all...]
  /external/libaom/libaom/av1/common/arm/
av1_inv_txfm_neon.h 29 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_8x8_default[8]) = {
33 DECLARE_ALIGNED(16, static const int16_t,
39 DECLARE_ALIGNED(16, static const int16_t,
47 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_8x16_default[16]) = {
52 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_16x8_default[8]) = {
56 DECLARE_ALIGNED(16, static const int16_t,
64 DECLARE_ALIGNED(16, static const int16_t,
70 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_8x32_default[32]) = {
77 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_32x8_default[8]) = {
81 DECLARE_ALIGNED(16, static const int16_t *
    [all...]
  /external/libvpx/libvpx/test/
vp8_denoiser_sse2_test.cc 53 DECLARE_ALIGNED(16, uint8_t, sig_block_c[kNumPixels]);
56 DECLARE_ALIGNED(16, uint8_t, sig_block_sse2[kNumPixels]);
57 DECLARE_ALIGNED(16, uint8_t, mc_avg_block[kNumPixels]);
58 DECLARE_ALIGNED(16, uint8_t, avg_block_c[kNumPixels]);
59 DECLARE_ALIGNED(16, uint8_t, avg_block_sse2[kNumPixels]);
dct32x32_test.cc 118 DECLARE_ALIGNED(16, int16_t, test_input_block[kNumCoeffs]);
119 DECLARE_ALIGNED(16, tran_low_t, test_temp_block[kNumCoeffs]);
120 DECLARE_ALIGNED(16, uint8_t, dst[kNumCoeffs]);
121 DECLARE_ALIGNED(16, uint8_t, src[kNumCoeffs]);
123 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]);
124 DECLARE_ALIGNED(16, uint16_t, src16[kNumCoeffs]);
182 DECLARE_ALIGNED(16, int16_t, input_block[kNumCoeffs]);
183 DECLARE_ALIGNED(16, tran_low_t, output_ref_block[kNumCoeffs]);
184 DECLARE_ALIGNED(16, tran_low_t, output_block[kNumCoeffs]);
211 DECLARE_ALIGNED(16, int16_t, input_extreme_block[kNumCoeffs])
    [all...]
  /external/libaom/libaom/aom_dsp/arm/
subpel_variance_neon.c 78 DECLARE_ALIGNED(16, uint8_t, temp2[8 * 8]);
79 DECLARE_ALIGNED(16, uint8_t, fdata3[9 * 8]);
93 DECLARE_ALIGNED(16, uint8_t, temp2[16 * 16]);
94 DECLARE_ALIGNED(16, uint8_t, fdata3[17 * 16]);
108 DECLARE_ALIGNED(16, uint8_t, temp2[32 * 32]);
109 DECLARE_ALIGNED(16, uint8_t, fdata3[33 * 32]);
123 DECLARE_ALIGNED(16, uint8_t, temp2[64 * 64]);
124 DECLARE_ALIGNED(16, uint8_t, fdata3[65 * 64]);
  /external/libvpx/libvpx/vpx_ports/
mem.h 18 #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n)))
20 #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val
23 #define DECLARE_ALIGNED(n, typ, val) typ val
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 263 DECLARE_ALIGNED(16, short, Y1quant[QINDEX_RANGE][16]);
264 DECLARE_ALIGNED(16, short, Y1quant_shift[QINDEX_RANGE][16]);
265 DECLARE_ALIGNED(16, short, Y1zbin[QINDEX_RANGE][16]);
266 DECLARE_ALIGNED(16, short, Y1round[QINDEX_RANGE][16]);
268 DECLARE_ALIGNED(16, short, Y2quant[QINDEX_RANGE][16]);
269 DECLARE_ALIGNED(16, short, Y2quant_shift[QINDEX_RANGE][16]);
270 DECLARE_ALIGNED(16, short, Y2zbin[QINDEX_RANGE][16]);
271 DECLARE_ALIGNED(16, short, Y2round[QINDEX_RANGE][16]);
273 DECLARE_ALIGNED(16, short, UVquant[QINDEX_RANGE][16]);
274 DECLARE_ALIGNED(16, short, UVquant_shift[QINDEX_RANGE][16])
    [all...]
  /external/libaom/libaom/av1/common/x86/
av1_inv_txfm_ssse3.h 97 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_8x8_default[8]) = {
101 DECLARE_ALIGNED(16, static const int16_t,
107 DECLARE_ALIGNED(16, static const int16_t,
115 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_8x16_default[16]) = {
120 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_16x8_default[8]) = {
124 DECLARE_ALIGNED(16, static const int16_t,
132 DECLARE_ALIGNED(16, static const int16_t,
138 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_8x32_default[32]) = {
145 DECLARE_ALIGNED(16, static const int16_t, av1_eob_to_eobxy_32x8_default[8]) = {
149 DECLARE_ALIGNED(16, static const int16_t *
    [all...]

Completed in 646 milliseconds

1 2 3 4 5 6 7 8