Home
last modified time | relevance | path

Searched refs:STORE_IN_OUTPUT (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.c24 #define STORE_IN_OUTPUT(prev, first, second, qA, qB) \ macro
278 STORE_IN_OUTPUT(17, 16, 17, q6s16, q7s16); in idct32_bands_end_1st_pass()
279 STORE_IN_OUTPUT(17, 14, 15, q8s16, q9s16); in idct32_bands_end_1st_pass()
286 STORE_IN_OUTPUT(31, 30, 31, q6s16, q7s16); in idct32_bands_end_1st_pass()
287 STORE_IN_OUTPUT(31, 0, 1, q4s16, q5s16); in idct32_bands_end_1st_pass()
300 STORE_IN_OUTPUT(19, 18, 19, q6s16, q7s16); in idct32_bands_end_1st_pass()
301 STORE_IN_OUTPUT(19, 12, 13, q8s16, q9s16); in idct32_bands_end_1st_pass()
308 STORE_IN_OUTPUT(29, 28, 29, q6s16, q7s16); in idct32_bands_end_1st_pass()
309 STORE_IN_OUTPUT(29, 2, 3, q4s16, q5s16); in idct32_bands_end_1st_pass()
322 STORE_IN_OUTPUT(21, 20, 21, q6s16, q7s16); in idct32_bands_end_1st_pass()
[all …]
Didct32x32_add_neon.asm94 STORE_IN_OUTPUT $prev_offset, $first_offset, $second_offset, $reg1, $reg2
543 STORE_IN_OUTPUT 0, 16, 31, q8, q15
544 STORE_IN_OUTPUT 31, 17, 30, q9, q10
552 STORE_IN_OUTPUT 30, 29, 18, q1, q0
566 STORE_IN_OUTPUT 18, 19, 28, q4, q6
665 STORE_IN_OUTPUT 17, 17, 16, q9, q8
677 STORE_IN_OUTPUT 31, 30, 31, q10, q12
689 STORE_IN_OUTPUT 31, 25, 22, q14, q13
700 STORE_IN_OUTPUT 22, 24, 23, q14, q13
738 STORE_IN_OUTPUT 19, 18, 19, q8, q9
[all …]