Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.cc106 size_t top_idx = 0; in BroadFirstSearchGraphCNodes() local
107 while (top_idx < todo.size()) { in BroadFirstSearchGraphCNodes()
108 CNodePtr top = todo[top_idx]; in BroadFirstSearchGraphCNodes()
109 top_idx++; in BroadFirstSearchGraphCNodes()
155 size_t top_idx = 0; in BroadFirstSearchGraphUsed() local
156 while (top_idx < todo.size()) { in BroadFirstSearchGraphUsed()
157 FuncGraphPtr top = todo[top_idx]; in BroadFirstSearchGraphUsed()
158 top_idx++; in BroadFirstSearchGraphUsed()
/third_party/ffmpeg/libavcodec/
Dh264_mb.c517 int top_idx = 1; in xchg_mb_border() local
526 top_idx = MB_MBAFF(sl) ? 0 : 1; in xchg_mb_border()
542 top_border_m1 = sl->top_borders[top_idx][sl->mb_x - 1]; in xchg_mb_border()
543 top_border = sl->top_borders[top_idx][sl->mb_x]; in xchg_mb_border()
566 XCHG(sl->top_borders[top_idx][sl->mb_x + 1], in xchg_mb_border()
580 …XCHG(sl->top_borders[top_idx][sl->mb_x + 1] + (16 << pixel_shift), src_cb + (17 << pixel_shift), 1… in xchg_mb_border()
581 …XCHG(sl->top_borders[top_idx][sl->mb_x + 1] + (32 << pixel_shift), src_cr + (17 << pixel_shift), 1… in xchg_mb_border()
Dh264_slice.c573 int top_idx = 1; in backup_mb_border() local
620 top_idx = 0; in backup_mb_border()
625 top_border = sl->top_borders[top_idx][sl->mb_x]; in backup_mb_border()
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_model_parser.cc187 for (int top_idx = 0; top_idx < layer.top_size(); top_idx++) { in ConvertLayers() local
188 caffe_layers_[layer.top(top_idx)] = layer; in ConvertLayers()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c218 const uint32_t top_idx = line_top[x]; in CoOccurrenceBuild() local
219 ++cooccurrence[prev_idx * num_colors + top_idx]; in CoOccurrenceBuild()
220 ++cooccurrence[top_idx * num_colors + prev_idx]; in CoOccurrenceBuild()