OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:distortion2
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/encoder/
encodeframe.c
1184
int
distortion2
;
local
[
all
...]
pickinter.c
435
int
distortion2
;
local
576
distortion2
= 0;
636
distortion2
= *returndistortion; // Best so far passed in as breakout value to vp8_pick_intra4x4mby_modes
637
vp8_pick_intra4x4mby_modes(IF_RTCD(&cpi->rtcd), x, &rate, &
distortion2
);
639
distortion2
= VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
641
if (
distortion2
== INT_MAX)
647
this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2,
distortion2
);
669
distortion2
= VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
671
this_rd = RD_ESTIMATE(x->rdmult, x->rddiv, rate2,
distortion2
);
816
distortion2
= get_inter_mbpred_error(x, &cpi->fn_ptr[BLOCK_16X16], (unsigned int *)(&sse))
[
all
...]
rdopt.c
1746
int rate2,
distortion2
;
local
[
all
...]
Completed in 94 milliseconds