• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/

Lines Matching refs:block

22 void DEF(put, pixels8)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
30 "add r5, %[block], %[line_size] \n\t"
46 "wstrd wr8, [%[block]] \n\t"
47 "add %[block], %[block], %[line_size] \n\t"
51 : [block]"+r"(block), [pixels]"+r"(pixels), [line_size]"+r"(stride), [h]"+r"(h)
56 void DEF(avg, pixels8)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
64 "add r5, %[block], %[line_size] \n\t"
77 "wldrd wr0, [%[block]] \n\t"
84 "wstrd wr8, [%[block]] \n\t"
85 "add %[block], %[block], %[line_size] \n\t"
87 "pld [%[block]] \n\t"
88 "pld [%[block], #32] \n\t"
93 : [block]"+r"(block), [pixels]"+r"(pixels), [line_size]"+r"(stride), [h]"+r"(h)
98 void DEF(put, pixels16)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
106 "add r5, %[block], %[line_size] \n\t"
125 "wstrd wr8, [%[block]] \n\t"
127 "wstrd wr9, [%[block], #8] \n\t"
128 "add %[block], %[block], %[line_size] \n\t"
133 : [block]"+r"(block), [pixels]"+r"(pixels), [line_size]"+r"(stride), [h]"+r"(h)
138 void DEF(avg, pixels16)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
144 "pld [%[block]] \n\t"
145 "pld [%[block], #32] \n\t"
150 "add r5, %[block], %[line_size] \n\t"
166 "wldrd wr0, [%[block]] \n\t"
168 "wldrd wr1, [%[block], #8] \n\t"
176 "wstrd wr8, [%[block]] \n\t"
179 "wstrd wr9, [%[block], #8] \n\t"
180 "add %[block], %[block], %[line_size] \n\t"
182 "pld [%[block]] \n\t"
183 "pld [%[block], #32] \n\t"
189 : [block]"+r"(block), [pixels]"+r"(pixels), [line_size]"+r"(stride), [h]"+r"(h)
194 void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
209 "add r5, %[block], %[line_size] \n\t"
232 "wstrd wr0, [%[block]] \n\t"
235 "add %[block], %[block], %[line_size] \n\t"
238 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block), [line_size]"+r"(stride)
243 void DEF(put, pixels16_x2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
258 "add r5, %[block], %[line_size] \n\t"
289 "wstrd wr0, [%[block]] \n\t"
291 "wstrd wr1, [%[block], #8] \n\t"
293 "add %[block], %[block], %[line_size] \n\t"
299 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block), [line_size]"+r"(stride)
304 void DEF(avg, pixels8_x2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
313 "pld [%[block]] \n\t"
314 "pld [%[block], #32] \n\t"
321 "add r5, %[block], %[line_size] \n\t"
343 "wldrd wr10, [%[block]] \n\t"
350 "wstrd wr0, [%[block]] \n\t"
353 "add %[block], %[block], %[line_size] \n\t"
355 "pld [%[block]] \n\t"
356 "pld [%[block], #32] \n\t"
360 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block), [line_size]"+r"(stride)
365 void DEF(avg, pixels16_x2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
374 "pld [%[block]] \n\t"
375 "pld [%[block], #32] \n\t"
382 "add r5, %[block], %[line_size] \n\t"
413 "wldrd wr10, [%[block]] \n\t"
415 "wldrd wr11, [%[block], #8] \n\t"
425 "wstrd wr0, [%[block]] \n\t"
427 "wstrd wr1, [%[block], #8] \n\t"
428 "add %[block], %[block], %[line_size] \n\t"
430 "pld [%[block]] \n\t"
433 "pld [%[block], #32] \n\t"
437 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block), [line_size]"+r"(stride)
442 void DEF(avg, pixels8_y2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
456 "pld [%[block]] \n\t"
469 "wldrd wr10, [%[block]] \n\t"
472 "wstrd wr8, [%[block]] \n\t"
473 "add %[block], %[block], %[line_size] \n\t"
477 "pld [%[block]] \n\t"
482 "wldrd wr10, [%[block]] \n\t"
485 "wstrd wr8, [%[block]] \n\t"
486 "add %[block], %[block], %[line_size] \n\t"
489 "pld [%[block]] \n\t"
491 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block), [line_size]"+r"(stride)
496 void DEF(put, pixels16_y2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
528 "wstrd wr8, [%[block]] \n\t"
529 "wstrd wr9, [%[block], #8] \n\t"
530 "add %[block], %[block], %[line_size] \n\t"
542 "wstrd wr8, [%[block]] \n\t"
543 "wstrd wr9, [%[block], #8] \n\t"
544 "add %[block], %[block], %[line_size] \n\t"
548 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block), [line_size]"+r"(stride)
553 void DEF(avg, pixels16_y2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
567 "pld [%[block]] \n\t"
584 "wldrd wr10, [%[block]] \n\t"
585 "wldrd wr11, [%[block], #8] \n\t"
590 "wstrd wr8, [%[block]] \n\t"
591 "wstrd wr9, [%[block], #8] \n\t"
592 "add %[block], %[block], %[line_size] \n\t"
596 "pld [%[block]] \n\t"
603 "wldrd wr10, [%[block]] \n\t"
604 "wldrd wr11, [%[block], #8] \n\t"
609 "wstrd wr8, [%[block]] \n\t"
610 "wstrd wr9, [%[block], #8] \n\t"
611 "add %[block], %[block], %[line_size] \n\t"
614 "pld [%[block]] \n\t"
616 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block), [line_size]"+r"(stride)
621 void DEF(put, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
680 "wstrd wr8, [%[block]] \n\t"
681 "add %[block], %[block], %[line_size] \n\t"
707 "wstrd wr8, [%[block]] \n\t"
708 "add %[block], %[block], %[line_size] \n\t"
710 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block)
715 void DEF(put, pixels16_xy2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
802 "wstrd wr8, [%[block]] \n\t"
803 "wstrd wr9, [%[block], #8] \n\t"
804 "add %[block], %[block], %[line_size] \n\t"
846 "wstrd wr8, [%[block]] \n\t"
847 "wstrd wr9, [%[block], #8] \n\t"
848 "add %[block], %[block], %[line_size] \n\t"
852 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block)
857 void DEF(avg, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
863 "pld [%[block]] \n\t"
864 "pld [%[block], #32] \n\t"
915 "wldrd wr12, [%[block]] \n\t"
920 "wstrd wr8, [%[block]] \n\t"
921 "add %[block], %[block], %[line_size] \n\t"
923 "pld [%[block]] \n\t"
924 "pld [%[block], #32] \n\t"
945 "wldrd wr12, [%[block]] \n\t"
951 "wstrd wr8, [%[block]] \n\t"
952 "add %[block], %[block], %[line_size] \n\t"
953 "pld [%[block]] \n\t"
954 "pld [%[block], #32] \n\t"
956 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block)
961 void DEF(avg, pixels16_xy2)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
967 "pld [%[block]] \n\t"
968 "pld [%[block], #32] \n\t"
1046 "wldrd wr12, [%[block]] \n\t"
1047 "wldrd wr13, [%[block], #8] \n\t"
1054 "wstrd wr8, [%[block]] \n\t"
1055 "wstrd wr9, [%[block], #8] \n\t"
1056 "add %[block], %[block], %[line_size] \n\t"
1061 "pld [%[block]] \n\t"
1063 "pld [%[block], #32] \n\t"
1096 "wldrd wr12, [%[block]] \n\t"
1097 "wldrd wr13, [%[block], #8] \n\t"
1104 "wstrd wr8, [%[block]] \n\t"
1105 "wstrd wr9, [%[block], #8] \n\t"
1106 "add %[block], %[block], %[line_size] \n\t"
1108 "pld [%[block]] \n\t"
1109 "pld [%[block], #32] \n\t"
1111 : [h]"+r"(h), [pixels]"+r"(pixels), [block]"+r"(block)