Lines Matching defs:paths
73 TrellisPath *paths;
118 if (!FF_ALLOC_TYPED_ARRAY(s->paths, max_paths) ||
221 av_freep(&s->paths);
358 TrellisPath *paths = s->paths, *p;
464 paths[u->path].nibble = nibble;\
465 paths[u->path].prev = nodes[j]->path;\
527 // merge old paths to save memory
529 p = &paths[nodes[0]->path];
532 p = &paths[p->prev];
536 // other nodes might use paths that don't coincide with the frozen one.
543 p = &paths[nodes[0]->path];
546 p = &paths[p->prev];