Searched refs:VPX_DL_GOOD_QUALITY (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/test/ |
D | svc_test.cc | 245 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() 251 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() 284 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() 298 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() 313 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() 326 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() 396 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() 407 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() 416 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() 446 video.duration(), VPX_DL_GOOD_QUALITY); in TEST_F() [all …]
|
D | encode_test_driver.cc | 91 deadline_ = VPX_DL_GOOD_QUALITY; in SetMode()
|
/external/libvpx/libvpx/examples/ |
D | vp8cx_set_ref.c | 75 VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | simple_encoder.c | 130 flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | set_maps.c | 135 VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp9_spatial_svc_encoder.c | 328 pts, frame_duration, VPX_DL_GOOD_QUALITY); in main()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 827 #define VPX_DL_GOOD_QUALITY (1000000) /**< deadline parameter analogous to macro
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 655 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config() 682 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config()
|