Home
last modified time | relevance | path

Searched refs:vpx_codec_control (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.cc85 return vpx_codec_control(ctx, VP8E_SET_ENABLEAUTOALTREF, param); in codec_control()
87 return vpx_codec_control(ctx, VP8E_SET_NOISE_SENSITIVITY, param); in codec_control()
89 return vpx_codec_control(ctx, VP8E_SET_SHARPNESS, param); in codec_control()
91 return vpx_codec_control(ctx, VP8E_SET_STATIC_THRESHOLD, param); in codec_control()
93 return vpx_codec_control(ctx, VP8E_SET_ARNR_MAXFRAMES, param); in codec_control()
95 return vpx_codec_control(ctx, VP8E_SET_ARNR_STRENGTH, param); in codec_control()
100 return vpx_codec_control(ctx, VP8E_SET_CQ_LEVEL, param); in codec_control()
102 return vpx_codec_control(ctx, VP8E_SET_MAX_INTRA_BITRATE_PCT, param); in codec_control()
104 return vpx_codec_control(ctx, VP8E_SET_GF_CBR_BOOST_PCT, param); in codec_control()
106 return vpx_codec_control(ctx, VP8E_SET_SCREEN_CONTENT_MODE, param); in codec_control()
[all …]
Dlibvpx_vp8_decoder.cc233 vpx_codec_control(decoder_, VP8_SET_POSTPROC, &ppcfg); in Decode()
294 vpx_codec_control(decoder_, VPXD_GET_LAST_QUANTIZER, &qp); in Decode()
Dlibvpx_vp8_encoder.cc1124 vpx_codec_control(&encoders_[encoder_idx], VP8E_GET_LAST_QUANTIZER_64, &qp); in PopulateCodecSpecific()
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c821 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed); in main()
822 vpx_codec_control(&codec, VP8E_SET_NOISE_SENSITIVITY, kVp8DenoiserOff); in main()
823 vpx_codec_control(&codec, VP8E_SET_STATIC_THRESHOLD, 1); in main()
824 vpx_codec_control(&codec, VP8E_SET_GF_CBR_BOOST_PCT, 0); in main()
827 if (vpx_codec_control(&codec, VP8E_SET_ROI_MAP, &roi)) in main()
834 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed); in main()
835 vpx_codec_control(&codec, VP9E_SET_AQ_MODE, 3); in main()
836 vpx_codec_control(&codec, VP9E_SET_GF_CBR_BOOST_PCT, 0); in main()
837 vpx_codec_control(&codec, VP9E_SET_FRAME_PARALLEL_DECODING, 0); in main()
838 vpx_codec_control(&codec, VP9E_SET_FRAME_PERIODIC_BOOST, 0); in main()
[all …]
Dvp9cx_set_ref.c80 if (vpx_codec_control(encoder, VP9_GET_REFERENCE, &ref_enc)) in testing_decode()
83 if (vpx_codec_control(decoder, VP9_GET_REFERENCE, &ref_dec)) in testing_decode()
257 if (vpx_codec_control(&ecodec, VP8E_SET_ENABLEAUTOALTREF, 0)) in main()
274 if (vpx_codec_control(&ecodec, VP8_SET_REFERENCE, &ref)) in main()
281 if (vpx_codec_control(&dcodec, VP8_SET_REFERENCE, &ref)) in main()
Dvp8_multi_resolution_encoder.c499 if (vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed)) in main()
505 if (vpx_codec_control(&codec[i], VP8E_SET_STATIC_THRESHOLD, 1)) in main()
511 if (vpx_codec_control(&codec[0], VP8E_SET_NOISE_SENSITIVITY, 1)) in main()
513 if (vpx_codec_control(&codec[1], VP8E_SET_NOISE_SENSITIVITY, 1)) in main()
516 if (vpx_codec_control(&codec[i], VP8E_SET_NOISE_SENSITIVITY, 0)) in main()
522 if (vpx_codec_control(&codec[i], VP8E_SET_TOKEN_PARTITIONS, 1)) in main()
530 if (vpx_codec_control(&codec[i], VP8E_SET_MAX_INTRA_BITRATE_PCT, in main()
584 vpx_codec_control(&codec[i], VP8E_SET_FRAME_FLAGS, flags); in main()
585 vpx_codec_control(&codec[i], VP8E_SET_TEMPORAL_LAYER_ID, layer_id); in main()
Dvp9_spatial_svc_encoder.c766 vpx_codec_control(encoder, VP9_GET_REFERENCE, &ref_enc); in test_decode()
768 vpx_codec_control(decoder, VP9_GET_REFERENCE, &ref_dec); in test_decode()
828 vpx_codec_control(codec, VP9E_GET_SVC_LAYER_ID, layer_id); in svc_output_rc_stats()
1031 vpx_codec_control(&encoder, VP8E_SET_CPUUSED, svc_ctx.speed); in main()
1033 vpx_codec_control(&encoder, VP9E_SET_TILE_COLUMNS, in main()
1036 vpx_codec_control(&encoder, VP9E_SET_ROW_MT, 1); in main()
1038 vpx_codec_control(&encoder, VP9E_SET_ROW_MT, 0); in main()
1041 vpx_codec_control(&encoder, VP9E_SET_AQ_MODE, 3); in main()
1043 vpx_codec_control(&encoder, VP8E_SET_STATIC_THRESHOLD, 1); in main()
1044 vpx_codec_control(&encoder, VP8E_SET_MAX_INTRA_BITRATE_PCT, 900); in main()
[all …]
Dpostproc.c105 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp)) in main()
110 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp)) in main()
Dset_maps.c90 if (vpx_codec_control(codec, VP8E_SET_ROI_MAP, &roi)) in set_roi_map()
107 if (vpx_codec_control(codec, VP8E_SET_ACTIVEMAP, &map)) in set_active_map()
121 if (vpx_codec_control(codec, VP8E_SET_ACTIVEMAP, &map)) in unset_active_map()
Dvp8cx_set_ref.c166 if (vpx_codec_control(&codec, VP8_SET_REFERENCE, &ref)) in main()
Dsvc_encodeframe.c522 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1); in vpx_svc_init()
523 vpx_codec_control(codec_ctx, VP9E_SET_SVC_PARAMETERS, &si->svc_params); in vpx_svc_init()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc746 vpx_codec_control(encoder_, VP8E_SET_CPUUSED, cpu_speed_); in InitAndSetControlSettings()
747 vpx_codec_control(encoder_, VP8E_SET_MAX_INTRA_BITRATE_PCT, in InitAndSetControlSettings()
749 vpx_codec_control(encoder_, VP9E_SET_AQ_MODE, in InitAndSetControlSettings()
752 vpx_codec_control(encoder_, VP9E_SET_FRAME_PARALLEL_DECODING, 0); in InitAndSetControlSettings()
753 vpx_codec_control(encoder_, VP9E_SET_SVC_GF_TEMPORAL_REF, 0); in InitAndSetControlSettings()
756 vpx_codec_control(encoder_, VP9E_SET_SVC, 1); in InitAndSetControlSettings()
757 vpx_codec_control(encoder_, VP9E_SET_SVC_PARAMETERS, &svc_params_); in InitAndSetControlSettings()
763 vpx_codec_control(encoder_, VP9E_SET_SVC_INTER_LAYER_PRED, 0); in InitAndSetControlSettings()
766 vpx_codec_control(encoder_, VP9E_SET_SVC_INTER_LAYER_PRED, 1); in InitAndSetControlSettings()
769 vpx_codec_control(encoder_, VP9E_SET_SVC_INTER_LAYER_PRED, 2); in InitAndSetControlSettings()
[all …]
/external/libvpx/libvpx/test/
Ddecode_api_test.cc98 EXPECT_EQ(VPX_CODEC_ERROR, vpx_codec_control(dec, VP9_GET_REFERENCE, &ref)); in TestVp9Controls()
100 vpx_codec_control(dec, VP9_GET_REFERENCE, NULL)); in TestVp9Controls()
109 vpx_codec_control(dec, VP8_COPY_REFERENCE, &ref_copy)); in TestVp9Controls()
111 vpx_codec_control(dec, VP8_COPY_REFERENCE, NULL)); in TestVp9Controls()
Dlevel_test.cc135 vpx_codec_control(&enc, VP9E_SET_TARGET_LEVEL, level)); in TEST_P()
138 vpx_codec_control(&enc, VP9E_SET_TARGET_LEVEL, level)); in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_codec.h386 #define vpx_codec_control(ctx, id, data) vpx_codec_control_(ctx, id, data) macro
401 #define vpx_codec_control(ctx, id, data) \ macro
/external/libvpx/libvpx/
Dvpxdec.c778 if (vpx_codec_control(&decoder, VP9_DECODE_SVC_SPATIAL_LAYER, in main_loop()
786 vpx_codec_control(&decoder, VP9D_SET_ROW_MT, enable_row_mt)) { in main_loop()
792 vpx_codec_control(&decoder, VP9D_SET_LOOP_FILTER_OPT, enable_lpf_opt)) { in main_loop()
801 vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) { in main_loop()
859 if (vpx_codec_control(&decoder, VPXD_GET_LAST_QUANTIZER, &qp)) { in main_loop()
897 vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) { in main_loop()
921 if (vpx_codec_control(&decoder, VP9D_GET_DISPLAY_SIZE, in main_loop()
Dvpxenc.c1383 vpx_codec_control(&stream->encoder, VP8E_GET_LAST_QUANTIZER_64, &q); in update_quantizer_histogram()
1527 vpx_codec_control(&stream->encoder, VP8_COPY_REFERENCE, &ref_enc); in test_decode()
1528 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec); in test_decode()
1534 vpx_codec_control(&stream->encoder, VP9_GET_REFERENCE, &ref_enc); in test_decode()
1536 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref_dec); in test_decode()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc299 vpx_codec_control(&encoder_, VP8E_SET_STATIC_THRESHOLD, 1); in PrepareEncoder()
317 vpx_codec_control(&encoder_, VP8E_SET_CPUUSED, -speed); in PrepareEncoder()
381 const auto get_quantizer_result = vpx_codec_control( in ComputeFrameEncodeStats()
/external/exoplayer/tree/extensions/vp9/src/main/jni/
Dvpx_jni.cc452 err = vpx_codec_control(context->decoder, VP9D_SET_ROW_MT, in DECODER_FUNC()
459 err = vpx_codec_control(context->decoder, VP9_SET_SKIP_LOOP_FILTER, true); in DECODER_FUNC()
465 err = vpx_codec_control(context->decoder, VP9D_SET_LOOP_FILTER_OPT, true); in DECODER_FUNC()