Searched refs:VPX_DL_GOOD_QUALITY (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 143 get_frame_stats(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, in pass0() 149 VPX_DL_GOOD_QUALITY, &stats)) {} in pass0() 183 encode_frame(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, writer); in pass1() 187 while (encode_frame(&codec, NULL, -1, 1, 0, VPX_DL_GOOD_QUALITY, writer)) {} in pass1()
|
D | vp9_lossless_encoder.c | 39 flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp8cx_set_ref.c | 75 VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | simple_encoder.c | 127 flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | set_maps.c | 136 VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp9_spatial_svc_encoder.c | 737 VPX_DL_REALTIME : VPX_DL_GOOD_QUALITY); in main()
|
/external/libvpx/libvpx/test/ |
D | svc_test.cc | 124 video.duration(), VPX_DL_GOOD_QUALITY); in Pass1EncodeNFrames() 132 video.duration(), VPX_DL_GOOD_QUALITY); in Pass1EncodeNFrames() 193 video.duration(), VPX_DL_GOOD_QUALITY); in Pass2EncodeNFrames() 201 video.duration(), VPX_DL_GOOD_QUALITY); in Pass2EncodeNFrames()
|
D | encode_test_driver.cc | 124 deadline_ = VPX_DL_GOOD_QUALITY; in SetMode()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 900 #define VPX_DL_GOOD_QUALITY (1000000) /**< deadline parameter analogous to macro
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 864 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config() 891 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config()
|