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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dpickinter.c157 int this_rd; local
164 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
166 if (this_rd < best_rd)
170 best_rd = this_rd;
491 int this_rd; local
508 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
520 this_rd = ((int64_t)this_rd) * rd_adj / 100;
524 return this_rd;
705 int this_rd local
1190 int this_rd = 0; local
1257 int this_rd; local
[all...]
H A Drdopt.c665 int this_rd; local
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
685 if (this_rd < best_rd)
690 best_rd = this_rd;
780 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;
891 int this_rd; local
916 this_rd
1168 int this_rd; local
1836 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
1916 update_best_mode(BEST_MODE* best_mode, int this_rd, RATE_DISTORTION* rd, int other_cost, MACROBLOCK *x) argument
2025 int this_rd = INT_MAX; local
2536 int this_rd = INT_MAX; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_pickmode.c220 int64_t this_rd = INT64_MAX; local
301 if (this_rd < (int64_t)(1 << num_pels_log2_lookup[bsize]))
327 this_rd = RDCOST(x->rdmult, x->rddiv, rate, dist);
329 if (this_rd < best_rd) {
330 best_rd = this_rd;
356 this_rd = RDCOST(x->rdmult, x->rddiv, rate, dist);
358 if (this_rd + intra_mode_cost < best_rd) {
359 best_rd = this_rd;
H A Dvp9_rdopt.c77 int64_t this_rd; member in struct:rdcost_block_args
691 args->this_rd += rd;
693 if (args->this_rd > args->best_rd) {
1076 int64_t this_rd; local
1141 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
1143 if (this_rd < best_rd) {
1147 best_rd = this_rd;
1197 int64_t d = INT64_MAX, this_rd = INT64_MAX; local
1206 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
1209 if (this_rd >
1247 int64_t this_distortion, this_rd; local
1363 int64_t best_rd = INT64_MAX, this_rd; local
2713 int64_t this_rd = 0; local
3293 int64_t this_rd = INT64_MAX; local
3844 int64_t this_rd = INT64_MAX; local
[all...]

Completed in 81 milliseconds