Searched refs:VPX_DL_GOOD_QUALITY (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 136 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()
|
D | vp9_lossless_encoder.c | 38 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp8cx_set_ref.c | 73 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | simple_encoder.c | 124 vpx_codec_encode(codec, img, frame_index, 1, flags, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | set_maps.c | 131 vpx_codec_encode(codec, img, frame_index, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp9cx_set_ref.c | 237 vpx_codec_encode(ecodec, img, frame_in, 1, 0, VPX_DL_GOOD_QUALITY); in encode_frame()
|
D | vp9_spatial_svc_encoder.c | 956 svc_ctx.speed >= 5 ? VPX_DL_REALTIME : VPX_DL_GOOD_QUALITY); in main()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 832 #define VPX_DL_GOOD_QUALITY (1000000) macro
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.cc | 112 case kTwoPassGood: deadline_ = VPX_DL_GOOD_QUALITY; break; in SetMode()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 920 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config() 949 global->deadline = VPX_DL_GOOD_QUALITY; in parse_global_config()
|