OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_adjustment
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/encoder/
pickinter.c
889
int
best_adjustment
= (cpi->rd_thresh_mult[best_mode_index] >> 3);
local
891
cpi->rd_thresh_mult[best_mode_index] = (cpi->rd_thresh_mult[best_mode_index] >= (MIN_THRESHMULT +
best_adjustment
)) ? cpi->rd_thresh_mult[best_mode_index] -
best_adjustment
: MIN_THRESHMULT;
rdopt.c
2422
int
best_adjustment
= (cpi->rd_thresh_mult[best_mode_index] >> 2);
local
[
all
...]
Completed in 6347 milliseconds