HomeSort by relevance Sort by last modified time
    Searched refs:vloc (Results 1 - 5 of 5) sorted by null

  /external/libaom/libaom/examples/
encoder_util.h 23 int uloc[4], int vloc[4]);
27 int vloc[4]);
encoder_util.c 83 int vloc[4]) {
86 find_mismatch_plane(img1, img2, AOM_PLANE_V, use_highbitdepth, vloc);
91 int uloc[4], int vloc[4]) {
92 find_mismatch_helper(img1, img2, 1, yloc, uloc, vloc);
97 int vloc[4]) {
98 find_mismatch_helper(img1, img2, 0, yloc, uloc, vloc);
  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 105 int uloc[4], int vloc[4]) {
166 vloc[0] = vloc[1] = vloc[2] = vloc[3] = -1;
178 vloc[0] = i + k;
179 vloc[1] = j + l;
180 vloc[2] = *(img1->planes[VPX_PLANE_V] +
182 vloc[3] = *(img2->planes[VPX_PLANE_V] +
  /external/libvpx/libvpx/
vpxenc.c 619 int uloc[4], int vloc[4]) {
683 vloc[0] = vloc[1] = vloc[2] = vloc[3] = -1;
697 vloc[0] = i + k;
698 vloc[1] = j + l;
699 vloc[2] = *(plane1 + (i + k) * stride1 + j + l);
700 vloc[3] = *(plane2 + (i + k) * stride2 + j + l);
713 int uloc[4], int vloc[4])
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 1424 auto vloc = buf_.size(); local
1470 auto vloc = buf_.size(); local
    [all...]

Completed in 125 milliseconds