Home
last modified time | relevance | path

Searched refs:sfwork (Results 1 - 1 of 1) sorted by relevance

/third_party/lame/libmp3lame/
H A Dvbrquantize.c1012 tryGlobalStepsize(const algo_t * that, const int sfwork[SFBMAX], in tryGlobalStepsize() argument
1019 gain = sfwork[i] + delta; in tryGlobalStepsize()
1041 searchGlobalStepsizeMax(const algo_t * that, const int sfwork[SFBMAX], in searchGlobalStepsizeMax() argument
1054 nbits = tryGlobalStepsize(that, sfwork, vbrsfmin, curr - gain); in searchGlobalStepsizeMax()
1068 nbits = tryGlobalStepsize(that, sfwork, vbrsfmin, curr - gain); in searchGlobalStepsizeMax()
1075 sfDepth(const int sfwork[SFBMAX]) in sfDepth() argument
1080 int const di = 255 - sfwork[i]; in sfDepth()
1084 assert(sfwork[i] >= 0); in sfDepth()
1085 assert(sfwork[i] <= 255); in sfDepth()
1094 cutDistribution(const int sfwork[SFBMA argument
1105 flattenDistribution(const int sfwork[SFBMAX], int sf_out[SFBMAX], int dm, int k, int p) flattenDistribution() argument
1155 outOfBitsStrategy(algo_t const* that, const int sfwork[SFBMAX], const int vbrsfmin[SFBMAX], int target) outOfBitsStrategy() argument
1301 int *sfwork = sfwork_[gr][ch]; VBR_encode_frame() local
1559 int *sfwork = sfwork_[gr][ch]; VBR_encode_frame() local
[all...]

Completed in 2 milliseconds