Home | History | Annotate | Download | only in src

Lines Matching defs:gr

244   UCHAR gr, env;
313 for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
314 pBsData->aaIidIndex[pBsData->noEnv-1][gr] =
315 h_ps_d->specificTo.mpeg.aIidPrevFrameIndex[gr];
319 for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
320 pBsData->aaIidIndex[pBsData->noEnv-1][gr] = 0;
325 for (gr = 0; gr < NO_HI_RES_ICC_BINS; gr++) {
326 pBsData->aaIccIndex[pBsData->noEnv-1][gr] =
327 h_ps_d->specificTo.mpeg.aIccPrevFrameIndex[gr];
331 for (gr = 0; gr < NO_HI_RES_ICC_BINS; gr++) {
332 pBsData->aaIccIndex[pBsData->noEnv-1][gr] = 0;
338 for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
339 h_ps_d->specificTo.mpeg.aIidPrevFrameIndex[gr] =
340 pBsData->aaIidIndex[pBsData->noEnv-1][gr];
342 for (gr = 0; gr < NO_HI_RES_ICC_BINS; gr++) {
343 h_ps_d->specificTo.mpeg.aIccPrevFrameIndex[gr] =
344 pBsData->aaIccIndex[pBsData->noEnv-1][gr];
369 for (gr = 0; gr < NO_HI_RES_IID_BINS; gr++) {
370 pBsData->aaIidIndex[pBsData->noEnv][gr] =
371 pBsData->aaIidIndex[pBsData->noEnv-1][gr];
373 for (gr = 0; gr < NO_HI_RES_ICC_BINS; gr++) {
374 pBsData->aaIccIndex[pBsData->noEnv][gr] =
375 pBsData->aaIccIndex[pBsData->noEnv-1][gr];
444 UCHAR gr, env;
548 for (gr = 0; gr < FDK_sbrDecoder_aNoIidBins[pBsData->freqResIid]; gr++)
549 pBsData->aaIidIndex[env][gr] = decode_huff_cw(CurrentTable,hBitBuf,NULL);
563 for (gr = 0; gr < FDK_sbrDecoder_aNoIccBins[pBsData->freqResIcc]; gr++)
564 pBsData->aaIccIndex[env][gr] = decode_huff_cw(CurrentTable,hBitBuf,NULL);