Searched refs:adaptive_rd_thresh (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_speed_features.c45 sf->adaptive_rd_thresh = 1;
63 sf->adaptive_rd_thresh = 2;
106 sf->adaptive_rd_thresh = 3;
116 sf->adaptive_rd_thresh = 4;
142 sf->adaptive_rd_thresh = 1;
162 sf->adaptive_rd_thresh = 2;
198 sf->adaptive_rd_thresh = 2;
217 sf->adaptive_rd_thresh = 4;
229 sf->adaptive_rd_thresh = 5;
303 sf->adaptive_rd_thresh
[all...]
H A Dvp9_speed_features.h183 int adaptive_rd_thresh; member in struct:__anon24976
H A Dvp9_rdopt.c3687 if (cpi->sf.adaptive_rd_thresh) {
3695 cpi->sf.adaptive_rd_thresh * RD_THRESH_MAX_FACT);
4405 if (cpi->sf.adaptive_rd_thresh) {
4413 cpi->sf.adaptive_rd_thresh * RD_THRESH_MAX_FACT);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_speed_features.c30 sf->adaptive_rd_thresh = 1;
45 sf->adaptive_rd_thresh = 2;
111 sf->adaptive_rd_thresh = 3;
130 sf->adaptive_rd_thresh = 4;
168 sf->adaptive_rd_thresh = 1;
188 sf->adaptive_rd_thresh = 2;
228 sf->adaptive_rd_thresh = 4;
239 sf->adaptive_rd_thresh = 5;
340 sf->adaptive_rd_thresh = 0;
H A Dvp9_speed_features.h233 int adaptive_rd_thresh; member in struct:SPEED_FEATURES
H A Dvp9_rd.c532 if (sf->adaptive_rd_thresh) {
H A Dvp9_rdopt.c2527 if (cpi->sf.adaptive_rd_thresh > 0) {
2537 cpi->sf.adaptive_rd_thresh * RD_THRESH_MAX_FACT);

Completed in 128 milliseconds