Home
last modified time | relevance | path

Searched refs:total_sse (Results 1 – 8 of 8) 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/chromium_org/third_party/libwebp/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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_rdopt.c2722 int64_t total_sse = INT64_MAX; in vp9_rd_pick_inter_mode_sb() local
2930 single_skippable, &total_sse, best_rd); in vp9_rd_pick_inter_mode_sb()
2957 RDCOST(x->rdmult, x->rddiv, 0, total_sse)) { in vp9_rd_pick_inter_mode_sb()
2963 distortion2 = total_sse; in vp9_rd_pick_inter_mode_sb()
2964 assert(total_sse >= 0); in vp9_rd_pick_inter_mode_sb()
3393 int64_t total_sse = INT_MAX; in vp9_rd_pick_inter_mode_sub8x8() local
3569 &skippable, &total_sse, in vp9_rd_pick_inter_mode_sub8x8()
3599 tmp_best_sse = total_sse; in vp9_rd_pick_inter_mode_sub8x8()
3634 &distortion, &skippable, &total_sse, in vp9_rd_pick_inter_mode_sub8x8()
3640 total_sse = tmp_best_sse; in vp9_rd_pick_inter_mode_sub8x8()
[all …]
Dvp9_encoder.c1201 int64_t total_sse = 0; in get_sse() local
1209 total_sse += sse; in get_sse()
1216 total_sse += sse; in get_sse()
1224 total_sse += sse; in get_sse()
1234 return total_sse; in get_sse()
1252 uint64_t total_sse = 0; in calc_psnr() local
1266 total_sse += sse; in calc_psnr()
1270 psnr->sse[0] = total_sse; in calc_psnr()
1273 (double)total_sse); in calc_psnr()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c3302 int64_t total_sse = INT64_MAX; in vp9_rd_pick_inter_mode_sb() local
3448 single_newmv, &total_sse, best_rd); in vp9_rd_pick_inter_mode_sb()
3493 RDCOST(x->rdmult, x->rddiv, 0, total_sse)) { in vp9_rd_pick_inter_mode_sb()
3499 distortion2 = total_sse; in vp9_rd_pick_inter_mode_sb()
3500 assert(total_sse >= 0); in vp9_rd_pick_inter_mode_sb()
3853 int64_t total_sse = INT_MAX; in vp9_rd_pick_inter_mode_sub8x8() local
4068 &skippable, &total_sse, in vp9_rd_pick_inter_mode_sub8x8()
4098 tmp_best_sse = total_sse; in vp9_rd_pick_inter_mode_sub8x8()
4135 &skippable, &total_sse, in vp9_rd_pick_inter_mode_sub8x8()
4142 total_sse = tmp_best_sse; in vp9_rd_pick_inter_mode_sub8x8()
[all …]
Dvp9_onyx_if.c1577 int64_t total_sse = 0; in get_sse() local
1585 total_sse += sse; in get_sse()
1592 total_sse += sse; in get_sse()
1600 total_sse += sse; in get_sse()
1610 return total_sse; in get_sse()
1628 uint64_t total_sse = 0; in calc_psnr() local
1642 total_sse += sse; in calc_psnr()
1646 psnr->sse[0] = total_sse; in calc_psnr()
1649 (double)total_sse); in calc_psnr()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2432 uint64_t total_sse = 0; in calc_plane_error() local
2444 total_sse += sse; in calc_plane_error()
2459 total_sse += diff * diff; in calc_plane_error()
2477 total_sse += diff * diff; in calc_plane_error()
2485 return total_sse; in calc_plane_error()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Donyx_if.c2486 uint64_t total_sse = 0; in calc_plane_error() local
2498 total_sse += sse; in calc_plane_error()
2513 total_sse += diff * diff; in calc_plane_error()
2531 total_sse += diff * diff; in calc_plane_error()
2539 return total_sse; in calc_plane_error()