Searched refs:sse_v (Results 1 - 2 of 2) sorted by relevance

/external/libyuv/files/source/
H A Dcompare.cc463 const uint64 sse_v = ComputeSumSquareErrorPlane(src_v_a, stride_v_a, local
467 const uint64 sse = sse_y + sse_u + sse_v;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2971 unsigned int sse_u, sse_v; local
2985 xd->plane[2].dst.stride, &sse_v);
2988 if ((sse_v * 4 < thresh_ac || sse_v == 0) &&
2989 (sse_v - var_v < thresh_dc || sse_v == var_v)) {
2997 *distortion_uv = (sse_u + sse_v) << 4;

Completed in 367 milliseconds