Lines Matching defs:out

33         Output:     out[64] ==> next block
38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width)
50 dst = out + 64 ;
52 out += 128;
158 while (dst < out);
160 out -= 64;
161 dst = out + 8;
166 k0 = out[0];
167 k1 = out[8];
168 k2 = out[16];
169 k3 = out[24];
170 k4 = out[32];
171 k5 = out[40];
172 k6 = out[48];
173 k7 = out[56];
180 out[0] = 0x7fff;
181 out++;
203 out[32] = k1; /* row 4 */
204 out[0] = k0; /* row 0 */
223 out[48] = k3; /* row 6 */
224 out[16] = k2; /* row 2 */
246 out[24] = k7 ; /* row 3 */
248 out[56] = k6 ; /* row 7 */
249 out[8] = k5 ; /* row 1 */
250 out[40] = k4 ; /* row 5 */
251 out++;
253 while ((uintptr_t)out < (uintptr_t)dst) ;
262 Output: out[64] ==> next block
267 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width)
279 dst = out + 64 ;
281 out += 128;
376 while (dst < out);
378 out -= 64;
379 dst = out + 4;
384 k0 = out[0];
385 k1 = out[8];
386 k2 = out[16];
387 k3 = out[24];
388 k4 = out[32];
389 k5 = out[40];
390 k6 = out[48];
391 k7 = out[56];
397 out[0] = 0x7fff;
398 out++;
418 out[0] = k0; /* row 0 */
435 out[16] = k2; /* row 2 */
454 out[24] = k7 ; /* row 3 */
455 out[8] = k5 ; /* row 1 */
456 out++;
458 while ((uintptr_t)out < (uintptr_t)dst) ;
467 Output: out[64] ==> next block
473 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width)
485 dst = out + 64 ;
487 out += 128;
570 while (dst < out);
571 out -= 64;
572 dst = out + 2;
576 k0 = out[0];
577 k1 = out[8];
578 k2 = out[16];
579 k3 = out[24];
580 k4 = out[32];
581 k5 = out[40];
582 k6 = out[48];
583 k7 = out[56];
589 out[0] = 0x7fff;
590 out++;
610 out[0] = k0; /* row 0 */
635 out[8] = k5 ; /* row 1 */
636 out++;
638 while ((uintptr_t)out < (uintptr_t)dst) ;
647 Output: out[64] ==> next block
652 Void BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width)
666 dst = out + 64 ;
668 out += 128;
754 while (dst < out);
756 out -= 64;
757 dst = out + 8;
762 k0 = out[0];
763 k1 = out[8];
764 k2 = out[16];
765 k3 = out[24];
766 k4 = out[32];
767 k5 = out[40];
768 k6 = out[48];
769 k7 = out[56];
776 out[0] = 0x7fff;
777 out++;
799 out[32] = k1; /* row 4 */
800 out[0] = k0; /* row 0 */
819 out[48] = k3; /* row 6 */
820 out[16] = k2; /* row 2 */
842 out[24] = k7 ; /* row 3 */
844 out[56] = k6 ; /* row 7 */
845 out[8] = k5 ; /* row 1 */
846 out[40] = k4 ; /* row 5 */
847 out++;
849 while ((uintptr_t)out < (uintptr_t)dst) ;
858 Output: out[64] ==> next block
863 Void Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width)
877 dst = out + 64 ;
879 out += 128;
954 while (dst < out);
956 out -= 64;
957 dst = out + 4;
962 k0 = out[0];
963 k1 = out[8];
964 k2 = out[16];
965 k3 = out[24];
966 k4 = out[32];
967 k5 = out[40];
968 k6 = out[48];
969 k7 = out[56];
975 out[0] = 0x7fff;
976 out++;
996 out[0] = k0; /* row 0 */
1013 out[16] = k2; /* row 2 */
1032 out[24] = k7 ; /* row 3 */
1033 out[8] = k5 ; /* row 1 */
1034 out++;
1036 while ((uintptr_t)out < (uintptr_t)dst) ;
1045 Output: out[64] ==> next block
1050 Void Block2x2DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width)
1064 dst = out + 64 ;
1066 out += 128;
1130 while (dst < out);
1131 out -= 64;
1132 dst = out + 2;
1136 k0 = out[0];
1137 k1 = out[8];
1138 k2 = out[16];
1139 k3 = out[24];
1140 k4 = out[32];
1141 k5 = out[40];
1142 k6 = out[48];
1143 k7 = out[56];
1149 out[0] = 0x7fff;
1150 out++;
1170 out[0] = k0; /* row 0 */
1195 out[8] = k5 ; /* row 1 */
1196 out++;
1198 while ((uintptr_t)out < (uintptr_t)dst) ;
1210 void Block1x1DCTwSub(Short *out, UChar *cur, UChar *pred, Int width)
1233 out[1] = out[2] = out[3] = out[4] = out[5] = out[6] = out[7] = 0;
1234 out[0] = temp >> 3;
1243 Output: out
1247 void Block1x1DCTIntra(Short *out, UChar *cur, UChar *dummy2, Int width)
1274 out[1] = out[2] = out[3] = out[4] = out[5] = out[6] = out[7] = 0;
1275 out[0] = temp >> 3;