• Home
  • Raw
  • Download

Lines Matching refs:AV_WN4PA

41     AV_WN4PA(dst + stride * 0, p4);  in vert_4x4_c()
42 AV_WN4PA(dst + stride * 1, p4); in vert_4x4_c()
43 AV_WN4PA(dst + stride * 2, p4); in vert_4x4_c()
44 AV_WN4PA(dst + stride * 3, p4); in vert_4x4_c()
58 AV_WN4PA(dst + 0, p4a); in vert_8x8_c()
59 AV_WN4PA(dst + 4, p4b); in vert_8x8_c()
77 AV_WN4PA(dst + 0, p4a); in vert_16x16_c()
78 AV_WN4PA(dst + 4, p4b); in vert_16x16_c()
79 AV_WN4PA(dst + 8, p4c); in vert_16x16_c()
80 AV_WN4PA(dst + 12, p4d); in vert_16x16_c()
102 AV_WN4PA(dst + 0, p4a); in vert_32x32_c()
103 AV_WN4PA(dst + 4, p4b); in vert_32x32_c()
104 AV_WN4PA(dst + 8, p4c); in vert_32x32_c()
105 AV_WN4PA(dst + 12, p4d); in vert_32x32_c()
106 AV_WN4PA(dst + 16, p4e); in vert_32x32_c()
107 AV_WN4PA(dst + 20, p4f); in vert_32x32_c()
108 AV_WN4PA(dst + 24, p4g); in vert_32x32_c()
109 AV_WN4PA(dst + 28, p4h); in vert_32x32_c()
121 AV_WN4PA(dst + stride * 0, PIXEL_SPLAT_X4(left[3])); in hor_4x4_c()
122 AV_WN4PA(dst + stride * 1, PIXEL_SPLAT_X4(left[2])); in hor_4x4_c()
123 AV_WN4PA(dst + stride * 2, PIXEL_SPLAT_X4(left[1])); in hor_4x4_c()
124 AV_WN4PA(dst + stride * 3, PIXEL_SPLAT_X4(left[0])); in hor_4x4_c()
138 AV_WN4PA(dst + 0, p4); in hor_8x8_c()
139 AV_WN4PA(dst + 4, p4); in hor_8x8_c()
155 AV_WN4PA(dst + 0, p4); in hor_16x16_c()
156 AV_WN4PA(dst + 4, p4); in hor_16x16_c()
157 AV_WN4PA(dst + 8, p4); in hor_16x16_c()
158 AV_WN4PA(dst + 12, p4); in hor_16x16_c()
174 AV_WN4PA(dst + 0, p4); in hor_32x32_c()
175 AV_WN4PA(dst + 4, p4); in hor_32x32_c()
176 AV_WN4PA(dst + 8, p4); in hor_32x32_c()
177 AV_WN4PA(dst + 12, p4); in hor_32x32_c()
178 AV_WN4PA(dst + 16, p4); in hor_32x32_c()
179 AV_WN4PA(dst + 20, p4); in hor_32x32_c()
180 AV_WN4PA(dst + 24, p4); in hor_32x32_c()
181 AV_WN4PA(dst + 28, p4); in hor_32x32_c()
324 AV_WN4PA(dst + stride * 0, dc); in dc_4x4_c()
325 AV_WN4PA(dst + stride * 1, dc); in dc_4x4_c()
326 AV_WN4PA(dst + stride * 2, dc); in dc_4x4_c()
327 AV_WN4PA(dst + stride * 3, dc); in dc_4x4_c()
344 AV_WN4PA(dst + 0, dc); in dc_8x8_c()
345 AV_WN4PA(dst + 4, dc); in dc_8x8_c()
366 AV_WN4PA(dst + 0, dc); in dc_16x16_c()
367 AV_WN4PA(dst + 4, dc); in dc_16x16_c()
368 AV_WN4PA(dst + 8, dc); in dc_16x16_c()
369 AV_WN4PA(dst + 12, dc); in dc_16x16_c()
395 AV_WN4PA(dst + 0, dc); in dc_32x32_c()
396 AV_WN4PA(dst + 4, dc); in dc_32x32_c()
397 AV_WN4PA(dst + 8, dc); in dc_32x32_c()
398 AV_WN4PA(dst + 12, dc); in dc_32x32_c()
399 AV_WN4PA(dst + 16, dc); in dc_32x32_c()
400 AV_WN4PA(dst + 20, dc); in dc_32x32_c()
401 AV_WN4PA(dst + 24, dc); in dc_32x32_c()
402 AV_WN4PA(dst + 28, dc); in dc_32x32_c()
415 AV_WN4PA(dst + stride * 0, dc); in dc_left_4x4_c()
416 AV_WN4PA(dst + stride * 1, dc); in dc_left_4x4_c()
417 AV_WN4PA(dst + stride * 2, dc); in dc_left_4x4_c()
418 AV_WN4PA(dst + stride * 3, dc); in dc_left_4x4_c()
433 AV_WN4PA(dst + 0, dc); in dc_left_8x8_c()
434 AV_WN4PA(dst + 4, dc); in dc_left_8x8_c()
452 AV_WN4PA(dst + 0, dc); in dc_left_16x16_c()
453 AV_WN4PA(dst + 4, dc); in dc_left_16x16_c()
454 AV_WN4PA(dst + 8, dc); in dc_left_16x16_c()
455 AV_WN4PA(dst + 12, dc); in dc_left_16x16_c()
476 AV_WN4PA(dst + 0, dc); in dc_left_32x32_c()
477 AV_WN4PA(dst + 4, dc); in dc_left_32x32_c()
478 AV_WN4PA(dst + 8, dc); in dc_left_32x32_c()
479 AV_WN4PA(dst + 12, dc); in dc_left_32x32_c()
480 AV_WN4PA(dst + 16, dc); in dc_left_32x32_c()
481 AV_WN4PA(dst + 20, dc); in dc_left_32x32_c()
482 AV_WN4PA(dst + 24, dc); in dc_left_32x32_c()
483 AV_WN4PA(dst + 28, dc); in dc_left_32x32_c()
496 AV_WN4PA(dst + stride * 0, dc); in dc_top_4x4_c()
497 AV_WN4PA(dst + stride * 1, dc); in dc_top_4x4_c()
498 AV_WN4PA(dst + stride * 2, dc); in dc_top_4x4_c()
499 AV_WN4PA(dst + stride * 3, dc); in dc_top_4x4_c()
514 AV_WN4PA(dst + 0, dc); in dc_top_8x8_c()
515 AV_WN4PA(dst + 4, dc); in dc_top_8x8_c()
533 AV_WN4PA(dst + 0, dc); in dc_top_16x16_c()
534 AV_WN4PA(dst + 4, dc); in dc_top_16x16_c()
535 AV_WN4PA(dst + 8, dc); in dc_top_16x16_c()
536 AV_WN4PA(dst + 12, dc); in dc_top_16x16_c()
557 AV_WN4PA(dst + 0, dc); in dc_top_32x32_c()
558 AV_WN4PA(dst + 4, dc); in dc_top_32x32_c()
559 AV_WN4PA(dst + 8, dc); in dc_top_32x32_c()
560 AV_WN4PA(dst + 12, dc); in dc_top_32x32_c()
561 AV_WN4PA(dst + 16, dc); in dc_top_32x32_c()
562 AV_WN4PA(dst + 20, dc); in dc_top_32x32_c()
563 AV_WN4PA(dst + 24, dc); in dc_top_32x32_c()
564 AV_WN4PA(dst + 28, dc); in dc_top_32x32_c()
578 AV_WN4PA(dst + stride * 0, val); in dc_128_4x4_c()
579 AV_WN4PA(dst + stride * 1, val); in dc_128_4x4_c()
580 AV_WN4PA(dst + stride * 2, val); in dc_128_4x4_c()
581 AV_WN4PA(dst + stride * 3, val); in dc_128_4x4_c()
593 AV_WN4PA(dst + 0, val); in dc_128_8x8_c()
594 AV_WN4PA(dst + 4, val); in dc_128_8x8_c()
608 AV_WN4PA(dst + 0, val); in dc_128_16x16_c()
609 AV_WN4PA(dst + 4, val); in dc_128_16x16_c()
610 AV_WN4PA(dst + 8, val); in dc_128_16x16_c()
611 AV_WN4PA(dst + 12, val); in dc_128_16x16_c()
625 AV_WN4PA(dst + 0, val); in dc_128_32x32_c()
626 AV_WN4PA(dst + 4, val); in dc_128_32x32_c()
627 AV_WN4PA(dst + 8, val); in dc_128_32x32_c()
628 AV_WN4PA(dst + 12, val); in dc_128_32x32_c()
629 AV_WN4PA(dst + 16, val); in dc_128_32x32_c()
630 AV_WN4PA(dst + 20, val); in dc_128_32x32_c()
631 AV_WN4PA(dst + 24, val); in dc_128_32x32_c()
632 AV_WN4PA(dst + 28, val); in dc_128_32x32_c()
644 AV_WN4PA(dst + stride * 0, val); in dc_127_4x4_c()
645 AV_WN4PA(dst + stride * 1, val); in dc_127_4x4_c()
646 AV_WN4PA(dst + stride * 2, val); in dc_127_4x4_c()
647 AV_WN4PA(dst + stride * 3, val);} in dc_127_4x4_c()
658 AV_WN4PA(dst + 0, val); in dc_127_8x8_c()
659 AV_WN4PA(dst + 4, val); in dc_127_8x8_c()
673 AV_WN4PA(dst + 0, val); in dc_127_16x16_c()
674 AV_WN4PA(dst + 4, val); in dc_127_16x16_c()
675 AV_WN4PA(dst + 8, val); in dc_127_16x16_c()
676 AV_WN4PA(dst + 12, val); in dc_127_16x16_c()
690 AV_WN4PA(dst + 0, val); in dc_127_32x32_c()
691 AV_WN4PA(dst + 4, val); in dc_127_32x32_c()
692 AV_WN4PA(dst + 8, val); in dc_127_32x32_c()
693 AV_WN4PA(dst + 12, val); in dc_127_32x32_c()
694 AV_WN4PA(dst + 16, val); in dc_127_32x32_c()
695 AV_WN4PA(dst + 20, val); in dc_127_32x32_c()
696 AV_WN4PA(dst + 24, val); in dc_127_32x32_c()
697 AV_WN4PA(dst + 28, val); in dc_127_32x32_c()
709 AV_WN4PA(dst + stride * 0, val); in dc_129_4x4_c()
710 AV_WN4PA(dst + stride * 1, val); in dc_129_4x4_c()
711 AV_WN4PA(dst + stride * 2, val); in dc_129_4x4_c()
712 AV_WN4PA(dst + stride * 3, val); in dc_129_4x4_c()
724 AV_WN4PA(dst + 0, val); in dc_129_8x8_c()
725 AV_WN4PA(dst + 4, val); in dc_129_8x8_c()
739 AV_WN4PA(dst + 0, val); in dc_129_16x16_c()
740 AV_WN4PA(dst + 4, val); in dc_129_16x16_c()
741 AV_WN4PA(dst + 8, val); in dc_129_16x16_c()
742 AV_WN4PA(dst + 12, val); in dc_129_16x16_c()
756 AV_WN4PA(dst + 0, val); in dc_129_32x32_c()
757 AV_WN4PA(dst + 4, val); in dc_129_32x32_c()
758 AV_WN4PA(dst + 8, val); in dc_129_32x32_c()
759 AV_WN4PA(dst + 12, val); in dc_129_32x32_c()
760 AV_WN4PA(dst + 16, val); in dc_129_32x32_c()
761 AV_WN4PA(dst + 20, val); in dc_129_32x32_c()
762 AV_WN4PA(dst + 24, val); in dc_129_32x32_c()
763 AV_WN4PA(dst + 28, val); in dc_129_32x32_c()
1964 AV_WN4PA(&dst[x], rnd_avg_pixel4(AV_RN4PA(&dst[x]), AV_RN4P(&src[x]))); in avg_c()