HomeSort by relevance Sort by last modified time
    Searched refs:w1L (Results 1 - 3 of 3) sorted by null

  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 47 uint32 w1L = w0L >> 1;
56 for( iL = 0; iL < w1L; iL++ )
62 srcL += ( wsL - w1L ) * 2;
88 uint32 w1L = w0L;
229 w1L = wEffL >> 1;
232 bbs_UInt8Arr_size( cpA, bufPtrA, w1L * h1L );
236 bim_downscaleBy2( bufPtrA->arrPtrE, bufPtrA->arrPtrE, w1L, w1L, h1L );
237 w1L >>= 1;
273 int32 wbL = w1L - 1
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 77 int32 w1L = ( w0L - ptrA->xOffE ) >> 1;
86 bbs_UInt8Arr_size( cpA, &ptrA->workImageBufferE, w1L * h1L );
88 ptrA->workWidthE = w1L;
93 for( iL = 0; iL < w1L; iL++ )
111 int32 w1L = w0L >> 1;
121 for( iL = 0; iL < w1L; iL++ )
131 ptrA->workWidthE = w1L;
Scanner.c 101 uint32 w1L = w0L >> 1;
110 for( iL = 0; iL < ( w1L >> 1 ); iL++ )
122 if( ( w1L & 1 ) != 0 )
129 ptrA->workWidthE = w1L;
    [all...]

Completed in 36 milliseconds