Lines Matching refs:cur_node
208 struct TrellisNode *cur_node = nodes[0][j];
210 int ilow = encode_low(&cur_node->state, xlow);
220 decoded = av_clip_intp2((cur_node->state.scale_factor *
222 + cur_node->state.s_predictor, 14);
226 ssd = cur_node->ssd + dec_diff*dec_diff;\
229 if (ssd < cur_node->ssd)\
246 node->state = cur_node->state;\
249 c->paths[index][node->path].prev = cur_node->path;\
266 struct TrellisNode *cur_node = nodes[1][j];
277 dhigh = cur_node->state.scale_factor *
279 decoded = av_clip_intp2(dhigh + cur_node->state.s_predictor, 14);