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/examples/ |
D | vp9cx_set_ref.c | 105 int uloc[4], int vloc[4]) { in find_mismatch() 166 vloc[0] = vloc[1] = vloc[2] = vloc[3] = -1; in find_mismatch() 178 vloc[0] = i + k; in find_mismatch() 179 vloc[1] = j + l; in find_mismatch() 180 vloc[2] = *(img1->planes[VPX_PLANE_V] + in find_mismatch() 182 vloc[3] = *(img2->planes[VPX_PLANE_V] + in find_mismatch()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 619 int uloc[4], int vloc[4]) { in find_mismatch_high() 683 vloc[0] = vloc[1] = vloc[2] = vloc[3] = -1; in find_mismatch_high() 697 vloc[0] = i + k; in find_mismatch_high() 698 vloc[1] = j + l; in find_mismatch_high() 699 vloc[2] = *(plane1 + (i + k) * stride1 + j + l); in find_mismatch_high() 700 vloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high() 713 int uloc[4], int vloc[4]) { in find_mismatch() 774 vloc[0] = vloc[1] = vloc[2] = vloc[3] = -1; in find_mismatch() 786 vloc[0] = i + k; in find_mismatch() 787 vloc[1] = j + l; in find_mismatch() [all …]
|
/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),
|