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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 2005 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2694 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
    [all...]
vp9_rdopt.c 67 int64_t this_dist; member in struct:rdcost_block_args
409 args->this_dist += args->dist;
448 *distortion = args.this_dist;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 2013 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2655 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
    [all...]
vp9_rdopt.c 75 int64_t this_dist; member in struct:rdcost_block_args
689 args->this_dist += args->dist;
766 *distortion = args.this_dist;
    [all...]

Completed in 486 milliseconds