HomeSort by relevance Sort by last modified time
    Searched refs:CELT_PVQ_U_ROW (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
cwrs.c 196 # 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]={
421 static const opus_uint32 *const CELT_PVQ_U_ROW[15]={
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];
  /external/libopus/celt/
cwrs.c 196 # 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]={
421 static const opus_uint32 *const CELT_PVQ_U_ROW[15]={
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 201 milliseconds