Lines Matching refs:path
68 uint8_t (*path)[OPT_SIZE];
143 av_freep(&s->path);
194 s->path = av_malloc(NELLY_BANDS * OPT_SIZE * sizeof(uint8_t));
195 if (!s->opt || !s->path)
241 uint8_t(*path)[OPT_SIZE] = s->path;
249 path[0][ff_nelly_init_table[i]] = i;
271 path[band][idx] = j;
291 idx_table[band] = path[band][best_idx];
293 best_idx -= ff_nelly_delta_table[path[band][best_idx]];