HomeSort by relevance Sort by last modified time
    Searched refs:this_rd (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
pickinter.c 156 int this_rd; local
163 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
165 if (this_rd < best_rd)
169 best_rd = this_rd;
489 int this_rd; local
507 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
521 this_rd = ((int64_t)this_rd) * rd_adj / 100;
525 return this_rd;
712 int this_rd = INT_MAX local
1200 int this_rd = 0; local
1267 int this_rd; local
    [all...]
rdopt.c 664 int this_rd; local
682 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
684 if (this_rd < best_rd)
689 best_rd = this_rd;
779 int this_rd; local
798 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
800 if (this_rd < best_rd)
803 best_rd = this_rd;
885 int this_rd; local
910 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion)
1162 int this_rd; local
2020 int this_rd = INT_MAX; local
2533 int this_rd = INT_MAX; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 156 int this_rd; local
163 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
165 if (this_rd < best_rd)
169 best_rd = this_rd;
489 int this_rd; local
506 this_rd = RDCOST(x->rdmult, x->rddiv, rate2, *distortion2);
518 this_rd = ((int64_t)this_rd) * rd_adj / 100;
522 return this_rd;
702 int this_rd = INT_MAX local
1187 int this_rd = 0; local
1254 int this_rd; local
    [all...]
rdopt.c 665 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
799 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
801 if (this_rd < best_rd)
804 best_rd = this_rd;
886 int this_rd; local
911 this_rd = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion)
1163 int this_rd; local
2020 int this_rd = INT_MAX; local
2531 int this_rd = INT_MAX; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 157 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 = INT_MAX local
1190 int this_rd = 0; local
1257 int this_rd; local
    [all...]
rdopt.c 665 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 = RDCOST(x->rdmult, x->rddiv, this_rate, this_distortion)
1168 int this_rd; local
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/
vp9_pickmode.c 220 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;
vp9_rdopt.c 77 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
1197 int64_t d = INT64_MAX, this_rd = INT64_MAX; local
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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 223 int64_t this_rd = INT64_MAX; local
311 if (this_rd < (int64_t)(1 << num_pels_log2_lookup[bsize]))
396 this_rd = RDCOST(x->rdmult, x->rddiv, rate, dist);
398 if (this_rd < best_rd) {
399 best_rd = this_rd;
427 this_rd = RDCOST(x->rdmult, x->rddiv, rate, dist);
429 if (this_rd + intra_mode_cost < best_rd) {
430 best_rd = this_rd;
vp9_rdopt.c 77 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
1197 int64_t d = INT64_MAX, this_rd = INT64_MAX; local
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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c 434 int64_t this_rd = INT64_MAX; local
560 if (this_rd < (int64_t)(1 << num_pels_log2_lookup[bsize]))
651 this_rd = RDCOST(x->rdmult, x->rddiv, rate, dist);
660 this_rd = RDCOST(x->rdmult, x->rddiv, rate, dist);
672 if (this_rd < best_rd || x->skip) {
673 best_rd = this_rd;
746 this_rd = RDCOST(x->rdmult, x->rddiv, rate, dist);
748 if (this_rd + intra_mode_cost < best_rd) {
749 best_rd = this_rd;
vp9_rdopt.c 74 int64_t this_rd; member in struct:rdcost_block_args
443 args->this_rd += rd;
445 if (args->this_rd > args->best_rd) {
670 int64_t this_rd; local
735 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
737 if (this_rd < best_rd) {
741 best_rd = this_rd;
791 int64_t d = INT64_MAX, this_rd = INT64_MAX; local
800 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
803 if (this_rd >= best_rd - total_rd
841 int64_t this_distortion, this_rd; local
954 int64_t best_rd = INT64_MAX, this_rd; local
2151 int64_t this_rd = 0; local
2714 int64_t this_rd = INT64_MAX; local
3219 int64_t this_rd = INT64_MAX; local
3385 int64_t this_rd = INT64_MAX; local
    [all...]

Completed in 717 milliseconds