Home | History | Annotate | Download | only in srce

Lines Matching refs:Index

183   uint8_t Index, k;
186 for (Index = 0; Index < 8; Index++) {
189 /*temp += (int32_t)(((int64_t)M[(Index*strEncParams->numOfSubBands*2)+k] *
191 temp += (gas16AnalDCTcoeff8[(Index * 8 * 2) + k] * (pInVect[k] >> 16));
193 ((gas16AnalDCTcoeff8[(Index * 8 * 2) + k] * (pInVect[k] & 0xFFFF)) >>
196 pOutVect[Index] = temp;
252 uint8_t Index, k;
255 for (Index = 0; Index < 4; Index++) {
258 /*temp += (int32_t)(((int64_t)M[(Index*strEncParams->numOfSubBands*2)+k] *
260 temp += (gas16AnalDCTcoeff4[(Index * 4 * 2) + k] * (pInVect[k] >> 16));
262 ((gas16AnalDCTcoeff4[(Index * 4 * 2) + k] * (pInVect[k] & 0xFFFF)) >>
265 pOutVect[Index] = temp;