Home
last modified time | relevance | path

Searched refs:freqIdxStart (Results 1 – 3 of 3) sorted by relevance

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DGraph.cpp4701 int32_t freqIdxStart = -1; in createMelWeights() local
4715 if (freqIdxStart == -1) { in createMelWeights()
4716 freqIdxStart = freqIdx; in createMelWeights()
4723 melRangesH.raw(2 * melIdx + 0) = freqIdxStart; in createMelWeights()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/LLVMIRCodeGen/libjit/
H A Dlibjit.cpp3346 int32_t freqIdxStart = *melRangesPtr++; in libjit_mfcc_f() local
3351 for (int32_t freqIdx = freqIdxStart; freqIdx <= freqIdxStop; freqIdx++) { in libjit_mfcc_f()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/Interpreter/
H A DInterpreterNodes.cpp5522 int32_t freqIdxStart = melRangesH.raw(2 * melIdx + 0); in fwdMFCCInstFloatImpl() local
5525 for (dim_t freqIdx = freqIdxStart; freqIdx <= freqIdxStop; freqIdx++) { in fwdMFCCInstFloatImpl()