Home
last modified time | relevance | path

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

/external/libopus/celt/
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
476 row=CELT_PVQ_U_ROW[_n]; in cwrsi()
487 do p=CELT_PVQ_U_ROW[--_k][_n]; in cwrsi()
499 p=CELT_PVQ_U_ROW[_k][_n]; in cwrsi()
500 q=CELT_PVQ_U_ROW[_k+1][_n]; in cwrsi()
511 do p=CELT_PVQ_U_ROW[--_k][_n]; in cwrsi()