Home
last modified time | relevance | path

Searched refs:best_path (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Dquant_enc.c601 int best_path[3] = {-1, -1, -1}; // store best-last/best-level/best-previous in TrellisQuantizeBlock() local
711 best_path[0] = n; // best eob position in TrellisQuantizeBlock()
712 best_path[1] = m; // best node index in TrellisQuantizeBlock()
713 best_path[2] = best_prev; // best predecessor in TrellisQuantizeBlock()
722 if (best_path[0] == -1) { in TrellisQuantizeBlock()
731 int best_node = best_path[1]; in TrellisQuantizeBlock()
732 n = best_path[0]; in TrellisQuantizeBlock()
733 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal in TrellisQuantizeBlock()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1075 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1078 best_path.push_back(move); in CalculateOptimalEdits()
1082 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1083 return best_path; in CalculateOptimalEdits()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc1074 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1077 best_path.push_back(move); in CalculateOptimalEdits()
1081 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1082 return best_path; in CalculateOptimalEdits()
/external/mesa3d/src/gtest/src/
Dgtest.cc1074 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1077 best_path.push_back(move); in CalculateOptimalEdits()
1081 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1082 return best_path; in CalculateOptimalEdits()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1118 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1121 best_path.push_back(move); in CalculateOptimalEdits()
1125 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1126 return best_path; in CalculateOptimalEdits()
/external/googletest/googletest/src/
Dgtest.cc1095 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1098 best_path.push_back(move); in CalculateOptimalEdits()
1102 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1103 return best_path; in CalculateOptimalEdits()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc2522 std::vector<EditType> best_path; in CalculateOptimalEdits() local
2525 best_path.push_back(move); in CalculateOptimalEdits()
2529 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
2530 return best_path; in CalculateOptimalEdits()