Home
last modified time | relevance | path

Searched refs:this_sse (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c71 int64_t this_sse; member
483 unsigned this_sse = 0; in pixel_sse() local
492 dst + r * dst_stride * 4 + c * 4, dst_stride, &this_sse); in pixel_sse()
493 sse += this_sse; in pixel_sse()
547 int64_t this_sse; in dist_block() local
554 coeff, dqcoeff, 16 << ss_txfrm_size, &this_sse, bd) >> in dist_block()
558 vp9_block_error(coeff, dqcoeff, 16 << ss_txfrm_size, &this_sse) >> in dist_block()
561 *out_sse = this_sse >> shift; in dist_block()
769 args->this_sse += sse; in block_rd_txfm()
810 *sse = args.this_sse; in txfm_rd_in_plane()
[all …]
Dvp9_pickmode.c991 int64_t this_sse = INT64_MAX; in estimate_block_intra() local
993 block_yrd(cpi, x, &this_rdc, &args->skippable, &this_sse, bsize_tx, in estimate_block_intra()
1628 int64_t this_sse; in vp9_pick_inter_mode() local
1942 this_sse = (int64_t)sse_y; in vp9_pick_inter_mode()
1943 block_yrd(cpi, x, &this_rdc, &is_skippable, &this_sse, bsize, in vp9_pick_inter_mode()
1951 RDCOST(x->rdmult, x->rddiv, 0, this_sse)) { in vp9_pick_inter_mode()
1955 this_rdc.dist = this_sse; in vp9_pick_inter_mode()