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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1196 static int64_t get_sse(const uint8_t *a, int a_stride, function
1259 const uint64_t sse = get_sse(a_planes[i], a_strides[i],
3032 return (int)get_sse(a->y_buffer, a->y_stride, b->y_buffer, b->y_stride,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1572 static int64_t get_sse(const uint8_t *a, int a_stride, function
1635 const uint64_t sse = get_sse(a_planes[i], a_strides[i],
3398 return (int)get_sse(a->y_buffer, a->y_stride, b->y_buffer, b->y_stride,

Completed in 1256 milliseconds