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

  /external/aac/libSBRdec/src/
env_calc.h 180 int highSubband, int start_pos, int stop_pos);
env_calc.cpp 1069 int start_pos, stop_pos, freq_res; local
    [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 597 (ui) over slots (start_pos) to (stop_pos)
607 INT stop_pos, /*! stop slot */
637 for (; l < stop_pos; l++) {
739 INT no_of_bands, start_pos, stop_pos, li, ui; local
785 stop_pos = timeStep * frame_info->borders[env + 1];
792 if ((stop_pos - start_pos - j) > 0) {
793 stop_pos = stop_pos - j;
851 fixMin(stop_pos, h_sbr->sbrExtractEnvelope.YBufferWriteOffset
856 count[j] = stop_pos - start_pos
    [all...]

Completed in 1358 milliseconds