Lines Matching defs:stt
466 static int sort_stt(FFV1Context *s, uint8_t stt[256])
486 FFSWAP(int, stt[i], stt[i2]);
490 FFSWAP(int, stt[256 - i], stt[256 - i2]);
495 if (stt[j] == i)
496 stt[j] = i2;
497 else if (stt[j] == i2)
498 stt[j] = i;
500 if (stt[256 - j] == 256 - i)
501 stt[256 - j] = 256 - i2;
502 else if (stt[256 - j] == 256 - i2)
503 stt[256 - j] = 256 - i;