Home
last modified time | relevance | path

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

/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c685 vpx_codec_control(&codec, VP8E_SET_CPUUSED, -speed); in main()
686 vpx_codec_control(&codec, VP8E_SET_NOISE_SENSITIVITY, kDenoiserOff); in main()
687 vpx_codec_control(&codec, VP8E_SET_STATIC_THRESHOLD, 1); in main()
690 vpx_codec_control(&codec, VP8E_SET_CPUUSED, speed); in main()
691 vpx_codec_control(&codec, VP9E_SET_AQ_MODE, 3); in main()
692 vpx_codec_control(&codec, VP9E_SET_FRAME_PERIODIC_BOOST, 0); in main()
693 vpx_codec_control(&codec, VP9E_SET_NOISE_SENSITIVITY, 0); in main()
694 vpx_codec_control(&codec, VP8E_SET_STATIC_THRESHOLD, 1); in main()
695 vpx_codec_control(&codec, VP9E_SET_TUNE_CONTENT, 0); in main()
696 vpx_codec_control(&codec, VP9E_SET_TILE_COLUMNS, (cfg.g_threads >> 1)); in main()
[all …]
Dvp8_multi_resolution_encoder.c548 if(vpx_codec_control(&codec[i], VP8E_SET_CPUUSED, speed)) in main()
555 if(vpx_codec_control(&codec[i], VP8E_SET_STATIC_THRESHOLD, 1)) in main()
561 if(vpx_codec_control(&codec[0], VP8E_SET_NOISE_SENSITIVITY, 1)) in main()
565 if(vpx_codec_control(&codec[i], VP8E_SET_NOISE_SENSITIVITY, 0)) in main()
572 if(vpx_codec_control(&codec[i], VP8E_SET_TOKEN_PARTITIONS, 1)) in main()
581 if(vpx_codec_control(&codec[i], VP8E_SET_MAX_INTRA_BITRATE_PCT, in main()
642 vpx_codec_control(&codec[i], VP8E_SET_FRAME_FLAGS, flags); in main()
643 vpx_codec_control(&codec[i], VP8E_SET_TEMPORAL_LAYER_ID, layer_id); in main()
Dpostproc.c109 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp)) in main()
114 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp)) in main()
Dset_maps.c92 if (vpx_codec_control(codec, VP8E_SET_ROI_MAP, &roi)) in set_roi_map()
110 if (vpx_codec_control(codec, VP8E_SET_ACTIVEMAP, &map)) in set_active_map()
124 if (vpx_codec_control(codec, VP8E_SET_ACTIVEMAP, &map)) in unset_active_map()
Dvp9_spatial_svc_encoder.c693 vpx_codec_control(&codec, VP8E_SET_CPUUSED, svc_ctx.speed); in main()
695 vpx_codec_control(&codec, VP9E_SET_TILE_COLUMNS, (svc_ctx.threads >> 1)); in main()
697 vpx_codec_control(&codec, VP9E_SET_AQ_MODE, 3); in main()
725 vpx_codec_control(&codec, VP9E_SET_SVC_LAYER_ID, &layer_id); in main()
730 vpx_codec_control(&codec, VP9E_SET_SVC_REF_FRAME_CONFIG, in main()
761 vpx_codec_control(&codec, VP9E_GET_SVC_LAYER_ID, &layer_id); in main()
Dvp8cx_set_ref.c173 if (vpx_codec_control(&codec, VP8_SET_REFERENCE, &ref)) in main()
/external/libvpx/libvpx/test/
Ddecode_api_test.cc107 EXPECT_EQ(VPX_CODEC_ERROR, vpx_codec_control(dec, VP9_GET_REFERENCE, &ref)); in TestVp9Controls()
109 vpx_codec_control(dec, VP9_GET_REFERENCE, NULL)); in TestVp9Controls()
118 vpx_codec_control(dec, VP8_COPY_REFERENCE, &ref_copy)); in TestVp9Controls()
120 vpx_codec_control(dec, VP8_COPY_REFERENCE, NULL)); in TestVp9Controls()
Dsvc_test.cc80 vpx_codec_control(&codec_, VP8E_SET_CPUUSED, 4); // Make the test faster in InitializeEncoder()
81 vpx_codec_control(&codec_, VP9E_SET_TILE_COLUMNS, tile_columns_); in InitializeEncoder()
82 vpx_codec_control(&codec_, VP9E_SET_TILE_ROWS, tile_rows_); in InitializeEncoder()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc419 vpx_codec_control(encoder_, VP8E_SET_CPUUSED, cpu_speed_); in InitAndSetControlSettings()
420 vpx_codec_control(encoder_, VP8E_SET_MAX_INTRA_BITRATE_PCT, in InitAndSetControlSettings()
422 vpx_codec_control(encoder_, VP9E_SET_AQ_MODE, in InitAndSetControlSettings()
425 vpx_codec_control( in InitAndSetControlSettings()
429 vpx_codec_control(encoder_, VP9E_SET_SVC_PARAMETERS, in InitAndSetControlSettings()
436 vpx_codec_control(encoder_, VP9E_REGISTER_CX_CALLBACK, in InitAndSetControlSettings()
443 vpx_codec_control(encoder_, VP9E_SET_TILE_COLUMNS, (config_->g_threads >> 1)); in InitAndSetControlSettings()
447 vpx_codec_control(encoder_, VP9E_SET_NOISE_SENSITIVITY, in InitAndSetControlSettings()
452 vpx_codec_control(encoder_, VP9E_SET_TUNE_CONTENT, 1); in InitAndSetControlSettings()
455 vpx_codec_control(encoder_, VP8E_SET_STATIC_THRESHOLD, 1); in InitAndSetControlSettings()
[all …]
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc670 vpx_codec_control( in InitAndSetControlSettings()
674 vpx_codec_control( in InitAndSetControlSettings()
680 vpx_codec_control(&(encoders_[i]), VP8E_SET_STATIC_THRESHOLD, in InitAndSetControlSettings()
682 vpx_codec_control(&(encoders_[i]), VP8E_SET_CPUUSED, cpu_speed_[i]); in InitAndSetControlSettings()
683 vpx_codec_control(&(encoders_[i]), VP8E_SET_TOKEN_PARTITIONS, in InitAndSetControlSettings()
685 vpx_codec_control(&(encoders_[i]), VP8E_SET_MAX_INTRA_BITRATE_PCT, in InitAndSetControlSettings()
689 vpx_codec_control(&(encoders_[i]), VP8E_SET_SCREEN_CONTENT_MODE, in InitAndSetControlSettings()
805 vpx_codec_control(&(encoders_[0]), VP8E_SET_MAX_INTRA_BITRATE_PCT, in Encode()
871 vpx_codec_control(&encoders_[i], VP8E_SET_FRAME_FLAGS, flags[stream_idx]); in Encode()
872 vpx_codec_control(&encoders_[i], VP8E_SET_TEMPORAL_LAYER_ID, in Encode()
[all …]
/external/libvpx/libvpx/vpx/
Dvpx_codec.h392 # define vpx_codec_control(ctx,id,data) vpx_codec_control_(ctx,id,data) macro
407 # define vpx_codec_control(ctx,id,data) vpx_codec_control_##id(ctx,id,data)\ macro
/external/libvpx/libvpx/
Dvpxdec.c815 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) { in main_loop()
822 && vpx_codec_control(&decoder, VP8_SET_DBG_COLOR_REF_FRAME, in main_loop()
830 && vpx_codec_control(&decoder, VP8_SET_DBG_COLOR_MB_MODES, in main_loop()
838 && vpx_codec_control(&decoder, VP8_SET_DBG_COLOR_B_MODES, in main_loop()
846 && vpx_codec_control(&decoder, VP8_SET_DBG_DISPLAY_MV, in main_loop()
934 vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) { in main_loop()
960 if (vpx_codec_control(&decoder, VP9D_GET_DISPLAY_SIZE, in main_loop()
Dvpxenc.c1681 vpx_codec_control(&stream->encoder, VP8E_GET_LAST_QUANTIZER_64, &q); in update_quantizer_histogram()
1834 vpx_codec_control(&stream->encoder, VP8_COPY_REFERENCE, &ref_enc); in test_decode()
1835 vpx_codec_control(&stream->decoder, VP8_COPY_REFERENCE, &ref_dec); in test_decode()
1841 vpx_codec_control(&stream->encoder, VP9_GET_REFERENCE, &ref_enc); in test_decode()
1843 vpx_codec_control(&stream->decoder, VP9_GET_REFERENCE, &ref_dec); in test_decode()
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c500 vpx_codec_control(codec_ctx, VP9E_SET_SVC, 1); in vpx_svc_init()
501 vpx_codec_control(codec_ctx, VP9E_SET_SVC_PARAMETERS, &si->svc_params); in vpx_svc_init()