Home
last modified time | relevance | path

Searched refs:total_sse (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/enc/
Dpicture_psnr.c30 double total_sse = 0.; in AccumulateLSIM() local
47 total_sse += best_sse; in AccumulateLSIM()
50 return (float)total_sse; in AccumulateLSIM()
110 double total_sse = sse[0] + sse[1] + sse[2]; in WebPPictureDistortion() local
114 total_sse += sse[3]; in WebPPictureDistortion()
116 result[4] = GetPSNR(total_sse / total_pixels); in WebPPictureDistortion()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2647 int64_t total_sse = INT64_MAX; in vp9_rd_pick_inter_mode_sb() local
2835 single_newmv, &total_sse, best_rd); in vp9_rd_pick_inter_mode_sb()
2869 RDCOST(x->rdmult, x->rddiv, 0, total_sse)) { in vp9_rd_pick_inter_mode_sb()
2875 distortion2 = total_sse; in vp9_rd_pick_inter_mode_sb()
2876 assert(total_sse >= 0); in vp9_rd_pick_inter_mode_sb()
3289 int64_t total_sse = INT_MAX; in vp9_rd_pick_inter_mode_sub8x8() local
3470 &skippable, &total_sse, in vp9_rd_pick_inter_mode_sub8x8()
3500 tmp_best_sse = total_sse; in vp9_rd_pick_inter_mode_sub8x8()
3535 &distortion, &skippable, &total_sse, in vp9_rd_pick_inter_mode_sub8x8()
3541 total_sse = tmp_best_sse; in vp9_rd_pick_inter_mode_sub8x8()
[all …]
Dvp9_encoder.c1151 int64_t total_sse = 0; in get_sse() local
1159 total_sse += sse; in get_sse()
1166 total_sse += sse; in get_sse()
1174 total_sse += sse; in get_sse()
1184 return total_sse; in get_sse()
1202 uint64_t total_sse = 0; in calc_psnr() local
1216 total_sse += sse; in calc_psnr()
1220 psnr->sse[0] = total_sse; in calc_psnr()
1223 (double)total_sse); in calc_psnr()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2484 uint64_t total_sse = 0; in calc_plane_error() local
2496 total_sse += sse; in calc_plane_error()
2511 total_sse += diff * diff; in calc_plane_error()
2529 total_sse += diff * diff; in calc_plane_error()
2537 return total_sse; in calc_plane_error()