Home
last modified time | relevance | path

Searched refs:this_sad (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c372 int this_sad = INT_MAX; in vp9_mv_pred() local
405 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, in vp9_mv_pred()
409 if (this_sad < best_sad) { in vp9_mv_pred()
410 best_sad = this_sad; in vp9_mv_pred()
Dvp9_encodeframe.c1245 int this_sad = 0; in is_background() local
1258 this_sad = cpi->fn_ptr[BLOCK_64X64].sdf(src, src_stride, in is_background()
1265 this_sad += cpi->fn_ptr[BLOCK_16X16].sdf(src, src_stride, in is_background()
1270 x->in_static_area = (this_sad < 2 * threshold); in is_background()