Home
last modified time | relevance | path

Searched refs:vloc (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/examples/
Dencoder_util.c83 int vloc[4]) { in find_mismatch_helper()
86 find_mismatch_plane(img1, img2, AOM_PLANE_V, use_highbitdepth, vloc); in find_mismatch_helper()
91 int uloc[4], int vloc[4]) { in aom_find_mismatch_high()
92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc); in aom_find_mismatch_high()
97 int vloc[4]) { in aom_find_mismatch()
98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc); in aom_find_mismatch()
Dencoder_util.h23 int uloc[4], int vloc[4]);
27 int vloc[4]);
/external/libvpx/libvpx/
Dtools_common.c592 int vloc[4]) { in find_mismatch_high()
656 vloc[0] = vloc[1] = vloc[2] = vloc[3] = -1; in find_mismatch_high()
670 vloc[0] = i + k; in find_mismatch_high()
671 vloc[1] = j + l; in find_mismatch_high()
672 vloc[2] = *(plane1 + (i + k) * stride1 + j + l); in find_mismatch_high()
673 vloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
685 int yloc[4], int uloc[4], int vloc[4]) { in find_mismatch()
746 vloc[0] = vloc[1] = vloc[2] = vloc[3] = -1; in find_mismatch()
758 vloc[0] = i + k; in find_mismatch()
759 vloc[1] = j + l; in find_mismatch()
[all …]
Dtools_common.h173 int vloc[4]);
176 int yloc[4], int uloc[4], int vloc[4]);
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java536 int vloc = bb.writePosition(); in createVector() local
548 : FBT_VECTOR), bitWidth, vloc); in createVector()
626 int vloc = bb.writePosition(); in createKeyVector() local
633 return new Value(-1, FlexBuffers.toTypedVector(FBT_KEY,0), bitWidth, vloc); in createKeyVector()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h1500 auto vloc = buf_.size(); in ScalarVector() local
1502 stack_.push_back(Value(static_cast<uint64_t>(vloc), in ScalarVector()
1505 return vloc; in ScalarVector()
1548 auto vloc = buf_.size();
1558 return Value(static_cast<uint64_t>(vloc),