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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c895 int64_t this_sse = INT64_MAX; local
913 block_yrd(cpi, x, &rate, &dist, &is_skippable, &this_sse, 0,
1216 int64_t this_sse; local
1415 this_sse = (int64_t)sse_y;
1417 &this_sse, 0, bsize, MIN(mbmi->tx_size, TX_16X16));
1423 RDCOST(x->rdmult, x->rddiv, 0, this_sse)) {
1427 this_rdc.dist = this_sse;
H A Dvp9_rdopt.c71 int64_t this_sse; member in struct:rdcost_block_args
427 int64_t this_sse; local
434 &this_sse, bd) >> shift;
437 &this_sse) >> shift;
439 *out_sse = this_sse >> shift;
541 args->this_sse += sse;
584 *sse = args.this_sse;
1155 int64_t this_distortion, this_sse; local
1165 &this_distortion, &s, &this_sse, bsize, best_rd))

Completed in 30 milliseconds