Lines Matching defs:cache
82 PulseCache *cache = &m->cache;
87 cindex = (opus_int16 *)opus_alloc(sizeof(cache->index[0])*m->nbEBands*(LM+2));
88 cache->index = cindex;
111 if (cache->index[i*m->nbEBands+j] == -1 && N!=0)
128 cache->bits = bits;
129 cache->size = curr;
130 /* Compute the cache for all unique sizes */
143 cache->caps = cap = (unsigned char *)opus_alloc(sizeof(cache->caps[0])*(LM+1)*2*m->nbEBands);