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

  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 911 int64_t this_sse = INT64_MAX; local
1223 int64_t this_sse; local
    [all...]
vp9_rdopt.c 72 int64_t this_sse; member in struct:rdcost_block_args
449 int64_t this_sse; local
457 &this_sse, bd) >> shift;
460 &this_sse) >> shift;
462 *out_sse = this_sse >> shift;
564 args->this_sse += sse;
607 *sse = args.this_sse;
1189 int64_t this_distortion, this_sse; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 76 int64_t this_sse; member in struct:rdcost_block_args
633 int64_t this_sse; local
638 &this_sse) >> shift;
639 args->sse = this_sse >> shift;
690 args->this_sse += args->sse;
768 *sse = args.this_sse;
1365 int64_t this_distortion, this_sse; local
    [all...]

Completed in 4526 milliseconds