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

/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c585 static int evaluate_inter_mode(unsigned int* sse, int rate2, int* distortion2, argument
597 *distortion2 = 0;
604 *distortion2 = vp8_get_inter_mbpred_error(x,
608 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
699 int distortion2; local
989 distortion2 = 0;
1015 distortion2 = best_rd_sse;
1016 pick_intra4x4mby_modes(x, &rate, &distortion2);
1018 if (distortion2 == INT_MAX)
1025 distortion2
[all...]
H A Drdopt.c50 int distortion2; member in struct:rate_distortion_struct
1805 rd->distortion2 = sse + sse2;
1814 rd->distortion2);
1827 rd->distortion2 += distortion;
1833 rd->distortion2 += rd->distortion_uv;
1909 this_rd = RDCOST(x->rdmult, x->rddiv, rd->rate2, rd->distortion2);
1927 (rd->distortion2-rd->distortion_uv));
2043 rd.distortion2 = 0;
2160 rd.distortion2 += distortion;
2166 rd.distortion2
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3136 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
3335 distortion2 = distortion_y + distortion_uv;
3338 &rate2, &distortion2, &skippable,
3370 if (RDCOST(x->rdmult, x->rddiv, rate_y + rate_uv, distortion2) <
3377 distortion2 = total_sse;
3388 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, distortion2);
3427 rd_cost->dist = distortion2;
3456 distortion2 * scale < qstep * qstep) {
3475 single_rd = RDCOST(x->rdmult, x->rddiv, single_rate, distortion2);
3476 hybrid_rd = RDCOST(x->rdmult, x->rddiv, hybrid_rate, distortion2);
3643 const int64_t distortion2 = 0; local
3813 int64_t distortion2 = 0, distortion_y = 0, distortion_uv = 0; local
[all...]
/external/opencv/cvaux/src/
H A Dcvepilines.cpp2715 CvVect32f distortion2,
2771 icvCvt_32f_64d(distortion2, distortion2_64d, 4);

Completed in 161 milliseconds