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

/external/libopus/celt/
H A Dcwrs.c196 # define CELT_PVQ_U(_n,_k) (CELT_PVQ_U_ROW[IMIN(_n,_k)][IMAX(_n,_k)])
413 static const opus_uint32 *const CELT_PVQ_U_ROW[15]={ variable
421 static const opus_uint32 *const CELT_PVQ_U_ROW[15]={ variable
474 row=CELT_PVQ_U_ROW[_n];
485 do p=CELT_PVQ_U_ROW[--_k][_n];
495 p=CELT_PVQ_U_ROW[_k][_n];
496 q=CELT_PVQ_U_ROW[_k+1][_n];
507 do p=CELT_PVQ_U_ROW[--_k][_n];

Completed in 62 milliseconds