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

  /external/webp/src/enc/
picture_psnr.c 32 double total_sse = 0.; local
50 total_sse += best_sse;
56 stats->xxm = total_sse;
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 928 double total_sse = 0.; local
945 total_sse += best_sse;
948 return (float)total_sse;
1008 double total_sse = sse[0] + sse[1] + sse[2]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 2168 int64_t total_sse = 0; local
2211 int64_t total_sse = 0; local
2228 int64_t total_sse = 0; local
2283 uint64_t total_sse = 0; local
2335 uint64_t total_sse = 0; local
    [all...]
vp9_rdopt.c 172 int64_t total_sse = 0; local
242 total_sse += sum_sse;
267 *skip_sse_sb = total_sse << 4;
3139 int64_t total_sse = INT64_MAX; local
3817 int64_t total_sse = INT_MAX; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 3302 int64_t total_sse = INT64_MAX; local
3853 int64_t total_sse = INT_MAX; local
    [all...]
vp9_onyx_if.c 1643 uint64_t total_sse = 0; local
1704 uint64_t total_sse = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2509 uint64_t total_sse = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 2433 uint64_t total_sse = 0; local
    [all...]

Completed in 731 milliseconds