Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:w0L

74 	int32 w0L = ptrA->origWidthE;
77 int32 w1L = ( w0L - ptrA->xOffE ) >> 1;
80 const uint8* iArrL = ptrA->origImagePtrE + ptrA->xOffE + ptrA->yOffE * w0L;
95 int32 idxL = jL * 2 * w0L + iL * 2;
98 iArrL[ idxL + w0L ] +
99 iArrL[ idxL + w0L + 1 ] + 2 ) >> 2;
109 int32 w0L = ptrA->workWidthE;
111 int32 w1L = w0L >> 1;
123 int32 idxL = jL * 2 * w0L + iL * 2;
126 arrL[ idxL + w0L ] +
127 arrL[ idxL + w0L + 1 ] + 2 ) >> 2;