Searched refs:m_predData (Results 1 – 10 of 10) sorted by relevance
262 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()270 (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFiltering()273 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()291 pointer = (SubbandDataPt->m_predData.m_zeroDelayLine.pointer++) + 12; in performPredictionFiltering()292 cbuf_pt = &SubbandDataPt->m_predData.m_zeroDelayLine.buffer[pointer]; in performPredictionFiltering()294 if (SubbandDataPt->m_predData.m_zeroDelayLine.pointer >= 12) { in performPredictionFiltering()295 SubbandDataPt->m_predData.m_zeroDelayLine.pointer = 0; in performPredictionFiltering()298 SubbandDataPt->m_predData.m_zeroDelayLine.modulo = invQ; in performPredictionFiltering()330 SubbandDataPt->m_predData.m_zeroVal = acc; in performPredictionFiltering()331 SubbandDataPt->m_predData.m_predVal = predVal; in performPredictionFiltering()[all …]
135 encode_dat->m_SubbandData[i].m_predData.m_zeroDelayLine.modulo = in aptxbtenc_init()139 encode_dat->m_SubbandData[i].m_predData.m_zeroDelayLine.buffer[t] = 0; in aptxbtenc_init()142 encode_dat->m_SubbandData[i].m_predData.m_zeroDelayLine.pointer = 0; in aptxbtenc_init()145 encode_dat->m_SubbandData[i].m_predData.m_zeroVal = 0L; in aptxbtenc_init()146 encode_dat->m_SubbandData[i].m_predData.m_predVal = 0L; in aptxbtenc_init()147 encode_dat->m_SubbandData[i].m_predData.m_numZeros = in aptxbtenc_init()150 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[0] = 0L; in aptxbtenc_init()151 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[1] = 0L; in aptxbtenc_init()
29 SubbandDataPt->m_predData.m_zeroVal, in processSubband()44 SubbandDataPt->m_predData.m_zeroVal, in processSubbandLL()59 SubbandDataPt->m_predData.m_zeroVal, in processSubbandHL()
46 predVals[i] = EncoderDataPt->m_SubbandData[i].m_predData.m_predVal; in aptxEncode()
224 Predictor_data m_predData; member
259 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()267 (int64_t)SubbandDataPt->m_predData.m_poleDelayLine[a2]); in performPredictionFiltering()270 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()288 pointer = (SubbandDataPt->m_predData.m_zeroDelayLine.pointer++) + 12; in performPredictionFiltering()289 cbuf_pt = &SubbandDataPt->m_predData.m_zeroDelayLine.buffer[pointer]; in performPredictionFiltering()291 if (SubbandDataPt->m_predData.m_zeroDelayLine.pointer >= 12) { in performPredictionFiltering()292 SubbandDataPt->m_predData.m_zeroDelayLine.pointer = 0; in performPredictionFiltering()295 SubbandDataPt->m_predData.m_zeroDelayLine.modulo = invQ; in performPredictionFiltering()330 SubbandDataPt->m_predData.m_zeroVal = acc; in performPredictionFiltering()331 SubbandDataPt->m_predData.m_predVal = predVal; in performPredictionFiltering()[all …]
122 encode_dat->m_SubbandData[i].m_predData.m_zeroDelayLine.modulo = in aptxhdbtenc_init()126 encode_dat->m_SubbandData[i].m_predData.m_zeroDelayLine.buffer[t] = 0; in aptxhdbtenc_init()129 encode_dat->m_SubbandData[i].m_predData.m_zeroDelayLine.pointer = 0; in aptxhdbtenc_init()132 encode_dat->m_SubbandData[i].m_predData.m_zeroVal = 0L; in aptxhdbtenc_init()133 encode_dat->m_SubbandData[i].m_predData.m_predVal = 0L; in aptxhdbtenc_init()134 encode_dat->m_SubbandData[i].m_predData.m_numZeros = in aptxhdbtenc_init()137 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[0] = 0L; in aptxhdbtenc_init()138 encode_dat->m_SubbandData[i].m_predData.m_poleDelayLine[1] = 0L; in aptxhdbtenc_init()
45 predVals[0] = EncoderDataPt->m_SubbandData[0].m_predData.m_predVal; in aptxhdEncode()48 predVals[1] = EncoderDataPt->m_SubbandData[1].m_predData.m_predVal; in aptxhdEncode()51 predVals[2] = EncoderDataPt->m_SubbandData[2].m_predData.m_predVal; in aptxhdEncode()54 predVals[3] = EncoderDataPt->m_SubbandData[3].m_predData.m_predVal; in aptxhdEncode()
29 SubbandDataPt->m_predData.m_zeroVal, in processSubband_HD()45 SubbandDataPt->m_predData.m_zeroVal, in processSubband_HDLL()61 SubbandDataPt->m_predData.m_zeroVal, in processSubband_HDHL()
221 Predictor_data m_predData; member