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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 2040 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2723 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
    [all...]
vp9_rdopt.c 72 int64_t this_dist; member in struct:rdcost_block_args
441 args->this_dist += args->dist;
480 *distortion = args.this_dist;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 2178 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2812 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...]
  /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 138 milliseconds