Lines Matching defs:node
215 struct TrellisNode* node;
234 node = nodes_next[index][pos] = next[index]++;\
235 node->path = pathn[index]++;\
243 node = nodes_next[index][pos];\
245 node->ssd = ssd;\
246 node->state = cur_node->state;\
248 c->paths[index][node->path].value = VALUE;\
249 c->paths[index][node->path].prev = cur_node->path;\
250 /* Sift the newly inserted node up in the heap to restore \
260 STORE_NODE(0, ff_g722_update_low_predictor(&node->state, k >> 2), k);
275 struct TrellisNode* node;
282 STORE_NODE(1, ff_g722_update_high_predictor(&node->state, dhigh, ihigh), ihigh);