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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 443 int this_sad = INT_MAX; local
470 this_sad = cpi->fn_ptr[block_size].sdf(src_y_ptr, x->plane[0].src.stride,
474 if (this_sad < best_sad) {
475 best_sad = this_sad;
vp9_encodeframe.c 1249 int this_sad = 0; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 2154 int this_sad = INT_MAX; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 2154 int this_sad = INT_MAX; local
    [all...]

Completed in 57 milliseconds