/aosp_15_r20/external/libaom/test/ |
H A D | deltaq_mode_test.cc | 54 cfg.g_input_bit_depth = 8; in TEST() 114 cfg.g_input_bit_depth = 8; in TEST() 173 cfg.g_input_bit_depth = 10; in TEST()
|
H A D | avif_progressive_test.cc | 49 cfg.g_input_bit_depth = 8; in TEST() 134 cfg.g_input_bit_depth = 8; in TEST() 219 cfg.g_input_bit_depth = 8; in TEST() 304 cfg.g_input_bit_depth = 8; in TEST()
|
H A D | horz_superres_test.cc | 112 cfg_.g_input_bit_depth = (unsigned int)test_video_param_.bit_depth; in SetUp() 215 cfg_.g_input_bit_depth = (unsigned int)test_video_param_.bit_depth; in SetUp() 325 cfg_.g_input_bit_depth = (unsigned int)test_video_param_.bit_depth; in SetUp()
|
H A D | wiener_test.cc | 878 cfg.g_input_bit_depth = 10; 1135 cfg.g_input_bit_depth = 12; 1338 cfg.g_input_bit_depth = 12; 1454 cfg.g_input_bit_depth = 10; 1608 cfg.g_input_bit_depth = 10; 1752 cfg.g_input_bit_depth = 8; 1826 cfg.g_input_bit_depth = 8; 1919 cfg.g_input_bit_depth = 10; 2038 cfg.g_input_bit_depth = 12;
|
H A D | postproc_filters_test.cc | 35 cfg_.g_input_bit_depth = bd_; in SetUp()
|
H A D | rt_end_to_end_test.cc | 157 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in DoTest()
|
H A D | loopfilter_control_test.cc | 142 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in DoTest()
|
H A D | arf_freq_test.cc | 177 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in TEST_P()
|
H A D | end_to_end_psnr_test.cc | 148 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in DoTest()
|
H A D | end_to_end_qmpsnr_test.cc | 156 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in DoTest()
|
H A D | allintra_end_to_end_test.cc | 98 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in DoTest()
|
H A D | end_to_end_ssim_test.cc | 152 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in DoTest()
|
H A D | forced_max_frame_width_height_test.cc | 139 cfg.g_input_bit_depth = 8; in TEST()
|
H A D | encode_test_driver.cc | 275 cfg_.g_input_bit_depth); in RunLoop()
|
/aosp_15_r20/external/libaom/apps/ |
H A D | aomenc.c | 1031 config->cfg.g_input_bit_depth = arg_parse_uint(&arg); in parse_stream_params() 1269 assert(stream->config.cfg.g_input_bit_depth <= in validate_stream_config() 1344 SHOW(g_input_bit_depth); in show_stream_config() 1817 if (stream->config.cfg.g_input_bit_depth < in get_cx_data() 2198 if (stream->config.cfg.g_input_bit_depth) in main() 2199 input.bit_depth = stream->config.cfg.g_input_bit_depth; in main() 2201 input.bit_depth = stream->config.cfg.g_input_bit_depth = in main() 2207 stream->config.cfg.g_input_bit_depth = input.bit_depth; in main() 2287 if (stream->config.cfg.g_input_bit_depth > in main() 2289 stream->config.cfg.g_bit_depth = stream->config.cfg.g_input_bit_depth; in main() [all …]
|
/aosp_15_r20/external/libvpx/test/ |
H A D | vp9_end_to_end_test.cc | 253 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in TEST_P() 272 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in TEST_P() 297 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in TEST_P()
|
H A D | vp9_arf_freq_test.cc | 191 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in TEST_P()
|
H A D | svc_datarate_test.cc | 756 cfg_.g_input_bit_depth = VPX_BITS_10; in TEST_P() 796 cfg_.g_input_bit_depth = VPX_BITS_12; in TEST_P()
|
/aosp_15_r20/external/libvpx/ |
H A D | vpxenc.c | 966 config->cfg.g_input_bit_depth = arg_parse_uint(&arg); in parse_stream_params() 1138 if (stream->config.cfg.g_input_bit_depth > in validate_stream_config() 1142 stream->config.cfg.g_input_bit_depth); in validate_stream_config() 1231 SHOW(g_input_bit_depth); in show_stream_config() 1799 if (stream->config.cfg.g_input_bit_depth) in main() 1800 input.bit_depth = stream->config.cfg.g_input_bit_depth; in main() 1802 input.bit_depth = stream->config.cfg.g_input_bit_depth = in main() 1808 { stream->config.cfg.g_input_bit_depth = input.bit_depth; }); in main() 1877 stream->config.cfg.g_input_bit_depth; in main() 2018 show_psnr(stream, (1 << stream->config.cfg.g_input_bit_depth) - 1)); in main()
|
/aosp_15_r20/external/libvpx/examples/ |
H A D | vp9_spatial_svc_encoder.c | 307 enc_cfg->g_input_bit_depth = 8; in parse_command_line() 311 enc_cfg->g_input_bit_depth = 10; in parse_command_line() 315 enc_cfg->g_input_bit_depth = 12; in parse_command_line() 924 enc_cfg.g_input_bit_depth == 8 ? VPX_IMG_FMT_I420 in main()
|
/aosp_15_r20/external/libaom/aom/ |
H A D | aom_encoder.h | 475 unsigned int g_input_bit_depth; member
|
/aosp_15_r20/external/libvpx/vpx/ |
H A D | vpx_encoder.h | 337 unsigned int g_input_bit_depth; member
|
/aosp_15_r20/external/libaom/examples/ |
H A D | svc_encoder_rtc.cc | 349 enc_cfg->g_input_bit_depth = 8; in parse_command_line() 353 enc_cfg->g_input_bit_depth = 10; in parse_command_line() 1656 flag |= cfg.g_input_bit_depth == AOM_BITS_8 ? 0 : AOM_CODEC_USE_HIGHBITDEPTH; in main()
|
/aosp_15_r20/external/libvpx/vp9/ |
H A D | vp9_cx_iface.c | 291 RANGE_CHECK(cfg, g_input_bit_depth, 8, 12); in validate_config() 358 if (cfg->g_profile <= (unsigned int)PROFILE_1 && cfg->g_input_bit_depth > 8) { in validate_config() 518 oxcf->input_bit_depth = cfg->g_input_bit_depth; in set_encoder_config()
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/ |
H A D | libaom_av1_encoder.cc | 222 cfg_.g_input_bit_depth = kBitDepth; in InitEncode()
|