Searched refs:VPX_DL_GOOD_QUALITY (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/examples/
H A Dtwopass_encoder.c32 // VPX_DL_BEST_QUALITY can be used in place of VPX_DL_GOOD_QUALITY.
136 get_frame_stats(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY,
142 while (get_frame_stats(&codec, NULL, frame_count, 1, 0, VPX_DL_GOOD_QUALITY,
172 encode_frame(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, writer);
178 while (encode_frame(&codec, NULL, -1, 1, 0, VPX_DL_GOOD_QUALITY, writer)) {
H A Dsimple_encoder.c124 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY);
H A Dvp8cx_set_ref.c73 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY);
H A Dvp9_lossless_encoder.c38 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY);
H A Dset_maps.c131 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY);
H A Dvp9cx_set_ref.c237 vpx_codec_encode(ecodec, img, frame_in, 1, 0, VPX_DL_GOOD_QUALITY);
H A Dvp9_spatial_svc_encoder.c757 svc_ctx.speed >= 5 ? VPX_DL_REALTIME : VPX_DL_GOOD_QUALITY);
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h851 #define VPX_DL_GOOD_QUALITY (1000000) macro
867 * based system can use the symbols #VPX_DL_REALTIME, #VPX_DL_GOOD_QUALITY,
/external/libvpx/libvpx/test/
H A Dencode_test_driver.cc111 case kTwoPassGood: deadline_ = VPX_DL_GOOD_QUALITY; break;
H A Dsvc_test.cc121 video.duration(), VPX_DL_GOOD_QUALITY);
129 VPX_DL_GOOD_QUALITY);
189 video.duration(), VPX_DL_GOOD_QUALITY);
197 VPX_DL_GOOD_QUALITY);
/external/libvpx/libvpx/
H A Dvpxenc.c912 global->deadline = VPX_DL_GOOD_QUALITY;
941 global->deadline = VPX_DL_GOOD_QUALITY;

Completed in 111 milliseconds