Searched refs:tmpf (Results 1 – 2 of 2) sorted by relevance
48 double tmpf[4]; in ciCalc() local54 tmpf[0] = in[0] * ciTable[off + 40]; in ciCalc()55 tmpf[0] += in[1] * ciTable[off]; in ciCalc()59 tmpf[1] = in[0] * ciTable[off + 40]; in ciCalc()60 tmpf[1] += in[1] * ciTable[off]; in ciCalc()64 tmpf[2] = in[0] * ciTable[off + 40]; in ciCalc()65 tmpf[2] += in[1] * ciTable[off]; in ciCalc()69 tmpf[3] = in[0] * ciTable[off + 40]; in ciCalc()70 tmpf[3] += in[1] * ciTable[off]; in ciCalc()76 return (ciTable[off + 40] * tmpf[0] + ciTable[off] * tmpf[1] + in ciCalc()[all …]
242 float tmpf; in configureDestinationFormat() local244 if (!AMediaFormat_getFloat(encoderFormat, AMEDIAFORMAT_KEY_OPERATING_RATE, &tmpf) && in configureDestinationFormat()