Home
last modified time | relevance | path

Searched refs:g_bit_depth (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_end_to_end_test.cc153 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
155 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
Dvp9_arf_freq_test.cc189 cfg_.g_bit_depth = test_video_param_.bit_depth; in TEST_P()
191 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h335 vpx_bit_depth_t g_bit_depth; member
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c287 enc_cfg->g_bit_depth = arg_parse_enum_or_int(&arg); in parse_command_line()
288 switch (enc_cfg->g_bit_depth) { in parse_command_line()
302 die("Error: Invalid bit depth selected (%d)\n", enc_cfg->g_bit_depth); in parse_command_line()
Dvpx_temporal_svc_encoder.c664 cfg.g_bit_depth = bit_depth; in main()
/external/libvpx/libvpx/
Dvpxenc.c1189 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg); in parse_stream_params()
1330 (unsigned int)stream->config.cfg.g_bit_depth) { in validate_stream_config()
1332 stream->index, (int)stream->config.cfg.g_bit_depth, in validate_stream_config()
1432 SHOW(g_bit_depth); in show_stream_config()
2016 (int)stream->config.cfg.g_bit_depth; in main()
2093 input_shift = (int)stream->config.cfg.g_bit_depth - in main()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c275 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12); in validate_config()
344 cfg->g_bit_depth > VPX_BITS_8) { in validate_config()
351 cfg->g_bit_depth == VPX_BITS_8) { in validate_config()
476 oxcf->bit_depth = cfg->g_bit_depth; in set_encoder_config()