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

  /external/aac/libFDK/src/
mdct.cpp 264 FIXP_DBL *pOut0 = output, *pOut1;
285 *pOut0 = hMdct->overlap.time[i];
286 pOut0 ++;
318 pOut0 = hMdct->overlap.time + hMdct->ov_offset;
328 *pOut0 = IMDCT_SCALE_DBL(x);
329 pOut0 ++;
337 pOut1 = pOut0 + (fl - 1);
348 *pOut0 = IMDCT_SCALE_DBL(x0);
350 pOut0 ++;
353 pOut0 += (fl/2)
    [all...]
  /external/opencv3/modules/videoio/src/
cap_v4l.cpp     [all...]

Completed in 1257 milliseconds