Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dpsy.h79 int coupling_pointlimit[2][PACKETBLOBS]; member
91 int coupling_pointlimit[2][P_NOISECURVES]; member
Dvorbisenc.c272 g->coupling_pointlimit[0][i]=kHz*1000./vi->rate*ci->blocksizes[0]; in vorbis_encode_global_stereo()
273 g->coupling_pointlimit[1][i]=kHz*1000./vi->rate*ci->blocksizes[1]; in vorbis_encode_global_stereo()
284 g->coupling_pointlimit[0][i]=kHz*1000./vi->rate*ci->blocksizes[0]; in vorbis_encode_global_stereo()
285 g->coupling_pointlimit[1][i]=kHz*1000./vi->rate*ci->blocksizes[1]; in vorbis_encode_global_stereo()
Dpsy.c1020 int limit = g->coupling_pointlimit[p->vi->blockflag][blobno]; in _vp_couple_quantize_normalize()