Searched refs:cost_base (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
H A Dcost.c367 const int cost_base = VP8BitCost(1, p[1]); local
371 table[v] = cost_base + VariableLevelCost(v, p);
/external/valgrind/callgrind/
H A Dsim.c110 * - ULong* CLG_(cost_base) (start of cost array for BB)
114 ULong* CLG_(cost_base);
879 CLG_(cost_base) + current_ii->cost_offset;
970 CLG_(cost_base) + current_ii->cost_offset; \
993 CLG_(cost_base) = 0;
1079 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR];
1114 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]);
1116 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]);
1150 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]);
1152 CLG_(cost_base)
[all...]
H A Dglobal.h799 extern ULong* CLG_(cost_base);
H A Dmain.c126 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS];
155 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC];
185 cost_Bi = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BI];
H A Dbbcc.c901 CLG_(cost_base) = bbcc->cost;
/external/webp/src/enc/
H A Dcost.c72 const int cost_base = VP8BitCost(1, p[1]) + cost0; local
76 table[v] = cost_base + VariableLevelCost(v, p);

Completed in 168 milliseconds