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

/external/chromium_org/third_party/opus/src/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];
/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 55 milliseconds