Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_arnndn.c123 int memid; member
1102 ceps_0 = st->cepstral_mem[st->memid]; in compute_frame_features()
1103 … ceps_1 = (st->memid < 1) ? st->cepstral_mem[CEPS_MEM+st->memid-1] : st->cepstral_mem[st->memid-1]; in compute_frame_features()
1104 … ceps_2 = (st->memid < 2) ? st->cepstral_mem[CEPS_MEM+st->memid-2] : st->cepstral_mem[st->memid-2]; in compute_frame_features()
1109 st->memid++; in compute_frame_features()
1116 if (st->memid == CEPS_MEM) in compute_frame_features()
1117 st->memid = 0; in compute_frame_features()