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

  /external/libvpx/libvpx/test/
vp9_arf_freq_test.cc 188 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth;
vp9_end_to_end_test.cc 152 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 343 unsigned int g_input_bit_depth; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 290 enc_cfg->g_input_bit_depth = 8;
294 enc_cfg->g_input_bit_depth = 10;
298 enc_cfg->g_input_bit_depth = 12;
644 enc_cfg.g_input_bit_depth == 8 ? VPX_IMG_FMT_I420
    [all...]
vpx_temporal_svc_encoder.c 665 cfg.g_input_bit_depth = input_bit_depth;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 276 RANGE_CHECK(cfg, g_input_bit_depth, 8, 12);
347 if (cfg->g_profile <= (unsigned int)PROFILE_1 && cfg->g_input_bit_depth > 8) {
477 oxcf->input_bit_depth = cfg->g_input_bit_depth;
    [all...]

Completed in 73 milliseconds