Home
last modified time | relevance | path

Searched refs:DECLARE_ALIGNED_ARRAY (Results 1 – 25 of 25) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddct32x32_test.cc102 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs); in TEST_P()
103 DECLARE_ALIGNED_ARRAY(16, int16_t, test_temp_block, kNumCoeffs); in TEST_P()
104 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, kNumCoeffs); in TEST_P()
105 DECLARE_ALIGNED_ARRAY(16, uint8_t, src, kNumCoeffs); in TEST_P()
143 DECLARE_ALIGNED_ARRAY(16, int16_t, input_block, kNumCoeffs); in TEST_P()
144 DECLARE_ALIGNED_ARRAY(16, int16_t, output_ref_block, kNumCoeffs); in TEST_P()
145 DECLARE_ALIGNED_ARRAY(16, int16_t, output_block, kNumCoeffs); in TEST_P()
171 DECLARE_ALIGNED_ARRAY(16, int16_t, input_block, kNumCoeffs); in TEST_P()
172 DECLARE_ALIGNED_ARRAY(16, int16_t, input_extreme_block, kNumCoeffs); in TEST_P()
173 DECLARE_ALIGNED_ARRAY(16, int16_t, output_ref_block, kNumCoeffs); in TEST_P()
[all …]
Dfdct4x4_test.cc66 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs); in RunAccuracyCheck()
67 DECLARE_ALIGNED_ARRAY(16, int16_t, test_temp_block, kNumCoeffs); in RunAccuracyCheck()
68 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, kNumCoeffs); in RunAccuracyCheck()
69 DECLARE_ALIGNED_ARRAY(16, uint8_t, src, kNumCoeffs); in RunAccuracyCheck()
101 DECLARE_ALIGNED_ARRAY(16, int16_t, input_block, kNumCoeffs); in RunCoeffCheck()
102 DECLARE_ALIGNED_ARRAY(16, int16_t, output_ref_block, kNumCoeffs); in RunCoeffCheck()
103 DECLARE_ALIGNED_ARRAY(16, int16_t, output_block, kNumCoeffs); in RunCoeffCheck()
122 DECLARE_ALIGNED_ARRAY(16, int16_t, input_block, kNumCoeffs); in RunMemCheck()
123 DECLARE_ALIGNED_ARRAY(16, int16_t, input_extreme_block, kNumCoeffs); in RunMemCheck()
124 DECLARE_ALIGNED_ARRAY(16, int16_t, output_ref_block, kNumCoeffs); in RunMemCheck()
[all …]
Dfdct8x8_test.cc60 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 64); in RunSignBiasCheck()
61 DECLARE_ALIGNED_ARRAY(16, int16_t, test_output_block, 64); in RunSignBiasCheck()
129 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 64); in RunRoundTripErrorCheck()
130 DECLARE_ALIGNED_ARRAY(16, int16_t, test_temp_block, 64); in RunRoundTripErrorCheck()
131 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, 64); in RunRoundTripErrorCheck()
132 DECLARE_ALIGNED_ARRAY(16, uint8_t, src, 64); in RunRoundTripErrorCheck()
181 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, 64); in RunExtremalCheck()
182 DECLARE_ALIGNED_ARRAY(16, int16_t, test_temp_block, 64); in RunExtremalCheck()
183 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, 64); in RunExtremalCheck()
184 DECLARE_ALIGNED_ARRAY(16, uint8_t, src, 64); in RunExtremalCheck()
Ddct16x16_test.cc294 DECLARE_ALIGNED_ARRAY(16, int16_t, test_input_block, kNumCoeffs); in RunAccuracyCheck()
295 DECLARE_ALIGNED_ARRAY(16, int16_t, test_temp_block, kNumCoeffs); in RunAccuracyCheck()
296 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, kNumCoeffs); in RunAccuracyCheck()
297 DECLARE_ALIGNED_ARRAY(16, uint8_t, src, kNumCoeffs); in RunAccuracyCheck()
329 DECLARE_ALIGNED_ARRAY(16, int16_t, input_block, kNumCoeffs); in RunCoeffCheck()
330 DECLARE_ALIGNED_ARRAY(16, int16_t, output_ref_block, kNumCoeffs); in RunCoeffCheck()
331 DECLARE_ALIGNED_ARRAY(16, int16_t, output_block, kNumCoeffs); in RunCoeffCheck()
350 DECLARE_ALIGNED_ARRAY(16, int16_t, input_block, kNumCoeffs); in RunMemCheck()
351 DECLARE_ALIGNED_ARRAY(16, int16_t, input_extreme_block, kNumCoeffs); in RunMemCheck()
352 DECLARE_ALIGNED_ARRAY(16, int16_t, output_ref_block, kNumCoeffs); in RunMemCheck()
[all …]
Dpartial_idct_test.cc74 DECLARE_ALIGNED_ARRAY(16, int16_t, test_coef_block1, kMaxNumCoeffs); in TEST_P()
75 DECLARE_ALIGNED_ARRAY(16, int16_t, test_coef_block2, kMaxNumCoeffs); in TEST_P()
76 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst1, kMaxNumCoeffs); in TEST_P()
77 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst2, kMaxNumCoeffs); in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvp8_asm_stubs.c130DECLARE_ALIGNED_ARRAY(16, unsigned short, FData2, 16*16); /* Temp data bufffer used in filtering … in vp8_sixtap_predict4x4_mmx()
151DECLARE_ALIGNED_ARRAY(16, unsigned short, FData2, 24*24); /* Temp data bufffer used in filtering … in vp8_sixtap_predict16x16_mmx()
183DECLARE_ALIGNED_ARRAY(16, unsigned short, FData2, 256); /* Temp data bufffer used in filtering … in vp8_sixtap_predict8x8_mmx()
209DECLARE_ALIGNED_ARRAY(16, unsigned short, FData2, 256); /* Temp data bufffer used in filtering … in vp8_sixtap_predict8x4_mmx()
255DECLARE_ALIGNED_ARRAY(16, unsigned short, FData2, 24*24); /* Temp data bufffer used in filterin… in vp8_sixtap_predict16x16_sse2()
295DECLARE_ALIGNED_ARRAY(16, unsigned short, FData2, 256); /* Temp data bufffer used in filtering */ in vp8_sixtap_predict8x8_sse2()
333DECLARE_ALIGNED_ARRAY(16, unsigned short, FData2, 256); /* Temp data bufffer used in filtering */ in vp8_sixtap_predict8x4_sse2()
435 DECLARE_ALIGNED_ARRAY(16, unsigned char, FData2, 24*24); in vp8_sixtap_predict16x16_ssse3()
483 DECLARE_ALIGNED_ARRAY(16, unsigned char, FData2, 256); in vp8_sixtap_predict8x8_ssse3()
531 DECLARE_ALIGNED_ARRAY(16, unsigned char, FData2, 256); in vp8_sixtap_predict8x4_ssse3()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
Dfilter_arm.c102 DECLARE_ALIGNED_ARRAY(4, short, FData, 12*4); /* Temp data buffer used in filtering */ in vp8_sixtap_predict4x4_armv6()
150 DECLARE_ALIGNED_ARRAY(4, short, FData, 16*8); /* Temp data buffer used in filtering */ in vp8_sixtap_predict8x8_armv6()
192 DECLARE_ALIGNED_ARRAY(4, short, FData, 24*16); /* Temp data buffer used in filtering */ in vp8_sixtap_predict16x16_armv6()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_convolve_neon.c23 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72); in vp9_convolve8_neon()
57 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72); in vp9_convolve8_avg_neon()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_variance.c210 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 64 * 64); // compound pred buffer in vp9_sub_pixel_avg_variance64x32_c()
267 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 32 * 64); // compound pred buffer in vp9_sub_pixel_avg_variance32x64_c()
324 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 32 * 16); // compound pred buffer in vp9_sub_pixel_avg_variance32x16_c()
381 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 16 * 32); // compound pred buffer in vp9_sub_pixel_avg_variance16x32_c()
605 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 4 * 4); // compound pred buffer in vp9_sub_pixel_avg_variance4x4_c()
652 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 8 * 8); // compound pred buffer in vp9_sub_pixel_avg_variance8x8_c()
696 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 16 * 16); // compound pred buffer in vp9_sub_pixel_avg_variance16x16_c()
741 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 64 * 64); // compound pred buffer in vp9_sub_pixel_avg_variance64x64_c()
785 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 32 * 32); // compound pred buffer in vp9_sub_pixel_avg_variance32x32_c()
949 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 16 * 8); // compound pred buffer in vp9_sub_pixel_avg_variance16x8_c()
[all …]
Dvp9_temporal_filter.c203 DECLARE_ALIGNED_ARRAY(16, unsigned int, accumulator, 16 * 16 * 3); in temporal_filter_iterate_c()
204 DECLARE_ALIGNED_ARRAY(16, uint16_t, count, 16 * 16 * 3); in temporal_filter_iterate_c()
208 DECLARE_ALIGNED_ARRAY(16, uint8_t, predictor, 16 * 16 * 3); in temporal_filter_iterate_c()
Dvp9_mcomp.c382 DECLARE_ALIGNED_ARRAY(16, uint8_t, comp_pred, 64 * 64); in vp9_find_best_sub_pixel_comp_tree()
1455 DECLARE_ALIGNED_ARRAY(16, uint32_t, sad_array8, 8); in vp9_full_search_sadx8()
Dvp9_rdopt.c2714 DECLARE_ALIGNED_ARRAY(16, uint8_t, tmp_buf, MAX_MB_PLANE * 64 * 64); in handle_inter_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dmem.h34 #define DECLARE_ALIGNED_ARRAY(a,typ,val,n)\ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c372 DECLARE_ALIGNED_ARRAY(16, unsigned char, flat2_op, 7 * 16); in mb_lpf_horizontal_edge_w_sse2_16()
373 DECLARE_ALIGNED_ARRAY(16, unsigned char, flat2_oq, 7 * 16); in mb_lpf_horizontal_edge_w_sse2_16()
375 DECLARE_ALIGNED_ARRAY(16, unsigned char, flat_op, 3 * 16); in mb_lpf_horizontal_edge_w_sse2_16()
376 DECLARE_ALIGNED_ARRAY(16, unsigned char, flat_oq, 3 * 16); in mb_lpf_horizontal_edge_w_sse2_16()
378 DECLARE_ALIGNED_ARRAY(16, unsigned char, ap, 8 * 16); in mb_lpf_horizontal_edge_w_sse2_16()
379 DECLARE_ALIGNED_ARRAY(16, unsigned char, aq, 8 * 16); in mb_lpf_horizontal_edge_w_sse2_16()
863 DECLARE_ALIGNED_ARRAY(16, unsigned char, flat_op2, 16); in vp9_lpf_horizontal_8_sse2()
864 DECLARE_ALIGNED_ARRAY(16, unsigned char, flat_op1, 16); in vp9_lpf_horizontal_8_sse2()
865 DECLARE_ALIGNED_ARRAY(16, unsigned char, flat_op0, 16); in vp9_lpf_horizontal_8_sse2()
866 DECLARE_ALIGNED_ARRAY(16, unsigned char, flat_oq2, 16); in vp9_lpf_horizontal_8_sse2()
[all …]
Dvp9_asm_stubs.c121 DECLARE_ALIGNED_ARRAY(16, unsigned char, fdata2, 64 * 71); \
129 DECLARE_ALIGNED_ARRAY(16, unsigned char, fdata2, 64 * 65); \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtemporal_filter.c238 DECLARE_ALIGNED_ARRAY(16, unsigned int, accumulator, 16*16 + 8*8 + 8*8); in vp8_temporal_filter_iterate_c()
239 DECLARE_ALIGNED_ARRAY(16, unsigned short, count, 16*16 + 8*8 + 8*8); in vp8_temporal_filter_iterate_c()
243 DECLARE_ALIGNED_ARRAY(16, unsigned char, predictor, 16*16 + 8*8 + 8*8); in vp8_temporal_filter_iterate_c()
Drdopt.c654 DECLARE_ALIGNED_ARRAY(16, unsigned char, best_predictor, 16*4); in rd_pick_intra4x4block()
655 DECLARE_ALIGNED_ARRAY(16, short, best_dqcoeff, 16); in rd_pick_intra4x4block()
Dmcomp.c1590 DECLARE_ALIGNED_ARRAY(16, unsigned short, sad_array8, 8); in vp8_full_search_sadx8()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dquantize_sse2.c41 DECLARE_ALIGNED_ARRAY(16, short, x, 16); in vp8_regular_quantize_b_sse2()
42 DECLARE_ALIGNED_ARRAY(16, short, y, 16); in vp8_regular_quantize_b_sse2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconintra.c321 DECLARE_ALIGNED_ARRAY(16, uint8_t, left_col, 64); in build_intra_predictors()
322 DECLARE_ALIGNED_ARRAY(16, uint8_t, above_data, 128 + 16); in build_intra_predictors()
Dvp9_convolve.c226 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp, 64 * 64); in vp9_convolve8_avg_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve8_avg_dspr2.c416 DECLARE_ALIGNED_ARRAY(32, uint8_t, temp, 64 * 135); in vp9_convolve8_avg_dspr2()
Dvp9_convolve8_dspr2.c953 DECLARE_ALIGNED_ARRAY(32, uint8_t, temp, 64 * 135); in vp9_convolve8_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c1079 DECLARE_ALIGNED_ARRAY(16, int16_t, intermediate, 256); in vp9_fdct16x16_avx2()
Dvp9_dct_sse2.c1180 DECLARE_ALIGNED_ARRAY(16, int16_t, intermediate, 256); in vp9_fdct16x16_sse2()