Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c8220 int64_t tmp_dist[2], tmp_skip_sse[2] = { 0, 0 }; in interpolation_filter_rd() local
8257 cpi, bsize, x, xd, 0, 0, mi_row, mi_col, &tmp_rate[0], &tmp_dist[0], in interpolation_filter_rd()
8260 tmp_dist[1] = tmp_dist[0]; in interpolation_filter_rd()
8264 tmp_dist[1] = dist[0]; in interpolation_filter_rd()
8270 int64_t tmp_rd = RDCOST(x->rdmult, tmp_rs + tmp_rate[1], tmp_dist[1]); in interpolation_filter_rd()
8282 tmp_dist[1] += tmp_dist_uv; in interpolation_filter_rd()
8290 tmp_dist[1] = dist[1]; in interpolation_filter_rd()
8292 int64_t tmp_rd = RDCOST(x->rdmult, tmp_rs + tmp_rate[1], tmp_dist[1]); in interpolation_filter_rd()
8303 memcpy(dist, tmp_dist, sizeof(*dist) * 2); in interpolation_filter_rd()
8311 dist[1] = tmp_dist[1]; in interpolation_filter_rd()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2861 int64_t tmp_dist; in handle_inter_mode() local
2866 model_rd_for_sb(cpi, bsize, x, xd, &tmp_rate, &tmp_dist, &skip_txfm_sb, in handle_inter_mode()
2868 rd = RDCOST(x->rdmult, x->rddiv, rs + tmp_rate, tmp_dist); in handle_inter_mode()