Home
last modified time | relevance | path

Searched refs:VPX_DL_BEST_QUALITY (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_encoder.h834 #define VPX_DL_BEST_QUALITY (0) macro
/external/libvpx/libvpx/test/
Dencode_test_driver.cc115 case kTwoPassBest: deadline_ = VPX_DL_BEST_QUALITY; break; in SetMode()
/external/libvpx/libvpx/
Dvpxenc.c692 global->deadline = VPX_DL_BEST_QUALITY; in parse_global_config()