HomeSort by relevance Sort by last modified time
    Searched refs:VP8E_SET_ARNR_STRENGTH (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/test/
borders_test.cc 38 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
frame_size_tests.cc 41 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
vp9_motion_vector_test.cc 70 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
cpu_speed_test.cc 53 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
level_test.cc 53 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
vp9_arf_freq_test.cc 158 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
vp9_encoder_parms_get_to_decoder.cc 90 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
vp9_ethread_test.cc 79 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
269 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
vp9_end_to_end_test.cc 167 encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
  /external/libvpx/libvpx/vpx/
vp8cx.h 220 VP8E_SET_ARNR_STRENGTH,
910 VPX_CTRL_USE_TYPE(VP8E_SET_ARNR_STRENGTH, unsigned int)
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 533 extra_cfg.arnr_strength = CAST(VP8E_SET_ARNR_STRENGTH, args);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 764 extra_cfg.arnr_strength = CAST(VP8E_SET_ARNR_STRENGTH, args);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 398 VP8E_SET_ARNR_STRENGTH,
539 VP8E_SET_ARNR_STRENGTH,
    [all...]

Completed in 426 milliseconds