Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c2154 int this_sad = INT_MAX; in mv_pred() local
2187 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride, in mv_pred()
2192 if (this_sad < best_sad) { in mv_pred()
2193 best_sad = this_sad; in mv_pred()