Searched refs:vloc (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/examples/ |
D | encoder_util.c | 83 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()
|
D | encoder_util.h | 23 int uloc[4], int vloc[4]); 27 int vloc[4]);
|
/external/libvpx/libvpx/ |
D | tools_common.c | 592 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 …]
|
D | tools_common.h | 173 int vloc[4]); 176 int yloc[4], int uloc[4], int vloc[4]);
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 1424 auto vloc = buf_.size(); in ScalarVector() local 1426 stack_.push_back(Value(static_cast<uint64_t>(vloc), in ScalarVector() 1429 return vloc; in ScalarVector() 1470 auto vloc = buf_.size(); 1480 return Value(static_cast<uint64_t>(vloc),
|