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.c136 get_frame_stats(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, in pass0()
142 while (get_frame_stats(&codec, NULL, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, in pass0()
172 encode_frame(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, writer); in pass1()
178 while (encode_frame(&codec, NULL, -1, 1, 0, VPX_DL_GOOD_QUALITY, writer)) { in pass1()
Dvp9_lossless_encoder.c38 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
Dvp8cx_set_ref.c73 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
Dsimple_encoder.c124 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
Dset_maps.c131 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
Dvp9cx_set_ref.c237 vpx_codec_encode(ecodec, img, frame_in, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
Dvp9_spatial_svc_encoder.c956 svc_ctx.speed >= 5 ? VPX_DL_REALTIME : VPX_DL_GOOD_QUALITY); in main()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h832 #define VPX_DL_GOOD_QUALITY (1000000) macro
/external/libvpx/libvpx/test/
Dencode_test_driver.cc112 case kTwoPassGood: deadline_ = VPX_DL_GOOD_QUALITY; break; in SetMode()
/external/libvpx/libvpx/
Dvpxenc.c920 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config()
949 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config()