Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dsim.c114 ULong* CLG_(cost_base);
879 CLG_(cost_base) + current_ii->cost_offset; in update_LL_use()
970 CLG_(cost_base) + current_ii->cost_offset; \
993 CLG_(cost_base) = 0; in cacheuse_finish()
1079 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR]; in log_1I0D()
1114 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]); in log_2I0D()
1116 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]); in log_2I0D()
1150 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]); in log_3I0D()
1152 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]); in log_3I0D()
1154 CLG_(cost_base) + ii3->cost_offset + ii3->eventset->offset[EG_IR]); in log_3I0D()
[all …]
Dmain.c126 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS]; in log_global_event()
155 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC]; in log_cond_branch()
185 cost_Bi = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BI]; in log_ind_branch()
Dglobal.h799 extern ULong* CLG_(cost_base);
Dbbcc.c901 CLG_(cost_base) = bbcc->cost; in CLG_()
/external/webp/src/enc/
Dcost.c364 const int cost_base = VP8BitCost(1, p[1]) + cost0; in VP8CalculateLevelCosts() local
368 table[v] = cost_base + VariableLevelCost(v, p); in VP8CalculateLevelCosts()