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

/external/libvpx/libvpx/test/
H A Dvp9_arf_freq_test.cc189 cfg_.g_bit_depth = test_video_param_.bit_depth;
191 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH;
H A Dvp9_end_to_end_test.cc153 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/
H A Dvpx_encoder.h335 vpx_bit_depth_t g_bit_depth; member in struct:vpx_codec_enc_cfg
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c287 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);
H A Dvpx_temporal_svc_encoder.c664 cfg.g_bit_depth = bit_depth;
/external/libvpx/libvpx/
H A Dvpxenc.c1189 config->cfg.g_bit_depth = arg_parse_enum_or_int(&arg);
1330 (unsigned int)stream->config.cfg.g_bit_depth) {
1332 stream->index, (int)stream->config.cfg.g_bit_depth,
1432 SHOW(g_bit_depth);
2016 (int)stream->config.cfg.g_bit_depth;
2093 input_shift = (int)stream->config.cfg.g_bit_depth -
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c275 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;
1668 VPX_BITS_8, // g_bit_depth

Completed in 570 milliseconds