Home | History | Annotate | Download | only in src

Lines Matching refs:idst

958             int* idst = (int*)dst;
961 int t0 = idst[i*2+1] ^ 0x80000000;
962 int t1 = idst[i*2+3] ^ 0x80000000;
963 idst[i*2+1] = t0; idst[i*2+3] = t1;
967 idst[2*i+1] ^= 0x80000000;