Home | History | Annotate | Download | only in src

Lines Matching refs:qcChannel

143     hQC->qcChannel[i].quantSpec = quantSpec + i*FRAME_LEN_LONG;
145 hQC->qcChannel[i].maxValueInSfb = maxValueInSfb + i*MAX_GROUPED_SFB;
147 hQC->qcChannel[i].scf = scf + i*MAX_GROUPED_SFB;
166 if(hQC->qcChannel[0].quantSpec)
167 mem_free(pMemOP, hQC->qcChannel[0].quantSpec, VO_INDEX_ENC_AAC);
169 if(hQC->qcChannel[0].maxValueInSfb)
170 mem_free(pMemOP, hQC->qcChannel[0].maxValueInSfb, VO_INDEX_ENC_AAC);
172 if(hQC->qcChannel[0].scf)
173 mem_free(pMemOP, hQC->qcChannel[0].scf, VO_INDEX_ENC_AAC);
176 hQC->qcChannel[i].quantSpec = NULL;
178 hQC->qcChannel[i].maxValueInSfb = NULL;
180 hQC->qcChannel[i].scf = NULL;