Searched refs:this_dist (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2040 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2160 rd_pick_sb_modes(cpi, tile, mi_row, mi_col, &this_rate, &this_dist, bsize,
2167 sum_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_dist);
2174 best_dist = this_dist;
2279 subsize, &this_rate, &this_dist,
2286 sum_dist += this_dist;
2337 &this_dist, subsize, &pc_tree->horizontal[1],
2343 sum_dist += this_dist;
2385 &this_dist, subsize,
2392 sum_dist += this_dist;
2723 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
[all...]
H A Dvp9_rdopt.c72 int64_t this_dist; member in struct:rdcost_block_args
441 args->this_dist += args->dist;
480 *distortion = args.this_dist;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2178 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2249 rd_pick_sb_modes(cpi, tile, mi_row, mi_col, &this_rate, &this_dist, bsize,
2256 sum_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_dist);
2262 best_dist = this_dist;
2312 &this_rate, &this_dist, i != 3, best_rd - sum_rd);
2318 sum_dist += this_dist;
2368 &this_dist, subsize, get_block_context(x, subsize),
2374 sum_dist += this_dist;
2419 &this_dist, subsize, get_block_context(x, subsize),
2425 sum_dist += this_dist;
2812 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
[all...]
H A Dvp9_rdopt.c75 int64_t this_dist; member in struct:rdcost_block_args
689 args->this_dist += args->dist;
766 *distortion = args.this_dist;

Completed in 1237 milliseconds