Home | History | Annotate | Download | only in src

Lines Matching refs:dleft

536     short* dleft = state->dispLeft->data.s;
547 for( y = 0; y < rows; y++, left += step, right += step, dleft += dstep, dright += dstep )
551 int d = dleft[x], x1, d1;
566 d1 = dleft[x+1];
571 d1 = dleft[x+dstep];
701 const short* dleft = dleft0 + dstep*y;
706 const short* dlr[] = { dleft, dright };
727 d = dleft[x];
802 if( d != -dleft[x1] )
820 short* dleft = dleft0 + dstep*y;
828 dleft[x] = (short)alpha;