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

  /frameworks/av/media/libstagefright/codecs/aacdec/
huffspec_fxp.cpp 321 Int stop_idx; /* index of 1st coef in next sfb */ local
356 stop_idx = 0;
477 pQuantSpec = quantSpec + stop_idx;
482 idx_count = *pSfb - stop_idx;
483 stop_idx = *pSfb++;
512 idx_count = *(pSfb - 1) - stop_idx;
534 pv_memset(&quantSpec[stop_idx],
543 pv_memset(&tmp_spec[stop_idx],
548 /* stop_idx is the index of the 1st coef of next section */
549 stop_idx = *(pSfb - 1)
    [all...]
q_normalize.cpp 138 stop_idx = 0;
146 sfbWidth = *(pWinSfbTop++) - stop_idx;
148 stop_idx += sfbWidth;
254 Int stop_idx = 0; local
298 stop_idx = 0;
314 sfbWidth = tmp1 - stop_idx;
321 stop_idx += sfbWidth;
  /external/opencv/cv/src/
cvconvhull.cpp 255 int stop_idx; local
427 stop_idx = tr_count > 2 ? tr_stack[1] : tl_count > 2 ? tl_stack[tl_count - 2] : -1;
443 if( stop_idx >= 0 )
447 if( check_idx == stop_idx || (check_idx >= 0 &&
448 pointer[check_idx]->x == pointer[stop_idx]->x &&
449 pointer[check_idx]->y == pointer[stop_idx]->y) )

Completed in 513 milliseconds