Home
last modified time | relevance | path

Searched refs:VPX_DL_GOOD_QUALITY (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/examples/
Dtwopass_encoder.c143 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()
Dvp9_lossless_encoder.c39 flags, VPX_DL_GOOD_QUALITY); in encode_frame()
Dvp8cx_set_ref.c75 VPX_DL_GOOD_QUALITY); in encode_frame()
Dsimple_encoder.c127 flags, VPX_DL_GOOD_QUALITY); in encode_frame()
Dset_maps.c136 VPX_DL_GOOD_QUALITY); in encode_frame()
Dvp9_spatial_svc_encoder.c737 VPX_DL_REALTIME : VPX_DL_GOOD_QUALITY); in main()
/external/libvpx/libvpx/test/
Dsvc_test.cc124 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()
Dencode_test_driver.cc124 deadline_ = VPX_DL_GOOD_QUALITY; in SetMode()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h900 #define VPX_DL_GOOD_QUALITY (1000000) /**< deadline parameter analogous to macro
/external/libvpx/libvpx/
Dvpxenc.c864 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config()
891 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config()