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.c1952 int64_t this_dist, sum_dist = 0, best_dist = INT64_MAX; local
2013 rd_pick_sb_modes(cpi, tile, mi_row, mi_col, &this_rate, &this_dist, bsize,
2020 sum_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_dist);
2026 best_dist = this_dist;
2091 subsize, &this_rate, &this_dist, i != 3,
2098 sum_dist += this_dist;
2148 &this_dist, subsize, &pc_tree->horizontal[1],
2154 sum_dist += this_dist;
2196 &this_dist, subsize,
2203 sum_dist += this_dist;
2579 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
691 args->this_dist += args->dist;
769 *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 115 milliseconds