Searched defs:this_sse (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c911 int64_t this_sse = INT64_MAX; local
914 block_yrd(cpi, x, &rate, &dist, &is_skippable, &this_sse, 0,
1223 int64_t this_sse; local
1424 this_sse = (int64_t)sse_y;
1426 &this_sse, 0, bsize, VPXMIN(mbmi->tx_size, TX_16X16));
1432 RDCOST(x->rdmult, x->rddiv, 0, this_sse)) {
1436 this_rdc.dist = this_sse;
H A Dvp9_rdopt.c72 int64_t this_sse; member in struct:rdcost_block_args
449 int64_t this_sse; local
457 &this_sse, bd) >> shift;
460 &this_sse) >> shift;
462 *out_sse = this_sse >> shift;
564 args->this_sse += sse;
607 *sse = args.this_sse;
1189 int64_t this_distortion, this_sse; local
1199 &this_distortion, &s, &this_sse, bsize, best_rd))

Completed in 228 milliseconds