Searched refs:top_idx (Results 1 – 5 of 5) sorted by relevance
106 size_t top_idx = 0; in BroadFirstSearchGraphCNodes() local107 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() local156 while (top_idx < todo.size()) { in BroadFirstSearchGraphUsed()157 FuncGraphPtr top = todo[top_idx]; in BroadFirstSearchGraphUsed()158 top_idx++; in BroadFirstSearchGraphUsed()
517 int top_idx = 1; in xchg_mb_border() local526 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()
573 int top_idx = 1; in backup_mb_border() local620 top_idx = 0; in backup_mb_border()625 top_border = sl->top_borders[top_idx][sl->mb_x]; in backup_mb_border()
187 for (int top_idx = 0; top_idx < layer.top_size(); top_idx++) { in ConvertLayers() local188 caffe_layers_[layer.top(top_idx)] = layer; in ConvertLayers()
218 const uint32_t top_idx = line_top[x]; in CoOccurrenceBuild() local219 ++cooccurrence[prev_idx * num_colors + top_idx]; in CoOccurrenceBuild()220 ++cooccurrence[top_idx * num_colors + prev_idx]; in CoOccurrenceBuild()