singleCost 1141 source/encoder/slicetype.cpp estGroup.singleCost(p0, p1, b); singleCost 1154 source/encoder/slicetype.cpp estGroup.singleCost(p0, p1, b); singleCost 1306 source/encoder/slicetype.cpp int64_t cost = estGroup.singleCost(p0, p1, b); singleCost 1466 source/encoder/slicetype.cpp cost2p1 = estGroup.singleCost(i + 0, i + 2, i + 2, true); singleCost 1475 source/encoder/slicetype.cpp cost1b1 = estGroup.singleCost(i + 0, i + 2, i + 1); singleCost 1476 source/encoder/slicetype.cpp cost1p0 = estGroup.singleCost(i + 0, i + 1, i + 1); singleCost 1477 source/encoder/slicetype.cpp cost2p0 = estGroup.singleCost(i + 1, i + 2, i + 2); singleCost 1495 source/encoder/slicetype.cpp int64_t pcost = estGroup.singleCost(i + 0, j + 1, j + 1, true); singleCost 1663 source/encoder/slicetype.cpp estGroup.singleCost(p0, p1, p1); singleCost 1746 source/encoder/slicetype.cpp cost += estGroup.singleCost(cur_p, next_p, next_p); singleCost 1755 source/encoder/slicetype.cpp cost += estGroup.singleCost(cur_p, next_p, middle); singleCost 1758 source/encoder/slicetype.cpp cost += estGroup.singleCost(cur_p, middle, next_b); singleCost 1761 source/encoder/slicetype.cpp cost += estGroup.singleCost(middle, next_p, next_b); singleCost 1766 source/encoder/slicetype.cpp cost += estGroup.singleCost(cur_p, next_p, next_b); singleCost 1914 source/encoder/slicetype.cpp estGroup.singleCost(curnonb, lastnonb, lastnonb); singleCost 1921 source/encoder/slicetype.cpp estGroup.singleCost(curnonb, lastnonb, middle); singleCost 1929 source/encoder/slicetype.cpp estGroup.singleCost(p0, p1, i); singleCost 1941 source/encoder/slicetype.cpp estGroup.singleCost(curnonb, lastnonb, i); singleCost 1952 source/encoder/slicetype.cpp estGroup.singleCost(0, lastnonb, lastnonb); singleCost 222 source/encoder/slicetype.h int64_t singleCost(int p0, int p1, int b, bool intraPenalty = false);