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

  /external/libvorbis/lib/
psy.h 79 int coupling_pointlimit[2][PACKETBLOBS]; member in struct:__anon10864
91 int coupling_pointlimit[2][P_NOISECURVES]; member in struct:__anon10865
vorbisenc.c 272 g->coupling_pointlimit[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
273 g->coupling_pointlimit[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
284 g->coupling_pointlimit[0][i]=kHz*1000./vi->rate*ci->blocksizes[0];
285 g->coupling_pointlimit[1][i]=kHz*1000./vi->rate*ci->blocksizes[1];
    [all...]
psy.c 1020 int limit = g->coupling_pointlimit[p->vi->blockflag][blobno];
    [all...]

Completed in 29 milliseconds