HomeSort by relevance Sort by last modified time
    Searched refs:this_sad (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1721 int this_sad; local
1807 unsigned int best_sad, tmp_sad, this_sad[4]; local
1826 unsigned int this_sad; local
    [all...]
vp9_rd.c 490 int this_sad = INT_MAX; local
522 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride,
525 if (this_sad < best_sad) {
526 best_sad = this_sad;

Completed in 467 milliseconds