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

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c666 int this_rd; local
684 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
686 if (this_rd < best_rd)
691 best_rd = this_rd;
781 int this_rd; local
800 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
802 if (this_rd < best_rd)
805 best_rd = this_rd;
893 int this_rd; local
918 this_rd
1170 int this_rd; local
1837 calculate_final_rd_costs(int this_rd, RATE_DISTORTION* rd, int* other_cost, int disable_skip, int uv_intra_tteob, int intra_rd_penalty, VP8_COMP *cpi, MACROBLOCK *x) argument
1917 update_best_mode(BEST_MODE* best_mode, int this_rd, RATE_DISTORTION* rd, int other_cost, MACROBLOCK *x) argument
2027 int this_rd = INT_MAX; local
2539 int this_rd = INT_MAX; local
[all...]
H A Dpickinter.c257 int this_rd; local
264 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
266 if (this_rd < best_rd)
270 best_rd = this_rd;
590 int this_rd; local
608 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
628 this_rd = ((int64_t)this_rd) * rd_adj / 100;
632 return this_rd;
915 int this_rd local
1453 int this_rd = 0; local
1520 int this_rd; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c73 int64_t this_rd; member in struct:rdcost_block_args
547 if (args->this_rd + rd > args->best_rd) {
565 args->this_rd += rd;
567 if (args->this_rd > args->best_rd) {
798 int64_t this_rd; local
869 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
871 if (this_rd < best_rd) {
875 best_rd = this_rd;
902 int64_t this_rd; local
971 this_rd
1027 int64_t d = INT64_MAX, this_rd = INT64_MAX; local
1077 int64_t this_distortion, this_rd; local
1187 int64_t best_rd = INT64_MAX, this_rd; local
2818 rd_variance_adjustment(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int64_t *this_rd, MV_REFERENCE_FRAME ref_frame, unsigned int source_variance) argument
3132 int64_t this_rd = INT64_MAX; local
3641 int64_t this_rd = INT64_MAX; local
3809 int64_t this_rd = INT64_MAX; local
[all...]
H A Dvp9_pickmode.c1730 int64_t this_rd = 0; local
1903 this_rd += b_best_rd;
1913 if (this_rd < best_rd) {
1914 best_rd = this_rd;

Completed in 108 milliseconds