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

  /external/libvpx/libvpx/test/
vp9_arf_freq_test.cc 189 cfg_.g_bit_depth = test_video_param_.bit_depth;
191 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH;
vp9_end_to_end_test.cc 153 cfg_.g_bit_depth = test_video_param_.bit_depth;
155 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 335 vpx_bit_depth_t g_bit_depth; member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 287 enc_cfg->g_bit_depth = arg_parse_enum_or_int(&arg);
288 switch (enc_cfg->g_bit_depth) {
302 die("Error: Invalid bit depth selected (%d)\n", enc_cfg->g_bit_depth);
    [all...]
vpx_temporal_svc_encoder.c 664 cfg.g_bit_depth = bit_depth;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 275 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12);
344 cfg->g_bit_depth > VPX_BITS_8) {
351 cfg->g_bit_depth == VPX_BITS_8) {
476 oxcf->bit_depth = cfg->g_bit_depth;
    [all...]

Completed in 206 milliseconds