Searched refs:postpoint (Results 1 – 1 of 1) sorted by relevance
/external/libvorbis/lib/ |
D | psy.c | 917 static void flag_lossless(int limit, float prepoint, float postpoint, float *mdct, in flag_lossless() argument 921 float point = j>=limit-i ? postpoint : prepoint; in flag_lossless() 1022 float postpoint=stereo_threshholds[g->coupling_postpointamp[blobno]]; in _vp_couple_quantize_normalize() local 1048 postpoint=stereo_threshholds_limited[g->coupling_postpointamp[blobno]]; in _vp_couple_quantize_normalize() 1079 flag_lossless(limit,prepoint,postpoint,&mdct[k][i],floor[k],flag[k],i,jn); in _vp_couple_quantize_normalize()
|