Home
last modified time | relevance | path

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

/external/srec/srec/clib/
Dswicms.c454 imeldata *pcache, *pframe; in swicms_cache_frame() local
460 pcache = swicms->cached_sections[ i]; in swicms_cache_frame()
463 for (i = 0; i < MAX_CHAN_DIM; i++) *pcache++ = 0; in swicms_cache_frame()
464 pcache -= MAX_CHAN_DIM; in swicms_cache_frame()
467 for (i = 0; i < MAX_CHAN_DIM; i++) *pcache++ += *pframe++; in swicms_cache_frame()