Searched refs:LOAD_FROM_OUTPUT (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.c | 20 #define LOAD_FROM_OUTPUT(prev, first, second, qA, qB) \ macro 281 LOAD_FROM_OUTPUT(15, 30, 31, q0s16, q1s16); in idct32_bands_end_1st_pass() 289 LOAD_FROM_OUTPUT(1, 12, 13, q0s16, q1s16); in idct32_bands_end_1st_pass() 295 LOAD_FROM_OUTPUT(13, 18, 19, q0s16, q1s16); in idct32_bands_end_1st_pass() 303 LOAD_FROM_OUTPUT(13, 28, 29, q0s16, q1s16); in idct32_bands_end_1st_pass() 311 LOAD_FROM_OUTPUT(3, 10, 11, q0s16, q1s16); in idct32_bands_end_1st_pass() 317 LOAD_FROM_OUTPUT(11, 20, 21, q0s16, q1s16); in idct32_bands_end_1st_pass() 325 LOAD_FROM_OUTPUT(11, 26, 27, q0s16, q1s16); in idct32_bands_end_1st_pass() 333 LOAD_FROM_OUTPUT(5, 8, 9, q0s16, q1s16); in idct32_bands_end_1st_pass() 339 LOAD_FROM_OUTPUT(9, 22, 23, q0s16, q1s16); in idct32_bands_end_1st_pass() [all …]
|
D | idct32x32_add_neon.asm | 78 LOAD_FROM_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg2 660 LOAD_FROM_OUTPUT 28, 16, 17, q14, q13 672 LOAD_FROM_OUTPUT 16, 30, 31, q14, q9 733 LOAD_FROM_OUTPUT 23, 18, 19, q14, q13 745 LOAD_FROM_OUTPUT 19, 28, 29, q8, q9 976 LOAD_FROM_OUTPUT 12, 14, 15, q0, q1 987 LOAD_FROM_OUTPUT 15, 16, 17, q0, q1 1005 LOAD_FROM_OUTPUT 15, 30, 31, q0, q1 1018 LOAD_FROM_OUTPUT 1, 12, 13, q0, q1 1029 LOAD_FROM_OUTPUT 13, 18, 19, q0, q1 [all …]
|