Searched defs:ordery (Results 1 - 1 of 1) sorted by relevance

/external/libopus/celt/
H A Dbands.c537 /* Indexing table for converting from natural Hadamard to ordery Hadamard
559 const int *ordery = ordery_table+stride-2; local
563 tmp[ordery[i]*N0+j] = X[j*stride+i];
585 const int *ordery = ordery_table+stride-2; local
588 tmp[j*stride+i] = X[ordery[i]*N0+j];

Completed in 171 milliseconds