Lines Matching refs:step2
272 int16_t step1[8], step2[8]; in idct8_c() local
292 step2[0] = WRAPLOW(dct_const_round_shift(temp1)); in idct8_c()
293 step2[1] = WRAPLOW(dct_const_round_shift(temp2)); in idct8_c()
296 step2[2] = WRAPLOW(dct_const_round_shift(temp1)); in idct8_c()
297 step2[3] = WRAPLOW(dct_const_round_shift(temp2)); in idct8_c()
298 step2[4] = WRAPLOW(step1[4] + step1[5]); in idct8_c()
299 step2[5] = WRAPLOW(step1[4] - step1[5]); in idct8_c()
300 step2[6] = WRAPLOW(-step1[6] + step1[7]); in idct8_c()
301 step2[7] = WRAPLOW(step1[6] + step1[7]); in idct8_c()
304 step1[0] = WRAPLOW(step2[0] + step2[3]); in idct8_c()
305 step1[1] = WRAPLOW(step2[1] + step2[2]); in idct8_c()
306 step1[2] = WRAPLOW(step2[1] - step2[2]); in idct8_c()
307 step1[3] = WRAPLOW(step2[0] - step2[3]); in idct8_c()
308 step1[4] = step2[4]; in idct8_c()
309 temp1 = (step2[6] - step2[5]) * cospi_16_64; in idct8_c()
310 temp2 = (step2[5] + step2[6]) * cospi_16_64; in idct8_c()
313 step1[7] = step2[7]; in idct8_c()
558 int16_t step1[16], step2[16]; in idct16_c() local
580 step2[0] = step1[0]; in idct16_c()
581 step2[1] = step1[1]; in idct16_c()
582 step2[2] = step1[2]; in idct16_c()
583 step2[3] = step1[3]; in idct16_c()
584 step2[4] = step1[4]; in idct16_c()
585 step2[5] = step1[5]; in idct16_c()
586 step2[6] = step1[6]; in idct16_c()
587 step2[7] = step1[7]; in idct16_c()
591 step2[8] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
592 step2[15] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
596 step2[9] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
597 step2[14] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
601 step2[10] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
602 step2[13] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
606 step2[11] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
607 step2[12] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
610 step1[0] = step2[0]; in idct16_c()
611 step1[1] = step2[1]; in idct16_c()
612 step1[2] = step2[2]; in idct16_c()
613 step1[3] = step2[3]; in idct16_c()
615 temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64; in idct16_c()
616 temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64; in idct16_c()
619 temp1 = step2[5] * cospi_12_64 - step2[6] * cospi_20_64; in idct16_c()
620 temp2 = step2[5] * cospi_20_64 + step2[6] * cospi_12_64; in idct16_c()
624 step1[8] = WRAPLOW(step2[8] + step2[9]); in idct16_c()
625 step1[9] = WRAPLOW(step2[8] - step2[9]); in idct16_c()
626 step1[10] = WRAPLOW(-step2[10] + step2[11]); in idct16_c()
627 step1[11] = WRAPLOW(step2[10] + step2[11]); in idct16_c()
628 step1[12] = WRAPLOW(step2[12] + step2[13]); in idct16_c()
629 step1[13] = WRAPLOW(step2[12] - step2[13]); in idct16_c()
630 step1[14] = WRAPLOW(-step2[14] + step2[15]); in idct16_c()
631 step1[15] = WRAPLOW(step2[14] + step2[15]); in idct16_c()
636 step2[0] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
637 step2[1] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
640 step2[2] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
641 step2[3] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
642 step2[4] = WRAPLOW(step1[4] + step1[5]); in idct16_c()
643 step2[5] = WRAPLOW(step1[4] - step1[5]); in idct16_c()
644 step2[6] = WRAPLOW(-step1[6] + step1[7]); in idct16_c()
645 step2[7] = WRAPLOW(step1[6] + step1[7]); in idct16_c()
647 step2[8] = step1[8]; in idct16_c()
648 step2[15] = step1[15]; in idct16_c()
651 step2[9] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
652 step2[14] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
655 step2[10] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
656 step2[13] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
657 step2[11] = step1[11]; in idct16_c()
658 step2[12] = step1[12]; in idct16_c()
661 step1[0] = WRAPLOW(step2[0] + step2[3]); in idct16_c()
662 step1[1] = WRAPLOW(step2[1] + step2[2]); in idct16_c()
663 step1[2] = WRAPLOW(step2[1] - step2[2]); in idct16_c()
664 step1[3] = WRAPLOW(step2[0] - step2[3]); in idct16_c()
665 step1[4] = step2[4]; in idct16_c()
666 temp1 = (step2[6] - step2[5]) * cospi_16_64; in idct16_c()
667 temp2 = (step2[5] + step2[6]) * cospi_16_64; in idct16_c()
670 step1[7] = step2[7]; in idct16_c()
672 step1[8] = WRAPLOW(step2[8] + step2[11]); in idct16_c()
673 step1[9] = WRAPLOW(step2[9] + step2[10]); in idct16_c()
674 step1[10] = WRAPLOW(step2[9] - step2[10]); in idct16_c()
675 step1[11] = WRAPLOW(step2[8] - step2[11]); in idct16_c()
676 step1[12] = WRAPLOW(-step2[12] + step2[15]); in idct16_c()
677 step1[13] = WRAPLOW(-step2[13] + step2[14]); in idct16_c()
678 step1[14] = WRAPLOW(step2[13] + step2[14]); in idct16_c()
679 step1[15] = WRAPLOW(step2[12] + step2[15]); in idct16_c()
682 step2[0] = WRAPLOW(step1[0] + step1[7]); in idct16_c()
683 step2[1] = WRAPLOW(step1[1] + step1[6]); in idct16_c()
684 step2[2] = WRAPLOW(step1[2] + step1[5]); in idct16_c()
685 step2[3] = WRAPLOW(step1[3] + step1[4]); in idct16_c()
686 step2[4] = WRAPLOW(step1[3] - step1[4]); in idct16_c()
687 step2[5] = WRAPLOW(step1[2] - step1[5]); in idct16_c()
688 step2[6] = WRAPLOW(step1[1] - step1[6]); in idct16_c()
689 step2[7] = WRAPLOW(step1[0] - step1[7]); in idct16_c()
690 step2[8] = step1[8]; in idct16_c()
691 step2[9] = step1[9]; in idct16_c()
694 step2[10] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
695 step2[13] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
698 step2[11] = WRAPLOW(dct_const_round_shift(temp1)); in idct16_c()
699 step2[12] = WRAPLOW(dct_const_round_shift(temp2)); in idct16_c()
700 step2[14] = step1[14]; in idct16_c()
701 step2[15] = step1[15]; in idct16_c()
704 output[0] = (tran_low_t)WRAPLOW(step2[0] + step2[15]); in idct16_c()
705 output[1] = (tran_low_t)WRAPLOW(step2[1] + step2[14]); in idct16_c()
706 output[2] = (tran_low_t)WRAPLOW(step2[2] + step2[13]); in idct16_c()
707 output[3] = (tran_low_t)WRAPLOW(step2[3] + step2[12]); in idct16_c()
708 output[4] = (tran_low_t)WRAPLOW(step2[4] + step2[11]); in idct16_c()
709 output[5] = (tran_low_t)WRAPLOW(step2[5] + step2[10]); in idct16_c()
710 output[6] = (tran_low_t)WRAPLOW(step2[6] + step2[9]); in idct16_c()
711 output[7] = (tran_low_t)WRAPLOW(step2[7] + step2[8]); in idct16_c()
712 output[8] = (tran_low_t)WRAPLOW(step2[7] - step2[8]); in idct16_c()
713 output[9] = (tran_low_t)WRAPLOW(step2[6] - step2[9]); in idct16_c()
714 output[10] = (tran_low_t)WRAPLOW(step2[5] - step2[10]); in idct16_c()
715 output[11] = (tran_low_t)WRAPLOW(step2[4] - step2[11]); in idct16_c()
716 output[12] = (tran_low_t)WRAPLOW(step2[3] - step2[12]); in idct16_c()
717 output[13] = (tran_low_t)WRAPLOW(step2[2] - step2[13]); in idct16_c()
718 output[14] = (tran_low_t)WRAPLOW(step2[1] - step2[14]); in idct16_c()
719 output[15] = (tran_low_t)WRAPLOW(step2[0] - step2[15]); in idct16_c()
814 int16_t step1[32], step2[32]; in idct32_c() local
876 step2[0] = step1[0]; in idct32_c()
877 step2[1] = step1[1]; in idct32_c()
878 step2[2] = step1[2]; in idct32_c()
879 step2[3] = step1[3]; in idct32_c()
880 step2[4] = step1[4]; in idct32_c()
881 step2[5] = step1[5]; in idct32_c()
882 step2[6] = step1[6]; in idct32_c()
883 step2[7] = step1[7]; in idct32_c()
887 step2[8] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
888 step2[15] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
892 step2[9] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
893 step2[14] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
897 step2[10] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
898 step2[13] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
902 step2[11] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
903 step2[12] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
905 step2[16] = WRAPLOW(step1[16] + step1[17]); in idct32_c()
906 step2[17] = WRAPLOW(step1[16] - step1[17]); in idct32_c()
907 step2[18] = WRAPLOW(-step1[18] + step1[19]); in idct32_c()
908 step2[19] = WRAPLOW(step1[18] + step1[19]); in idct32_c()
909 step2[20] = WRAPLOW(step1[20] + step1[21]); in idct32_c()
910 step2[21] = WRAPLOW(step1[20] - step1[21]); in idct32_c()
911 step2[22] = WRAPLOW(-step1[22] + step1[23]); in idct32_c()
912 step2[23] = WRAPLOW(step1[22] + step1[23]); in idct32_c()
913 step2[24] = WRAPLOW(step1[24] + step1[25]); in idct32_c()
914 step2[25] = WRAPLOW(step1[24] - step1[25]); in idct32_c()
915 step2[26] = WRAPLOW(-step1[26] + step1[27]); in idct32_c()
916 step2[27] = WRAPLOW(step1[26] + step1[27]); in idct32_c()
917 step2[28] = WRAPLOW(step1[28] + step1[29]); in idct32_c()
918 step2[29] = WRAPLOW(step1[28] - step1[29]); in idct32_c()
919 step2[30] = WRAPLOW(-step1[30] + step1[31]); in idct32_c()
920 step2[31] = WRAPLOW(step1[30] + step1[31]); in idct32_c()
923 step1[0] = step2[0]; in idct32_c()
924 step1[1] = step2[1]; in idct32_c()
925 step1[2] = step2[2]; in idct32_c()
926 step1[3] = step2[3]; in idct32_c()
928 temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64; in idct32_c()
929 temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64; in idct32_c()
932 temp1 = step2[5] * cospi_12_64 - step2[6] * cospi_20_64; in idct32_c()
933 temp2 = step2[5] * cospi_20_64 + step2[6] * cospi_12_64; in idct32_c()
937 step1[8] = WRAPLOW(step2[8] + step2[9]); in idct32_c()
938 step1[9] = WRAPLOW(step2[8] - step2[9]); in idct32_c()
939 step1[10] = WRAPLOW(-step2[10] + step2[11]); in idct32_c()
940 step1[11] = WRAPLOW(step2[10] + step2[11]); in idct32_c()
941 step1[12] = WRAPLOW(step2[12] + step2[13]); in idct32_c()
942 step1[13] = WRAPLOW(step2[12] - step2[13]); in idct32_c()
943 step1[14] = WRAPLOW(-step2[14] + step2[15]); in idct32_c()
944 step1[15] = WRAPLOW(step2[14] + step2[15]); in idct32_c()
946 step1[16] = step2[16]; in idct32_c()
947 step1[31] = step2[31]; in idct32_c()
948 temp1 = -step2[17] * cospi_4_64 + step2[30] * cospi_28_64; in idct32_c()
949 temp2 = step2[17] * cospi_28_64 + step2[30] * cospi_4_64; in idct32_c()
952 temp1 = -step2[18] * cospi_28_64 - step2[29] * cospi_4_64; in idct32_c()
953 temp2 = -step2[18] * cospi_4_64 + step2[29] * cospi_28_64; in idct32_c()
956 step1[19] = step2[19]; in idct32_c()
957 step1[20] = step2[20]; in idct32_c()
958 temp1 = -step2[21] * cospi_20_64 + step2[26] * cospi_12_64; in idct32_c()
959 temp2 = step2[21] * cospi_12_64 + step2[26] * cospi_20_64; in idct32_c()
962 temp1 = -step2[22] * cospi_12_64 - step2[25] * cospi_20_64; in idct32_c()
963 temp2 = -step2[22] * cospi_20_64 + step2[25] * cospi_12_64; in idct32_c()
966 step1[23] = step2[23]; in idct32_c()
967 step1[24] = step2[24]; in idct32_c()
968 step1[27] = step2[27]; in idct32_c()
969 step1[28] = step2[28]; in idct32_c()
974 step2[0] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
975 step2[1] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
978 step2[2] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
979 step2[3] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
980 step2[4] = WRAPLOW(step1[4] + step1[5]); in idct32_c()
981 step2[5] = WRAPLOW(step1[4] - step1[5]); in idct32_c()
982 step2[6] = WRAPLOW(-step1[6] + step1[7]); in idct32_c()
983 step2[7] = WRAPLOW(step1[6] + step1[7]); in idct32_c()
985 step2[8] = step1[8]; in idct32_c()
986 step2[15] = step1[15]; in idct32_c()
989 step2[9] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
990 step2[14] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
993 step2[10] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
994 step2[13] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
995 step2[11] = step1[11]; in idct32_c()
996 step2[12] = step1[12]; in idct32_c()
998 step2[16] = WRAPLOW(step1[16] + step1[19]); in idct32_c()
999 step2[17] = WRAPLOW(step1[17] + step1[18]); in idct32_c()
1000 step2[18] = WRAPLOW(step1[17] - step1[18]); in idct32_c()
1001 step2[19] = WRAPLOW(step1[16] - step1[19]); in idct32_c()
1002 step2[20] = WRAPLOW(-step1[20] + step1[23]); in idct32_c()
1003 step2[21] = WRAPLOW(-step1[21] + step1[22]); in idct32_c()
1004 step2[22] = WRAPLOW(step1[21] + step1[22]); in idct32_c()
1005 step2[23] = WRAPLOW(step1[20] + step1[23]); in idct32_c()
1007 step2[24] = WRAPLOW(step1[24] + step1[27]); in idct32_c()
1008 step2[25] = WRAPLOW(step1[25] + step1[26]); in idct32_c()
1009 step2[26] = WRAPLOW(step1[25] - step1[26]); in idct32_c()
1010 step2[27] = WRAPLOW(step1[24] - step1[27]); in idct32_c()
1011 step2[28] = WRAPLOW(-step1[28] + step1[31]); in idct32_c()
1012 step2[29] = WRAPLOW(-step1[29] + step1[30]); in idct32_c()
1013 step2[30] = WRAPLOW(step1[29] + step1[30]); in idct32_c()
1014 step2[31] = WRAPLOW(step1[28] + step1[31]); in idct32_c()
1017 step1[0] = WRAPLOW(step2[0] + step2[3]); in idct32_c()
1018 step1[1] = WRAPLOW(step2[1] + step2[2]); in idct32_c()
1019 step1[2] = WRAPLOW(step2[1] - step2[2]); in idct32_c()
1020 step1[3] = WRAPLOW(step2[0] - step2[3]); in idct32_c()
1021 step1[4] = step2[4]; in idct32_c()
1022 temp1 = (step2[6] - step2[5]) * cospi_16_64; in idct32_c()
1023 temp2 = (step2[5] + step2[6]) * cospi_16_64; in idct32_c()
1026 step1[7] = step2[7]; in idct32_c()
1028 step1[8] = WRAPLOW(step2[8] + step2[11]); in idct32_c()
1029 step1[9] = WRAPLOW(step2[9] + step2[10]); in idct32_c()
1030 step1[10] = WRAPLOW(step2[9] - step2[10]); in idct32_c()
1031 step1[11] = WRAPLOW(step2[8] - step2[11]); in idct32_c()
1032 step1[12] = WRAPLOW(-step2[12] + step2[15]); in idct32_c()
1033 step1[13] = WRAPLOW(-step2[13] + step2[14]); in idct32_c()
1034 step1[14] = WRAPLOW(step2[13] + step2[14]); in idct32_c()
1035 step1[15] = WRAPLOW(step2[12] + step2[15]); in idct32_c()
1037 step1[16] = step2[16]; in idct32_c()
1038 step1[17] = step2[17]; in idct32_c()
1039 temp1 = -step2[18] * cospi_8_64 + step2[29] * cospi_24_64; in idct32_c()
1040 temp2 = step2[18] * cospi_24_64 + step2[29] * cospi_8_64; in idct32_c()
1043 temp1 = -step2[19] * cospi_8_64 + step2[28] * cospi_24_64; in idct32_c()
1044 temp2 = step2[19] * cospi_24_64 + step2[28] * cospi_8_64; in idct32_c()
1047 temp1 = -step2[20] * cospi_24_64 - step2[27] * cospi_8_64; in idct32_c()
1048 temp2 = -step2[20] * cospi_8_64 + step2[27] * cospi_24_64; in idct32_c()
1051 temp1 = -step2[21] * cospi_24_64 - step2[26] * cospi_8_64; in idct32_c()
1052 temp2 = -step2[21] * cospi_8_64 + step2[26] * cospi_24_64; in idct32_c()
1055 step1[22] = step2[22]; in idct32_c()
1056 step1[23] = step2[23]; in idct32_c()
1057 step1[24] = step2[24]; in idct32_c()
1058 step1[25] = step2[25]; in idct32_c()
1059 step1[30] = step2[30]; in idct32_c()
1060 step1[31] = step2[31]; in idct32_c()
1063 step2[0] = WRAPLOW(step1[0] + step1[7]); in idct32_c()
1064 step2[1] = WRAPLOW(step1[1] + step1[6]); in idct32_c()
1065 step2[2] = WRAPLOW(step1[2] + step1[5]); in idct32_c()
1066 step2[3] = WRAPLOW(step1[3] + step1[4]); in idct32_c()
1067 step2[4] = WRAPLOW(step1[3] - step1[4]); in idct32_c()
1068 step2[5] = WRAPLOW(step1[2] - step1[5]); in idct32_c()
1069 step2[6] = WRAPLOW(step1[1] - step1[6]); in idct32_c()
1070 step2[7] = WRAPLOW(step1[0] - step1[7]); in idct32_c()
1071 step2[8] = step1[8]; in idct32_c()
1072 step2[9] = step1[9]; in idct32_c()
1075 step2[10] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
1076 step2[13] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
1079 step2[11] = WRAPLOW(dct_const_round_shift(temp1)); in idct32_c()
1080 step2[12] = WRAPLOW(dct_const_round_shift(temp2)); in idct32_c()
1081 step2[14] = step1[14]; in idct32_c()
1082 step2[15] = step1[15]; in idct32_c()
1084 step2[16] = WRAPLOW(step1[16] + step1[23]); in idct32_c()
1085 step2[17] = WRAPLOW(step1[17] + step1[22]); in idct32_c()
1086 step2[18] = WRAPLOW(step1[18] + step1[21]); in idct32_c()
1087 step2[19] = WRAPLOW(step1[19] + step1[20]); in idct32_c()
1088 step2[20] = WRAPLOW(step1[19] - step1[20]); in idct32_c()
1089 step2[21] = WRAPLOW(step1[18] - step1[21]); in idct32_c()
1090 step2[22] = WRAPLOW(step1[17] - step1[22]); in idct32_c()
1091 step2[23] = WRAPLOW(step1[16] - step1[23]); in idct32_c()
1093 step2[24] = WRAPLOW(-step1[24] + step1[31]); in idct32_c()
1094 step2[25] = WRAPLOW(-step1[25] + step1[30]); in idct32_c()
1095 step2[26] = WRAPLOW(-step1[26] + step1[29]); in idct32_c()
1096 step2[27] = WRAPLOW(-step1[27] + step1[28]); in idct32_c()
1097 step2[28] = WRAPLOW(step1[27] + step1[28]); in idct32_c()
1098 step2[29] = WRAPLOW(step1[26] + step1[29]); in idct32_c()
1099 step2[30] = WRAPLOW(step1[25] + step1[30]); in idct32_c()
1100 step2[31] = WRAPLOW(step1[24] + step1[31]); in idct32_c()
1103 step1[0] = WRAPLOW(step2[0] + step2[15]); in idct32_c()
1104 step1[1] = WRAPLOW(step2[1] + step2[14]); in idct32_c()
1105 step1[2] = WRAPLOW(step2[2] + step2[13]); in idct32_c()
1106 step1[3] = WRAPLOW(step2[3] + step2[12]); in idct32_c()
1107 step1[4] = WRAPLOW(step2[4] + step2[11]); in idct32_c()
1108 step1[5] = WRAPLOW(step2[5] + step2[10]); in idct32_c()
1109 step1[6] = WRAPLOW(step2[6] + step2[9]); in idct32_c()
1110 step1[7] = WRAPLOW(step2[7] + step2[8]); in idct32_c()
1111 step1[8] = WRAPLOW(step2[7] - step2[8]); in idct32_c()
1112 step1[9] = WRAPLOW(step2[6] - step2[9]); in idct32_c()
1113 step1[10] = WRAPLOW(step2[5] - step2[10]); in idct32_c()
1114 step1[11] = WRAPLOW(step2[4] - step2[11]); in idct32_c()
1115 step1[12] = WRAPLOW(step2[3] - step2[12]); in idct32_c()
1116 step1[13] = WRAPLOW(step2[2] - step2[13]); in idct32_c()
1117 step1[14] = WRAPLOW(step2[1] - step2[14]); in idct32_c()
1118 step1[15] = WRAPLOW(step2[0] - step2[15]); in idct32_c()
1120 step1[16] = step2[16]; in idct32_c()
1121 step1[17] = step2[17]; in idct32_c()
1122 step1[18] = step2[18]; in idct32_c()
1123 step1[19] = step2[19]; in idct32_c()
1124 temp1 = (-step2[20] + step2[27]) * cospi_16_64; in idct32_c()
1125 temp2 = (step2[20] + step2[27]) * cospi_16_64; in idct32_c()
1128 temp1 = (-step2[21] + step2[26]) * cospi_16_64; in idct32_c()
1129 temp2 = (step2[21] + step2[26]) * cospi_16_64; in idct32_c()
1132 temp1 = (-step2[22] + step2[25]) * cospi_16_64; in idct32_c()
1133 temp2 = (step2[22] + step2[25]) * cospi_16_64; in idct32_c()
1136 temp1 = (-step2[23] + step2[24]) * cospi_16_64; in idct32_c()
1137 temp2 = (step2[23] + step2[24]) * cospi_16_64; in idct32_c()
1140 step1[28] = step2[28]; in idct32_c()
1141 step1[29] = step2[29]; in idct32_c()
1142 step1[30] = step2[30]; in idct32_c()
1143 step1[31] = step2[31]; in idct32_c()
1584 tran_low_t step1[8], step2[8]; in vpx_highbd_idct8_c() local
1617 step2[4] = HIGHBD_WRAPLOW(step1[4] + step1[5], bd); in vpx_highbd_idct8_c()
1618 step2[5] = HIGHBD_WRAPLOW(step1[4] - step1[5], bd); in vpx_highbd_idct8_c()
1619 step2[6] = HIGHBD_WRAPLOW(-step1[6] + step1[7], bd); in vpx_highbd_idct8_c()
1620 step2[7] = HIGHBD_WRAPLOW(step1[6] + step1[7], bd); in vpx_highbd_idct8_c()
1623 step1[4] = step2[4]; in vpx_highbd_idct8_c()
1624 temp1 = (step2[6] - step2[5]) * (tran_high_t)cospi_16_64; in vpx_highbd_idct8_c()
1625 temp2 = (step2[5] + step2[6]) * (tran_high_t)cospi_16_64; in vpx_highbd_idct8_c()
1628 step1[7] = step2[7]; in vpx_highbd_idct8_c()
1886 tran_low_t step1[16], step2[16]; in vpx_highbd_idct16_c() local
1917 step2[0] = step1[0]; in vpx_highbd_idct16_c()
1918 step2[1] = step1[1]; in vpx_highbd_idct16_c()
1919 step2[2] = step1[2]; in vpx_highbd_idct16_c()
1920 step2[3] = step1[3]; in vpx_highbd_idct16_c()
1921 step2[4] = step1[4]; in vpx_highbd_idct16_c()
1922 step2[5] = step1[5]; in vpx_highbd_idct16_c()
1923 step2[6] = step1[6]; in vpx_highbd_idct16_c()
1924 step2[7] = step1[7]; in vpx_highbd_idct16_c()
1930 step2[8] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
1931 step2[15] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
1937 step2[9] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
1938 step2[14] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
1944 step2[10] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
1945 step2[13] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
1951 step2[11] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
1952 step2[12] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
1955 step1[0] = step2[0]; in vpx_highbd_idct16_c()
1956 step1[1] = step2[1]; in vpx_highbd_idct16_c()
1957 step1[2] = step2[2]; in vpx_highbd_idct16_c()
1958 step1[3] = step2[3]; in vpx_highbd_idct16_c()
1961 step2[4] * (tran_high_t)cospi_28_64 - step2[7] * (tran_high_t)cospi_4_64; in vpx_highbd_idct16_c()
1963 step2[4] * (tran_high_t)cospi_4_64 + step2[7] * (tran_high_t)cospi_28_64; in vpx_highbd_idct16_c()
1967 step2[5] * (tran_high_t)cospi_12_64 - step2[6] * (tran_high_t)cospi_20_64; in vpx_highbd_idct16_c()
1969 step2[5] * (tran_high_t)cospi_20_64 + step2[6] * (tran_high_t)cospi_12_64; in vpx_highbd_idct16_c()
1973 step1[8] = HIGHBD_WRAPLOW(step2[8] + step2[9], bd); in vpx_highbd_idct16_c()
1974 step1[9] = HIGHBD_WRAPLOW(step2[8] - step2[9], bd); in vpx_highbd_idct16_c()
1975 step1[10] = HIGHBD_WRAPLOW(-step2[10] + step2[11], bd); in vpx_highbd_idct16_c()
1976 step1[11] = HIGHBD_WRAPLOW(step2[10] + step2[11], bd); in vpx_highbd_idct16_c()
1977 step1[12] = HIGHBD_WRAPLOW(step2[12] + step2[13], bd); in vpx_highbd_idct16_c()
1978 step1[13] = HIGHBD_WRAPLOW(step2[12] - step2[13], bd); in vpx_highbd_idct16_c()
1979 step1[14] = HIGHBD_WRAPLOW(-step2[14] + step2[15], bd); in vpx_highbd_idct16_c()
1980 step1[15] = HIGHBD_WRAPLOW(step2[14] + step2[15], bd); in vpx_highbd_idct16_c()
1985 step2[0] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
1986 step2[1] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
1991 step2[2] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
1992 step2[3] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
1993 step2[4] = HIGHBD_WRAPLOW(step1[4] + step1[5], bd); in vpx_highbd_idct16_c()
1994 step2[5] = HIGHBD_WRAPLOW(step1[4] - step1[5], bd); in vpx_highbd_idct16_c()
1995 step2[6] = HIGHBD_WRAPLOW(-step1[6] + step1[7], bd); in vpx_highbd_idct16_c()
1996 step2[7] = HIGHBD_WRAPLOW(step1[6] + step1[7], bd); in vpx_highbd_idct16_c()
1998 step2[8] = step1[8]; in vpx_highbd_idct16_c()
1999 step2[15] = step1[15]; in vpx_highbd_idct16_c()
2004 step2[9] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
2005 step2[14] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
2010 step2[10] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
2011 step2[13] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
2012 step2[11] = step1[11]; in vpx_highbd_idct16_c()
2013 step2[12] = step1[12]; in vpx_highbd_idct16_c()
2016 step1[0] = HIGHBD_WRAPLOW(step2[0] + step2[3], bd); in vpx_highbd_idct16_c()
2017 step1[1] = HIGHBD_WRAPLOW(step2[1] + step2[2], bd); in vpx_highbd_idct16_c()
2018 step1[2] = HIGHBD_WRAPLOW(step2[1] - step2[2], bd); in vpx_highbd_idct16_c()
2019 step1[3] = HIGHBD_WRAPLOW(step2[0] - step2[3], bd); in vpx_highbd_idct16_c()
2020 step1[4] = step2[4]; in vpx_highbd_idct16_c()
2021 temp1 = (step2[6] - step2[5]) * (tran_high_t)cospi_16_64; in vpx_highbd_idct16_c()
2022 temp2 = (step2[5] + step2[6]) * (tran_high_t)cospi_16_64; in vpx_highbd_idct16_c()
2025 step1[7] = step2[7]; in vpx_highbd_idct16_c()
2027 step1[8] = HIGHBD_WRAPLOW(step2[8] + step2[11], bd); in vpx_highbd_idct16_c()
2028 step1[9] = HIGHBD_WRAPLOW(step2[9] + step2[10], bd); in vpx_highbd_idct16_c()
2029 step1[10] = HIGHBD_WRAPLOW(step2[9] - step2[10], bd); in vpx_highbd_idct16_c()
2030 step1[11] = HIGHBD_WRAPLOW(step2[8] - step2[11], bd); in vpx_highbd_idct16_c()
2031 step1[12] = HIGHBD_WRAPLOW(-step2[12] + step2[15], bd); in vpx_highbd_idct16_c()
2032 step1[13] = HIGHBD_WRAPLOW(-step2[13] + step2[14], bd); in vpx_highbd_idct16_c()
2033 step1[14] = HIGHBD_WRAPLOW(step2[13] + step2[14], bd); in vpx_highbd_idct16_c()
2034 step1[15] = HIGHBD_WRAPLOW(step2[12] + step2[15], bd); in vpx_highbd_idct16_c()
2037 step2[0] = HIGHBD_WRAPLOW(step1[0] + step1[7], bd); in vpx_highbd_idct16_c()
2038 step2[1] = HIGHBD_WRAPLOW(step1[1] + step1[6], bd); in vpx_highbd_idct16_c()
2039 step2[2] = HIGHBD_WRAPLOW(step1[2] + step1[5], bd); in vpx_highbd_idct16_c()
2040 step2[3] = HIGHBD_WRAPLOW(step1[3] + step1[4], bd); in vpx_highbd_idct16_c()
2041 step2[4] = HIGHBD_WRAPLOW(step1[3] - step1[4], bd); in vpx_highbd_idct16_c()
2042 step2[5] = HIGHBD_WRAPLOW(step1[2] - step1[5], bd); in vpx_highbd_idct16_c()
2043 step2[6] = HIGHBD_WRAPLOW(step1[1] - step1[6], bd); in vpx_highbd_idct16_c()
2044 step2[7] = HIGHBD_WRAPLOW(step1[0] - step1[7], bd); in vpx_highbd_idct16_c()
2045 step2[8] = step1[8]; in vpx_highbd_idct16_c()
2046 step2[9] = step1[9]; in vpx_highbd_idct16_c()
2049 step2[10] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
2050 step2[13] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
2053 step2[11] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in vpx_highbd_idct16_c()
2054 step2[12] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in vpx_highbd_idct16_c()
2055 step2[14] = step1[14]; in vpx_highbd_idct16_c()
2056 step2[15] = step1[15]; in vpx_highbd_idct16_c()
2059 output[0] = HIGHBD_WRAPLOW(step2[0] + step2[15], bd); in vpx_highbd_idct16_c()
2060 output[1] = HIGHBD_WRAPLOW(step2[1] + step2[14], bd); in vpx_highbd_idct16_c()
2061 output[2] = HIGHBD_WRAPLOW(step2[2] + step2[13], bd); in vpx_highbd_idct16_c()
2062 output[3] = HIGHBD_WRAPLOW(step2[3] + step2[12], bd); in vpx_highbd_idct16_c()
2063 output[4] = HIGHBD_WRAPLOW(step2[4] + step2[11], bd); in vpx_highbd_idct16_c()
2064 output[5] = HIGHBD_WRAPLOW(step2[5] + step2[10], bd); in vpx_highbd_idct16_c()
2065 output[6] = HIGHBD_WRAPLOW(step2[6] + step2[9], bd); in vpx_highbd_idct16_c()
2066 output[7] = HIGHBD_WRAPLOW(step2[7] + step2[8], bd); in vpx_highbd_idct16_c()
2067 output[8] = HIGHBD_WRAPLOW(step2[7] - step2[8], bd); in vpx_highbd_idct16_c()
2068 output[9] = HIGHBD_WRAPLOW(step2[6] - step2[9], bd); in vpx_highbd_idct16_c()
2069 output[10] = HIGHBD_WRAPLOW(step2[5] - step2[10], bd); in vpx_highbd_idct16_c()
2070 output[11] = HIGHBD_WRAPLOW(step2[4] - step2[11], bd); in vpx_highbd_idct16_c()
2071 output[12] = HIGHBD_WRAPLOW(step2[3] - step2[12], bd); in vpx_highbd_idct16_c()
2072 output[13] = HIGHBD_WRAPLOW(step2[2] - step2[13], bd); in vpx_highbd_idct16_c()
2073 output[14] = HIGHBD_WRAPLOW(step2[1] - step2[14], bd); in vpx_highbd_idct16_c()
2074 output[15] = HIGHBD_WRAPLOW(step2[0] - step2[15], bd); in vpx_highbd_idct16_c()
2174 tran_low_t step1[32], step2[32]; in highbd_idct32_c() local
2261 step2[0] = step1[0]; in highbd_idct32_c()
2262 step2[1] = step1[1]; in highbd_idct32_c()
2263 step2[2] = step1[2]; in highbd_idct32_c()
2264 step2[3] = step1[3]; in highbd_idct32_c()
2265 step2[4] = step1[4]; in highbd_idct32_c()
2266 step2[5] = step1[5]; in highbd_idct32_c()
2267 step2[6] = step1[6]; in highbd_idct32_c()
2268 step2[7] = step1[7]; in highbd_idct32_c()
2274 step2[8] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2275 step2[15] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2281 step2[9] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2282 step2[14] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2288 step2[10] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2289 step2[13] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2295 step2[11] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2296 step2[12] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2298 step2[16] = HIGHBD_WRAPLOW(step1[16] + step1[17], bd); in highbd_idct32_c()
2299 step2[17] = HIGHBD_WRAPLOW(step1[16] - step1[17], bd); in highbd_idct32_c()
2300 step2[18] = HIGHBD_WRAPLOW(-step1[18] + step1[19], bd); in highbd_idct32_c()
2301 step2[19] = HIGHBD_WRAPLOW(step1[18] + step1[19], bd); in highbd_idct32_c()
2302 step2[20] = HIGHBD_WRAPLOW(step1[20] + step1[21], bd); in highbd_idct32_c()
2303 step2[21] = HIGHBD_WRAPLOW(step1[20] - step1[21], bd); in highbd_idct32_c()
2304 step2[22] = HIGHBD_WRAPLOW(-step1[22] + step1[23], bd); in highbd_idct32_c()
2305 step2[23] = HIGHBD_WRAPLOW(step1[22] + step1[23], bd); in highbd_idct32_c()
2306 step2[24] = HIGHBD_WRAPLOW(step1[24] + step1[25], bd); in highbd_idct32_c()
2307 step2[25] = HIGHBD_WRAPLOW(step1[24] - step1[25], bd); in highbd_idct32_c()
2308 step2[26] = HIGHBD_WRAPLOW(-step1[26] + step1[27], bd); in highbd_idct32_c()
2309 step2[27] = HIGHBD_WRAPLOW(step1[26] + step1[27], bd); in highbd_idct32_c()
2310 step2[28] = HIGHBD_WRAPLOW(step1[28] + step1[29], bd); in highbd_idct32_c()
2311 step2[29] = HIGHBD_WRAPLOW(step1[28] - step1[29], bd); in highbd_idct32_c()
2312 step2[30] = HIGHBD_WRAPLOW(-step1[30] + step1[31], bd); in highbd_idct32_c()
2313 step2[31] = HIGHBD_WRAPLOW(step1[30] + step1[31], bd); in highbd_idct32_c()
2316 step1[0] = step2[0]; in highbd_idct32_c()
2317 step1[1] = step2[1]; in highbd_idct32_c()
2318 step1[2] = step2[2]; in highbd_idct32_c()
2319 step1[3] = step2[3]; in highbd_idct32_c()
2322 step2[4] * (tran_high_t)cospi_28_64 - step2[7] * (tran_high_t)cospi_4_64; in highbd_idct32_c()
2324 step2[4] * (tran_high_t)cospi_4_64 + step2[7] * (tran_high_t)cospi_28_64; in highbd_idct32_c()
2328 step2[5] * (tran_high_t)cospi_12_64 - step2[6] * (tran_high_t)cospi_20_64; in highbd_idct32_c()
2330 step2[5] * (tran_high_t)cospi_20_64 + step2[6] * (tran_high_t)cospi_12_64; in highbd_idct32_c()
2334 step1[8] = HIGHBD_WRAPLOW(step2[8] + step2[9], bd); in highbd_idct32_c()
2335 step1[9] = HIGHBD_WRAPLOW(step2[8] - step2[9], bd); in highbd_idct32_c()
2336 step1[10] = HIGHBD_WRAPLOW(-step2[10] + step2[11], bd); in highbd_idct32_c()
2337 step1[11] = HIGHBD_WRAPLOW(step2[10] + step2[11], bd); in highbd_idct32_c()
2338 step1[12] = HIGHBD_WRAPLOW(step2[12] + step2[13], bd); in highbd_idct32_c()
2339 step1[13] = HIGHBD_WRAPLOW(step2[12] - step2[13], bd); in highbd_idct32_c()
2340 step1[14] = HIGHBD_WRAPLOW(-step2[14] + step2[15], bd); in highbd_idct32_c()
2341 step1[15] = HIGHBD_WRAPLOW(step2[14] + step2[15], bd); in highbd_idct32_c()
2343 step1[16] = step2[16]; in highbd_idct32_c()
2344 step1[31] = step2[31]; in highbd_idct32_c()
2345 temp1 = -step2[17] * (tran_high_t)cospi_4_64 + in highbd_idct32_c()
2346 step2[30] * (tran_high_t)cospi_28_64; in highbd_idct32_c()
2347 temp2 = step2[17] * (tran_high_t)cospi_28_64 + in highbd_idct32_c()
2348 step2[30] * (tran_high_t)cospi_4_64; in highbd_idct32_c()
2351 temp1 = -step2[18] * (tran_high_t)cospi_28_64 - in highbd_idct32_c()
2352 step2[29] * (tran_high_t)cospi_4_64; in highbd_idct32_c()
2353 temp2 = -step2[18] * (tran_high_t)cospi_4_64 + in highbd_idct32_c()
2354 step2[29] * (tran_high_t)cospi_28_64; in highbd_idct32_c()
2357 step1[19] = step2[19]; in highbd_idct32_c()
2358 step1[20] = step2[20]; in highbd_idct32_c()
2359 temp1 = -step2[21] * (tran_high_t)cospi_20_64 + in highbd_idct32_c()
2360 step2[26] * (tran_high_t)cospi_12_64; in highbd_idct32_c()
2361 temp2 = step2[21] * (tran_high_t)cospi_12_64 + in highbd_idct32_c()
2362 step2[26] * (tran_high_t)cospi_20_64; in highbd_idct32_c()
2365 temp1 = -step2[22] * (tran_high_t)cospi_12_64 - in highbd_idct32_c()
2366 step2[25] * (tran_high_t)cospi_20_64; in highbd_idct32_c()
2367 temp2 = -step2[22] * (tran_high_t)cospi_20_64 + in highbd_idct32_c()
2368 step2[25] * (tran_high_t)cospi_12_64; in highbd_idct32_c()
2371 step1[23] = step2[23]; in highbd_idct32_c()
2372 step1[24] = step2[24]; in highbd_idct32_c()
2373 step1[27] = step2[27]; in highbd_idct32_c()
2374 step1[28] = step2[28]; in highbd_idct32_c()
2379 step2[0] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2380 step2[1] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2385 step2[2] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2386 step2[3] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2387 step2[4] = HIGHBD_WRAPLOW(step1[4] + step1[5], bd); in highbd_idct32_c()
2388 step2[5] = HIGHBD_WRAPLOW(step1[4] - step1[5], bd); in highbd_idct32_c()
2389 step2[6] = HIGHBD_WRAPLOW(-step1[6] + step1[7], bd); in highbd_idct32_c()
2390 step2[7] = HIGHBD_WRAPLOW(step1[6] + step1[7], bd); in highbd_idct32_c()
2392 step2[8] = step1[8]; in highbd_idct32_c()
2393 step2[15] = step1[15]; in highbd_idct32_c()
2398 step2[9] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2399 step2[14] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2404 step2[10] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2405 step2[13] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2406 step2[11] = step1[11]; in highbd_idct32_c()
2407 step2[12] = step1[12]; in highbd_idct32_c()
2409 step2[16] = HIGHBD_WRAPLOW(step1[16] + step1[19], bd); in highbd_idct32_c()
2410 step2[17] = HIGHBD_WRAPLOW(step1[17] + step1[18], bd); in highbd_idct32_c()
2411 step2[18] = HIGHBD_WRAPLOW(step1[17] - step1[18], bd); in highbd_idct32_c()
2412 step2[19] = HIGHBD_WRAPLOW(step1[16] - step1[19], bd); in highbd_idct32_c()
2413 step2[20] = HIGHBD_WRAPLOW(-step1[20] + step1[23], bd); in highbd_idct32_c()
2414 step2[21] = HIGHBD_WRAPLOW(-step1[21] + step1[22], bd); in highbd_idct32_c()
2415 step2[22] = HIGHBD_WRAPLOW(step1[21] + step1[22], bd); in highbd_idct32_c()
2416 step2[23] = HIGHBD_WRAPLOW(step1[20] + step1[23], bd); in highbd_idct32_c()
2418 step2[24] = HIGHBD_WRAPLOW(step1[24] + step1[27], bd); in highbd_idct32_c()
2419 step2[25] = HIGHBD_WRAPLOW(step1[25] + step1[26], bd); in highbd_idct32_c()
2420 step2[26] = HIGHBD_WRAPLOW(step1[25] - step1[26], bd); in highbd_idct32_c()
2421 step2[27] = HIGHBD_WRAPLOW(step1[24] - step1[27], bd); in highbd_idct32_c()
2422 step2[28] = HIGHBD_WRAPLOW(-step1[28] + step1[31], bd); in highbd_idct32_c()
2423 step2[29] = HIGHBD_WRAPLOW(-step1[29] + step1[30], bd); in highbd_idct32_c()
2424 step2[30] = HIGHBD_WRAPLOW(step1[29] + step1[30], bd); in highbd_idct32_c()
2425 step2[31] = HIGHBD_WRAPLOW(step1[28] + step1[31], bd); in highbd_idct32_c()
2428 step1[0] = HIGHBD_WRAPLOW(step2[0] + step2[3], bd); in highbd_idct32_c()
2429 step1[1] = HIGHBD_WRAPLOW(step2[1] + step2[2], bd); in highbd_idct32_c()
2430 step1[2] = HIGHBD_WRAPLOW(step2[1] - step2[2], bd); in highbd_idct32_c()
2431 step1[3] = HIGHBD_WRAPLOW(step2[0] - step2[3], bd); in highbd_idct32_c()
2432 step1[4] = step2[4]; in highbd_idct32_c()
2433 temp1 = (step2[6] - step2[5]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2434 temp2 = (step2[5] + step2[6]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2437 step1[7] = step2[7]; in highbd_idct32_c()
2439 step1[8] = HIGHBD_WRAPLOW(step2[8] + step2[11], bd); in highbd_idct32_c()
2440 step1[9] = HIGHBD_WRAPLOW(step2[9] + step2[10], bd); in highbd_idct32_c()
2441 step1[10] = HIGHBD_WRAPLOW(step2[9] - step2[10], bd); in highbd_idct32_c()
2442 step1[11] = HIGHBD_WRAPLOW(step2[8] - step2[11], bd); in highbd_idct32_c()
2443 step1[12] = HIGHBD_WRAPLOW(-step2[12] + step2[15], bd); in highbd_idct32_c()
2444 step1[13] = HIGHBD_WRAPLOW(-step2[13] + step2[14], bd); in highbd_idct32_c()
2445 step1[14] = HIGHBD_WRAPLOW(step2[13] + step2[14], bd); in highbd_idct32_c()
2446 step1[15] = HIGHBD_WRAPLOW(step2[12] + step2[15], bd); in highbd_idct32_c()
2448 step1[16] = step2[16]; in highbd_idct32_c()
2449 step1[17] = step2[17]; in highbd_idct32_c()
2450 temp1 = -step2[18] * (tran_high_t)cospi_8_64 + in highbd_idct32_c()
2451 step2[29] * (tran_high_t)cospi_24_64; in highbd_idct32_c()
2452 temp2 = step2[18] * (tran_high_t)cospi_24_64 + in highbd_idct32_c()
2453 step2[29] * (tran_high_t)cospi_8_64; in highbd_idct32_c()
2456 temp1 = -step2[19] * (tran_high_t)cospi_8_64 + in highbd_idct32_c()
2457 step2[28] * (tran_high_t)cospi_24_64; in highbd_idct32_c()
2458 temp2 = step2[19] * (tran_high_t)cospi_24_64 + in highbd_idct32_c()
2459 step2[28] * (tran_high_t)cospi_8_64; in highbd_idct32_c()
2462 temp1 = -step2[20] * (tran_high_t)cospi_24_64 - in highbd_idct32_c()
2463 step2[27] * (tran_high_t)cospi_8_64; in highbd_idct32_c()
2464 temp2 = -step2[20] * (tran_high_t)cospi_8_64 + in highbd_idct32_c()
2465 step2[27] * (tran_high_t)cospi_24_64; in highbd_idct32_c()
2468 temp1 = -step2[21] * (tran_high_t)cospi_24_64 - in highbd_idct32_c()
2469 step2[26] * (tran_high_t)cospi_8_64; in highbd_idct32_c()
2470 temp2 = -step2[21] * (tran_high_t)cospi_8_64 + in highbd_idct32_c()
2471 step2[26] * (tran_high_t)cospi_24_64; in highbd_idct32_c()
2474 step1[22] = step2[22]; in highbd_idct32_c()
2475 step1[23] = step2[23]; in highbd_idct32_c()
2476 step1[24] = step2[24]; in highbd_idct32_c()
2477 step1[25] = step2[25]; in highbd_idct32_c()
2478 step1[30] = step2[30]; in highbd_idct32_c()
2479 step1[31] = step2[31]; in highbd_idct32_c()
2482 step2[0] = HIGHBD_WRAPLOW(step1[0] + step1[7], bd); in highbd_idct32_c()
2483 step2[1] = HIGHBD_WRAPLOW(step1[1] + step1[6], bd); in highbd_idct32_c()
2484 step2[2] = HIGHBD_WRAPLOW(step1[2] + step1[5], bd); in highbd_idct32_c()
2485 step2[3] = HIGHBD_WRAPLOW(step1[3] + step1[4], bd); in highbd_idct32_c()
2486 step2[4] = HIGHBD_WRAPLOW(step1[3] - step1[4], bd); in highbd_idct32_c()
2487 step2[5] = HIGHBD_WRAPLOW(step1[2] - step1[5], bd); in highbd_idct32_c()
2488 step2[6] = HIGHBD_WRAPLOW(step1[1] - step1[6], bd); in highbd_idct32_c()
2489 step2[7] = HIGHBD_WRAPLOW(step1[0] - step1[7], bd); in highbd_idct32_c()
2490 step2[8] = step1[8]; in highbd_idct32_c()
2491 step2[9] = step1[9]; in highbd_idct32_c()
2494 step2[10] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2495 step2[13] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2498 step2[11] = HIGHBD_WRAPLOW(dct_const_round_shift(temp1), bd); in highbd_idct32_c()
2499 step2[12] = HIGHBD_WRAPLOW(dct_const_round_shift(temp2), bd); in highbd_idct32_c()
2500 step2[14] = step1[14]; in highbd_idct32_c()
2501 step2[15] = step1[15]; in highbd_idct32_c()
2503 step2[16] = HIGHBD_WRAPLOW(step1[16] + step1[23], bd); in highbd_idct32_c()
2504 step2[17] = HIGHBD_WRAPLOW(step1[17] + step1[22], bd); in highbd_idct32_c()
2505 step2[18] = HIGHBD_WRAPLOW(step1[18] + step1[21], bd); in highbd_idct32_c()
2506 step2[19] = HIGHBD_WRAPLOW(step1[19] + step1[20], bd); in highbd_idct32_c()
2507 step2[20] = HIGHBD_WRAPLOW(step1[19] - step1[20], bd); in highbd_idct32_c()
2508 step2[21] = HIGHBD_WRAPLOW(step1[18] - step1[21], bd); in highbd_idct32_c()
2509 step2[22] = HIGHBD_WRAPLOW(step1[17] - step1[22], bd); in highbd_idct32_c()
2510 step2[23] = HIGHBD_WRAPLOW(step1[16] - step1[23], bd); in highbd_idct32_c()
2512 step2[24] = HIGHBD_WRAPLOW(-step1[24] + step1[31], bd); in highbd_idct32_c()
2513 step2[25] = HIGHBD_WRAPLOW(-step1[25] + step1[30], bd); in highbd_idct32_c()
2514 step2[26] = HIGHBD_WRAPLOW(-step1[26] + step1[29], bd); in highbd_idct32_c()
2515 step2[27] = HIGHBD_WRAPLOW(-step1[27] + step1[28], bd); in highbd_idct32_c()
2516 step2[28] = HIGHBD_WRAPLOW(step1[27] + step1[28], bd); in highbd_idct32_c()
2517 step2[29] = HIGHBD_WRAPLOW(step1[26] + step1[29], bd); in highbd_idct32_c()
2518 step2[30] = HIGHBD_WRAPLOW(step1[25] + step1[30], bd); in highbd_idct32_c()
2519 step2[31] = HIGHBD_WRAPLOW(step1[24] + step1[31], bd); in highbd_idct32_c()
2522 step1[0] = HIGHBD_WRAPLOW(step2[0] + step2[15], bd); in highbd_idct32_c()
2523 step1[1] = HIGHBD_WRAPLOW(step2[1] + step2[14], bd); in highbd_idct32_c()
2524 step1[2] = HIGHBD_WRAPLOW(step2[2] + step2[13], bd); in highbd_idct32_c()
2525 step1[3] = HIGHBD_WRAPLOW(step2[3] + step2[12], bd); in highbd_idct32_c()
2526 step1[4] = HIGHBD_WRAPLOW(step2[4] + step2[11], bd); in highbd_idct32_c()
2527 step1[5] = HIGHBD_WRAPLOW(step2[5] + step2[10], bd); in highbd_idct32_c()
2528 step1[6] = HIGHBD_WRAPLOW(step2[6] + step2[9], bd); in highbd_idct32_c()
2529 step1[7] = HIGHBD_WRAPLOW(step2[7] + step2[8], bd); in highbd_idct32_c()
2530 step1[8] = HIGHBD_WRAPLOW(step2[7] - step2[8], bd); in highbd_idct32_c()
2531 step1[9] = HIGHBD_WRAPLOW(step2[6] - step2[9], bd); in highbd_idct32_c()
2532 step1[10] = HIGHBD_WRAPLOW(step2[5] - step2[10], bd); in highbd_idct32_c()
2533 step1[11] = HIGHBD_WRAPLOW(step2[4] - step2[11], bd); in highbd_idct32_c()
2534 step1[12] = HIGHBD_WRAPLOW(step2[3] - step2[12], bd); in highbd_idct32_c()
2535 step1[13] = HIGHBD_WRAPLOW(step2[2] - step2[13], bd); in highbd_idct32_c()
2536 step1[14] = HIGHBD_WRAPLOW(step2[1] - step2[14], bd); in highbd_idct32_c()
2537 step1[15] = HIGHBD_WRAPLOW(step2[0] - step2[15], bd); in highbd_idct32_c()
2539 step1[16] = step2[16]; in highbd_idct32_c()
2540 step1[17] = step2[17]; in highbd_idct32_c()
2541 step1[18] = step2[18]; in highbd_idct32_c()
2542 step1[19] = step2[19]; in highbd_idct32_c()
2543 temp1 = (-step2[20] + step2[27]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2544 temp2 = (step2[20] + step2[27]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2547 temp1 = (-step2[21] + step2[26]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2548 temp2 = (step2[21] + step2[26]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2551 temp1 = (-step2[22] + step2[25]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2552 temp2 = (step2[22] + step2[25]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2555 temp1 = (-step2[23] + step2[24]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2556 temp2 = (step2[23] + step2[24]) * (tran_high_t)cospi_16_64; in highbd_idct32_c()
2559 step1[28] = step2[28]; in highbd_idct32_c()
2560 step1[29] = step2[29]; in highbd_idct32_c()
2561 step1[30] = step2[30]; in highbd_idct32_c()
2562 step1[31] = step2[31]; in highbd_idct32_c()