Searched refs:noSubSamples (Results 1 – 3 of 3) sorted by relevance
356 (env * h_ps_d->noSubSamples) / pBsData->noEnv; in DecodePs()358 pBsData->aEnvStartStop[pBsData->noEnv] = h_ps_d->noSubSamples; in DecodePs()368 if (pBsData->aEnvStartStop[pBsData->noEnv] < h_ps_d->noSubSamples) { in DecodePs()378 pBsData->aEnvStartStop[pBsData->noEnv] = h_ps_d->noSubSamples; in DecodePs()384 thr = (UCHAR)h_ps_d->noSubSamples - (pBsData->noEnv - env); in DecodePs()
160 h_ps_d->noSubSamples = 30; /* col */ in CreatePsDec()163 h_ps_d->noSubSamples = 32; /* col */ in CreatePsDec()166 h_ps_d->noSubSamples = -1; in CreatePsDec()170 if (h_ps_d->noSubSamples > MAX_NUM_COL in CreatePsDec()171 || h_ps_d->noSubSamples <= 0) in CreatePsDec()278 h_ps_d->noSubSamples, in ResetPsDec()
234 SCHAR noSubSamples; member