Home
last modified time | relevance | path

Searched refs:sse_v (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare.cc261 const uint64 sse_v = ComputeSumSquareErrorPlane(src_v_a, stride_v_a, in I420Psnr() local
265 const uint64 sse = sse_y + sse_u + sse_v; in I420Psnr()
/external/libyuv/files/source/
Dcompare.cc463 const uint64 sse_v = ComputeSumSquareErrorPlane(src_v_a, stride_v_a, in I420Psnr() local
467 const uint64 sse = sse_y + sse_u + sse_v; in I420Psnr()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c827 unsigned int sse_u, sse_v; in encode_breakout_test() local
848 xd->plane[2].dst.stride, &sse_v); in encode_breakout_test()
851 if (((var_v << 2) <= thresh_ac) && (sse_v - var_v <= thresh_dc)) { in encode_breakout_test()