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

  /external/libvpx/libvpx/vpx_dsp/
psnr.c 87 int64_t total_sse = 0; local
95 total_sse += sse;
102 total_sse += sse;
110 total_sse += sse;
120 return total_sse;
129 int64_t total_sse = 0; local
135 total_sse += diff * diff;
140 return total_sse;
145 int64_t total_sse = 0; local
154 total_sse += sse
212 uint64_t total_sse = 0; local
260 uint64_t total_sse = 0; local
    [all...]
  /external/webp/src/enc/
picture_psnr_enc.c 40 double total_sse = 0.; local
58 total_sse += best_sse;
61 return total_sse;
69 double total_sse = 0.; local
71 total_sse += VP8AccumulateSSE(src, ref, w);
75 return total_sse;
  /external/libvpx/libvpx/tools/
tiny_ssim.c 35 uint64_t total_sse = 0; local
41 total_sse += diff * diff;
47 return total_sse;
54 uint64_t total_sse = 0; local
60 total_sse += diff * diff;
66 return total_sse;
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 167 int64_t total_sse = 0; local
236 total_sse += sum_sse;
274 *skip_sse_sb = total_sse << 4;
3222 int64_t total_sse = INT64_MAX; local
3885 int64_t total_sse = INT_MAX; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2359 uint64_t total_sse = 0; local
    [all...]

Completed in 212 milliseconds