OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_rd
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
pickinter.c
146
int
best_rd
= INT_MAX;
local
165
if (this_rd <
best_rd
)
169
best_rd
= this_rd;
176
return
best_rd
;
583
int
best_rd
= INT_MAX;
local
705
if (
best_rd
<= x->rd_threshes[mode_index])
[
all
...]
rdopt.c
646
int
best_rd
= INT_MAX;
local
688
if (this_rd <
best_rd
)
693
best_rd
= this_rd;
705
return
best_rd
;
709
int *rate_y, int *Distortion, int
best_rd
)
758
if(total_rd >= (int64_t)
best_rd
)
762
if(total_rd >= (int64_t)
best_rd
)
782
int
best_rd
= INT_MAX;
local
804
if (this_rd <
best_rd
)
807
best_rd
= this_rd
880
int
best_rd
= INT_MAX;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_block.h
250
int64_t
best_rd
;
member in struct:rdcost_block_args
vp9_rdopt.c
624
if (args->this_rd > args->
best_rd
) {
672
arg->
best_rd
= ref_rdcost;
1023
int64_t
best_rd
= rd_thresh;
local
1339
int64_t
best_rd
= INT64_MAX, this_rd;
local
1717
int64_t
best_rd
= INT64_MAX;
local
2670
int64_t rd,
best_rd
= INT64_MAX;
local
3164
int64_t
best_rd
=
best_rd
_so_far;
local
3864
int64_t
best_rd
=
best_rd
_so_far;
local
[
all
...]
Completed in 43 milliseconds