/external/libaom/libaom/av1/common/ |
D | 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 …]
|
/external/libvpx/libvpx/vp9/common/ |
D | 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 …]
|
D | 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 …]
|
D | 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,
|
/external/libaom/libaom/av1/encoder/x86/ |
D | 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/libaom/libaom/av1/encoder/ |
D | 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/libvpx/libvpx/vp9/encoder/ |
D | 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/libvpx/libvpx/vp8/encoder/mips/mmi/ |
D | dct_mmi.c | 80 DECLARE_ALIGNED(8, const uint64_t, ff_ph_01) = { 0x0001000100010001ULL }; in vp8_short_fdct4x4_mmi() 81 DECLARE_ALIGNED(8, const uint64_t, ff_ph_07) = { 0x0007000700070007ULL }; in vp8_short_fdct4x4_mmi() 82 DECLARE_ALIGNED(8, const uint64_t, ff_pw_12000) = { 0x00002ee000002ee0ULL }; in vp8_short_fdct4x4_mmi() 83 DECLARE_ALIGNED(8, const uint64_t, ff_pw_51000) = { 0x0000c7380000c738ULL }; in vp8_short_fdct4x4_mmi() 84 DECLARE_ALIGNED(8, const uint64_t, ff_pw_14500) = { 0x000038a4000038a4ULL }; in vp8_short_fdct4x4_mmi() 85 DECLARE_ALIGNED(8, const uint64_t, ff_pw_7500) = { 0x00001d4c00001d4cULL }; in vp8_short_fdct4x4_mmi() 86 DECLARE_ALIGNED(8, const uint64_t, ff_ph_op1) = { 0x14e808a914e808a9ULL }; in vp8_short_fdct4x4_mmi() 87 DECLARE_ALIGNED(8, const uint64_t, ff_ph_op3) = { 0xeb1808a9eb1808a9ULL }; in vp8_short_fdct4x4_mmi() 88 DECLARE_ALIGNED(8, const uint64_t, ff_pw_5352) = { 0x000014e8000014e8ULL }; in vp8_short_fdct4x4_mmi() 89 DECLARE_ALIGNED(8, const uint64_t, ff_pw_2217) = { 0x000008a9000008a9ULL }; in vp8_short_fdct4x4_mmi() [all …]
|
/external/libaom/libaom/test/ |
D | av1_wedge_utils_test.cc | 76 DECLARE_ALIGNED(32, uint8_t, s[MAX_SB_SQUARE]); in TEST_F() 77 DECLARE_ALIGNED(32, uint8_t, p0[MAX_SB_SQUARE]); in TEST_F() 78 DECLARE_ALIGNED(32, uint8_t, p1[MAX_SB_SQUARE]); in TEST_F() 79 DECLARE_ALIGNED(32, uint8_t, p[MAX_SB_SQUARE]); in TEST_F() 81 DECLARE_ALIGNED(32, int16_t, r0[MAX_SB_SQUARE]); in TEST_F() 82 DECLARE_ALIGNED(32, int16_t, r1[MAX_SB_SQUARE]); in TEST_F() 83 DECLARE_ALIGNED(32, int16_t, r_ref[MAX_SB_SQUARE]); in TEST_F() 84 DECLARE_ALIGNED(32, int16_t, r_tst[MAX_SB_SQUARE]); in TEST_F() 85 DECLARE_ALIGNED(32, uint8_t, m[MAX_SB_SQUARE]); in TEST_F() 132 DECLARE_ALIGNED(32, int16_t, r0[MAX_SB_SQUARE]); in TEST_F() [all …]
|
D | av1_quantize_test.cc | 53 DECLARE_ALIGNED(16, tran_low_t, coeff_ptr[maxSize]); in RunQuantizeTest() 54 DECLARE_ALIGNED(16, int16_t, zbin_ptr[8]); in RunQuantizeTest() 55 DECLARE_ALIGNED(16, int16_t, round_ptr[8]); in RunQuantizeTest() 56 DECLARE_ALIGNED(16, int16_t, quant_ptr[8]); in RunQuantizeTest() 57 DECLARE_ALIGNED(16, int16_t, quant_shift_ptr[8]); in RunQuantizeTest() 58 DECLARE_ALIGNED(16, tran_low_t, qcoeff_ptr[maxSize]); in RunQuantizeTest() 59 DECLARE_ALIGNED(16, tran_low_t, dqcoeff_ptr[maxSize]); in RunQuantizeTest() 60 DECLARE_ALIGNED(16, tran_low_t, ref_qcoeff_ptr[maxSize]); in RunQuantizeTest() 61 DECLARE_ALIGNED(16, tran_low_t, ref_dqcoeff_ptr[maxSize]); in RunQuantizeTest() 62 DECLARE_ALIGNED(16, int16_t, dequant_ptr[8]); in RunQuantizeTest() [all …]
|
D | lpf_test.cc | 173 DECLARE_ALIGNED(b, a, s[kNumCoeffs]); \ 174 DECLARE_ALIGNED(b, a, ref_s[kNumCoeffs]); \ 180 DECLARE_ALIGNED(16, const uint8_t, \ 184 DECLARE_ALIGNED(16, const uint8_t, \ 188 DECLARE_ALIGNED(16, const uint8_t, \ 215 DECLARE_ALIGNED(b, a, s[kNumCoeffs]); \ 216 DECLARE_ALIGNED(b, a, ref_s[kNumCoeffs]); \ 222 DECLARE_ALIGNED(16, const uint8_t, \ 226 DECLARE_ALIGNED(16, const uint8_t, \ 230 DECLARE_ALIGNED(16, const uint8_t, \ [all …]
|
D | obmc_variance_test.cc | 45 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]); in TEST_P() 46 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]); in TEST_P() 47 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]); in TEST_P() 71 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]); in TEST_P() 72 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]); in TEST_P() 73 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]); in TEST_P() 97 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]); in TEST_P() 98 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]); in TEST_P() 99 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]); in TEST_P() 188 DECLARE_ALIGNED(32, uint16_t, pre[MAX_SB_SQUARE]); in TEST_P() [all …]
|
D | obmc_sad_test.cc | 42 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]); in TEST_P() 43 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]); in TEST_P() 44 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]); in TEST_P() 65 DECLARE_ALIGNED(32, uint8_t, pre[MAX_SB_SQUARE]); in TEST_P() 66 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]); in TEST_P() 67 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]); in TEST_P() 141 DECLARE_ALIGNED(32, uint16_t, pre[MAX_SB_SQUARE]); in TEST_P() 142 DECLARE_ALIGNED(32, int32_t, wsrc[MAX_SB_SQUARE]); in TEST_P() 143 DECLARE_ALIGNED(32, int32_t, mask[MAX_SB_SQUARE]); in TEST_P() 166 DECLARE_ALIGNED(32, uint16_t, pre[MAX_SB_SQUARE]); in TEST_P() [all …]
|
D | masked_variance_test.cc | 65 DECLARE_ALIGNED(16, uint8_t, src_ptr[(MAX_SB_SIZE + 1) * (MAX_SB_SIZE + 16)]); in TEST_P() 66 DECLARE_ALIGNED(16, uint8_t, ref_ptr[(MAX_SB_SIZE + 1) * (MAX_SB_SIZE + 16)]); in TEST_P() 67 DECLARE_ALIGNED(16, uint8_t, in TEST_P() 69 DECLARE_ALIGNED(16, uint8_t, msk_ptr[(MAX_SB_SIZE + 1) * (MAX_SB_SIZE + 16)]); in TEST_P() 119 DECLARE_ALIGNED(16, uint8_t, src_ptr[(MAX_SB_SIZE + 1) * (MAX_SB_SIZE + 16)]); in TEST_P() 120 DECLARE_ALIGNED(16, uint8_t, ref_ptr[(MAX_SB_SIZE + 1) * (MAX_SB_SIZE + 16)]); in TEST_P() 121 DECLARE_ALIGNED(16, uint8_t, in TEST_P() 123 DECLARE_ALIGNED(16, uint8_t, msk_ptr[(MAX_SB_SIZE + 1) * (MAX_SB_SIZE + 16)]); in TEST_P() 199 DECLARE_ALIGNED(16, uint16_t, src_ptr[(MAX_SB_SIZE + 1) * (MAX_SB_SIZE + 8)]); in TEST_P() 200 DECLARE_ALIGNED(16, uint16_t, ref_ptr[(MAX_SB_SIZE + 1) * (MAX_SB_SIZE + 8)]); in TEST_P() [all …]
|
/external/libaom/libaom/av1/common/arm/ |
D | 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 *,
|
/external/libvpx/libvpx/test/ |
D | dct32x32_test.cc | 118 DECLARE_ALIGNED(16, int16_t, test_input_block[kNumCoeffs]); in TEST_P() 119 DECLARE_ALIGNED(16, tran_low_t, test_temp_block[kNumCoeffs]); in TEST_P() 120 DECLARE_ALIGNED(16, uint8_t, dst[kNumCoeffs]); in TEST_P() 121 DECLARE_ALIGNED(16, uint8_t, src[kNumCoeffs]); in TEST_P() 123 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]); in TEST_P() 124 DECLARE_ALIGNED(16, uint16_t, src16[kNumCoeffs]); in TEST_P() 182 DECLARE_ALIGNED(16, int16_t, input_block[kNumCoeffs]); in TEST_P() 183 DECLARE_ALIGNED(16, tran_low_t, output_ref_block[kNumCoeffs]); in TEST_P() 184 DECLARE_ALIGNED(16, tran_low_t, output_block[kNumCoeffs]); in TEST_P() 211 DECLARE_ALIGNED(16, int16_t, input_extreme_block[kNumCoeffs]); in TEST_P() [all …]
|
D | fdct8x8_test.cc | 145 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunSignBiasCheck() 146 DECLARE_ALIGNED(16, tran_low_t, test_output_block[64]); in RunSignBiasCheck() 218 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunRoundTripErrorCheck() 219 DECLARE_ALIGNED(16, tran_low_t, test_temp_block[64]); in RunRoundTripErrorCheck() 220 DECLARE_ALIGNED(16, uint8_t, dst[64]); in RunRoundTripErrorCheck() 221 DECLARE_ALIGNED(16, uint8_t, src[64]); in RunRoundTripErrorCheck() 223 DECLARE_ALIGNED(16, uint16_t, dst16[64]); in RunRoundTripErrorCheck() 224 DECLARE_ALIGNED(16, uint16_t, src16[64]); in RunRoundTripErrorCheck() 293 DECLARE_ALIGNED(16, int16_t, test_input_block[64]); in RunExtremalCheck() 294 DECLARE_ALIGNED(16, tran_low_t, test_temp_block[64]); in RunExtremalCheck() [all …]
|
D | lpf_test.cc | 172 DECLARE_ALIGNED(PIXEL_WIDTH, Pixel, s[kNumCoeffs]); in TEST_P() 173 DECLARE_ALIGNED(PIXEL_WIDTH, Pixel, ref_s[kNumCoeffs]); in TEST_P() 179 DECLARE_ALIGNED(16, const uint8_t, in TEST_P() 183 DECLARE_ALIGNED(16, const uint8_t, in TEST_P() 187 DECLARE_ALIGNED(16, const uint8_t, in TEST_P() 218 DECLARE_ALIGNED(PIXEL_WIDTH, Pixel, s[kNumCoeffs]); in TEST_P() 219 DECLARE_ALIGNED(PIXEL_WIDTH, Pixel, ref_s[kNumCoeffs]); in TEST_P() 238 DECLARE_ALIGNED(16, const uint8_t, in TEST_P() 242 DECLARE_ALIGNED(16, const uint8_t, in TEST_P() 246 DECLARE_ALIGNED(16, const uint8_t, in TEST_P() [all …]
|
D | dct16x16_test.cc | 325 DECLARE_ALIGNED(16, int16_t, test_input_block[kNumCoeffs]); in RunAccuracyCheck() 326 DECLARE_ALIGNED(16, tran_low_t, test_temp_block[kNumCoeffs]); in RunAccuracyCheck() 327 DECLARE_ALIGNED(16, uint8_t, dst[kNumCoeffs]); in RunAccuracyCheck() 328 DECLARE_ALIGNED(16, uint8_t, src[kNumCoeffs]); in RunAccuracyCheck() 330 DECLARE_ALIGNED(16, uint16_t, dst16[kNumCoeffs]); in RunAccuracyCheck() 331 DECLARE_ALIGNED(16, uint16_t, src16[kNumCoeffs]); in RunAccuracyCheck() 383 DECLARE_ALIGNED(16, int16_t, input_block[kNumCoeffs]); in RunCoeffCheck() 384 DECLARE_ALIGNED(16, tran_low_t, output_ref_block[kNumCoeffs]); in RunCoeffCheck() 385 DECLARE_ALIGNED(16, tran_low_t, output_block[kNumCoeffs]); in RunCoeffCheck() 405 DECLARE_ALIGNED(16, int16_t, input_extreme_block[kNumCoeffs]); in RunMemCheck() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | 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/ |
D | 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 *,
|
/external/libvpx/libvpx/vp8/common/ |
D | 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]);
|
D | 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]) = {
|
D | 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]);
|
/external/libaom/libaom/aom_dsp/arm/ |
D | subpel_variance_neon.c | 78 DECLARE_ALIGNED(16, uint8_t, temp2[8 * 8]); in aom_sub_pixel_variance8x8_neon() 79 DECLARE_ALIGNED(16, uint8_t, fdata3[9 * 8]); in aom_sub_pixel_variance8x8_neon() 93 DECLARE_ALIGNED(16, uint8_t, temp2[16 * 16]); in aom_sub_pixel_variance16x16_neon() 94 DECLARE_ALIGNED(16, uint8_t, fdata3[17 * 16]); in aom_sub_pixel_variance16x16_neon() 108 DECLARE_ALIGNED(16, uint8_t, temp2[32 * 32]); in aom_sub_pixel_variance32x32_neon() 109 DECLARE_ALIGNED(16, uint8_t, fdata3[33 * 32]); in aom_sub_pixel_variance32x32_neon() 123 DECLARE_ALIGNED(16, uint8_t, temp2[64 * 64]); in aom_sub_pixel_variance64x64_neon() 124 DECLARE_ALIGNED(16, uint8_t, fdata3[65 * 64]); in aom_sub_pixel_variance64x64_neon()
|