Home
last modified time | relevance | path

Searched refs:best_path (Results 1 – 8 of 8) 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/llvm-project/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/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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc1086 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1089 best_path.push_back(move); in CalculateOptimalEdits()
1093 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1094 return best_path; in CalculateOptimalEdits()
/external/mesa3d/src/gtest/src/
Dgtest.cc1081 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1084 best_path.push_back(move); in CalculateOptimalEdits()
1088 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1089 return best_path; in CalculateOptimalEdits()
/external/googletest/googletest/src/
Dgtest.cc1273 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1276 best_path.push_back(move); in CalculateOptimalEdits()
1280 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1281 return best_path; in CalculateOptimalEdits()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1213 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1216 best_path.push_back(move); in CalculateOptimalEdits()
1220 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1221 return best_path; in CalculateOptimalEdits()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-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()