Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.c1643 uint64_t total_sse = 0; in calc_plane_error() local
1651 total_sse += sse; in calc_plane_error()
1663 total_sse += diff * diff; in calc_plane_error()
1679 total_sse += diff * diff; in calc_plane_error()
1686 return total_sse; in calc_plane_error()
1704 uint64_t total_sse = 0; in calc_psnr() local
1718 total_sse += sse; in calc_psnr()
1722 psnr->sse[0] = total_sse; in calc_psnr()
1725 (double)total_sse); in calc_psnr()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2433 uint64_t total_sse = 0; in calc_plane_error() local
2445 total_sse += sse; in calc_plane_error()
2460 total_sse += diff * diff; in calc_plane_error()
2478 total_sse += diff * diff; in calc_plane_error()
2486 return total_sse; in calc_plane_error()