Home
last modified time | relevance | path

Searched refs:cbuf_pt (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctionsCommon.h251 int32_t* cbuf_pt; in performPredictionFiltering() local
292 cbuf_pt = &SubbandDataPt->m_predData.m_zeroDelayLine.buffer[pointer]; in performPredictionFiltering()
307 zData0 = (*(cbuf_pt--)); in performPredictionFiltering()
353 int32_t* cbuf_pt; in performPredictionFilteringLL() local
396 cbuf_pt = &SubbandDataPt->m_predData.m_zeroDelayLine.buffer[pointer]; in performPredictionFilteringLL()
412 zData0 = (*(cbuf_pt--)); in performPredictionFilteringLL()
459 int32_t* cbuf_pt; in performPredictionFilteringHL() local
500 cbuf_pt = &SubbandDataPt->m_predData.m_zeroDelayLine.buffer[pointer]; in performPredictionFilteringHL()
516 zData0 = (*(cbuf_pt--)); in performPredictionFilteringHL()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctionsCommon.h248 int32_t* cbuf_pt; in performPredictionFiltering() local
289 cbuf_pt = &SubbandDataPt->m_predData.m_zeroDelayLine.buffer[pointer]; in performPredictionFiltering()
306 zData0 = (*(cbuf_pt--)); in performPredictionFiltering()
353 int32_t* cbuf_pt; in performPredictionFilteringLL() local
396 cbuf_pt = &SubbandDataPt->m_predData.m_zeroDelayLine.buffer[pointer]; in performPredictionFilteringLL()
411 zData0 = (*(cbuf_pt--)); in performPredictionFilteringLL()
458 int32_t* cbuf_pt; in performPredictionFilteringHL() local
499 cbuf_pt = &SubbandDataPt->m_predData.m_zeroDelayLine.buffer[pointer]; in performPredictionFilteringHL()
517 zData0 = (*(cbuf_pt--)); in performPredictionFilteringHL()