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

1 2 3 4

  /external/libvpx/libvpx/vp8/common/x86/
filter_x86.c 13 DECLARE_ALIGNED(16, const short, vp8_bilinear_filters_x86_4[8][8]) = {
20 DECLARE_PROTECTED(DECLARE_ALIGNED(16, const short,
filter_x86.h 24 extern DECLARE_ALIGNED(16, const short, vp8_bilinear_filters_x86_4[8][8]);
27 extern DECLARE_ALIGNED(16, const short, vp8_bilinear_filters_x86_8[8][16]);
vp8_asm_stubs.c 82 DECLARE_ALIGNED(16, unsigned short,
101 DECLARE_ALIGNED(16, unsigned short,
133 DECLARE_ALIGNED(16, unsigned short,
163 DECLARE_ALIGNED(16, unsigned short,
242 DECLARE_ALIGNED(16, unsigned char, FData2[24 * 24]);
275 DECLARE_ALIGNED(16, unsigned char, FData2[256]);
305 DECLARE_ALIGNED(16, unsigned char, FData2[256]);
336 DECLARE_ALIGNED(16, unsigned char, FData2[4 * 9]);
  /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 203 DECLARE_ALIGNED(16, unsigned char, predictor[384]);
204 DECLARE_ALIGNED(16, short, qcoeff[400]);
205 DECLARE_ALIGNED(16, short, dqcoeff[400]);
206 DECLARE_ALIGNED(16, char, eobs[25]);
208 DECLARE_ALIGNED(16, short, dequant_y1[16]);
209 DECLARE_ALIGNED(16, short, dequant_y1_dc[16]);
210 DECLARE_ALIGNED(16, short, dequant_y2[16]);
211 DECLARE_ALIGNED(16, short, dequant_uv[16]);
291 DECLARE_ALIGNED(32, unsigned char, y_buf[22 * 32]);
onyxc_int.h 65 DECLARE_ALIGNED(16, short, Y1dequant[QINDEX_RANGE][2]);
66 DECLARE_ALIGNED(16, short, Y2dequant[QINDEX_RANGE][2]);
67 DECLARE_ALIGNED(16, short, UVdequant[QINDEX_RANGE][2]);
  /external/libvpx/libvpx/vp9/common/
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_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,
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/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...]
vp9_bitstream.h 31 DECLARE_ALIGNED(16, MACROBLOCKD, xd);
  /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/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 109 DECLARE_ALIGNED(16, int16_t, test_input_block[kNumCoeffs]);
110 DECLARE_ALIGNED(16, tran_low_t, test_temp_block[kNumCoeffs]);
111 DECLARE_ALIGNED(16, uint8_t, dst[kNumCoeffs]);
112 DECLARE_ALIGNED(16, uint8_t, src[kNumCoeffs]);
114 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]);
115 DECLARE_ALIGNED(16, uint16_t, src16[kNumCoeffs]);
173 DECLARE_ALIGNED(16, int16_t, input_block[kNumCoeffs]);
174 DECLARE_ALIGNED(16, tran_low_t, output_ref_block[kNumCoeffs]);
175 DECLARE_ALIGNED(16, tran_low_t, output_block[kNumCoeffs]);
202 DECLARE_ALIGNED(16, int16_t, input_extreme_block[kNumCoeffs])
    [all...]
hadamard_test.cc 123 DECLARE_ALIGNED(16, int16_t, input[64]);
124 DECLARE_ALIGNED(16, tran_low_t, output[64]);
130 DECLARE_ALIGNED(16, int16_t, a[64]);
131 DECLARE_ALIGNED(16, tran_low_t, b[64]);
149 DECLARE_ALIGNED(16, int16_t, a[64 * 8]);
150 DECLARE_ALIGNED(16, tran_low_t, b[64]);
211 DECLARE_ALIGNED(16, int16_t, input[256]);
212 DECLARE_ALIGNED(16, tran_low_t, output[256]);
218 DECLARE_ALIGNED(16, int16_t, a[16 * 16]);
219 DECLARE_ALIGNED(16, tran_low_t, b[16 * 16])
    [all...]
vp9_denoiser_test.cc 63 DECLARE_ALIGNED(16, uint8_t, sig_block[kNumPixels]);
64 DECLARE_ALIGNED(16, uint8_t, mc_avg_block[kNumPixels]);
65 DECLARE_ALIGNED(16, uint8_t, avg_block_c[kNumPixels]);
66 DECLARE_ALIGNED(16, uint8_t, avg_block_sse2[kNumPixels]);
dct16x16_test.cc 325 DECLARE_ALIGNED(16, int16_t, test_input_block[kNumCoeffs]);
326 DECLARE_ALIGNED(16, tran_low_t, test_temp_block[kNumCoeffs]);
327 DECLARE_ALIGNED(16, uint8_t, dst[kNumCoeffs]);
328 DECLARE_ALIGNED(16, uint8_t, src[kNumCoeffs]);
330 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]);
331 DECLARE_ALIGNED(16, uint16_t, src16[kNumCoeffs]);
383 DECLARE_ALIGNED(16, int16_t, input_block[kNumCoeffs]);
384 DECLARE_ALIGNED(16, tran_low_t, output_ref_block[kNumCoeffs]);
385 DECLARE_ALIGNED(16, tran_low_t, output_block[kNumCoeffs]);
405 DECLARE_ALIGNED(16, int16_t, input_extreme_block[kNumCoeffs])
    [all...]
fdct8x8_test.cc 144 DECLARE_ALIGNED(16, int16_t, test_input_block[64]);
145 DECLARE_ALIGNED(16, tran_low_t, test_output_block[64]);
217 DECLARE_ALIGNED(16, int16_t, test_input_block[64]);
218 DECLARE_ALIGNED(16, tran_low_t, test_temp_block[64]);
219 DECLARE_ALIGNED(16, uint8_t, dst[64]);
220 DECLARE_ALIGNED(16, uint8_t, src[64]);
222 DECLARE_ALIGNED(16, uint16_t, dst16[64]);
223 DECLARE_ALIGNED(16, uint16_t, src16[64]);
292 DECLARE_ALIGNED(16, int16_t, test_input_block[64]);
293 DECLARE_ALIGNED(16, tran_low_t, test_temp_block[64])
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 40 DECLARE_ALIGNED(16, MACROBLOCKD, xd);
42 DECLARE_ALIGNED(16, tran_low_t, dqcoeff[32 * 32]);
47 DECLARE_ALIGNED(16, MACROBLOCKD, mb);
49 DECLARE_ALIGNED(16, VP9_COMMON, common);
  /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...]
block.h 63 DECLARE_ALIGNED(16, short, src_diff[400]); /* 25 blocks Y,U,V,Y2 */
64 DECLARE_ALIGNED(16, short, coeff[400]); /* 25 blocks Y,U,V,Y2 */
65 DECLARE_ALIGNED(16, unsigned char, thismb[256]);

Completed in 1143 milliseconds

1 2 3 4