Home
last modified time | relevance | path

Searched refs:input_bit_depth (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/test/
Drt_end_to_end_test.cc33 unsigned int input_bit_depth; member
41 << " input_bit_depth:" << test_arg.input_bit_depth in operator <<()
106 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in DoTest()
Dend_to_end_test.cc50 unsigned int input_bit_depth; member
58 << " input_bit_depth:" << test_arg.input_bit_depth in operator <<()
162 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in DoTest()
Darf_freq_test.cc37 unsigned int input_bit_depth; member
185 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in TEST_P()
/external/libvpx/libvpx/test/
Dvp9_end_to_end_test.cc39 unsigned int input_bit_depth; member
244 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in TEST_P()
269 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in TEST_P()
Dvp9_arf_freq_test.cc36 unsigned int input_bit_depth; member
190 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth; in TEST_P()
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c603 int input_bit_depth = 8; in main() local
656 input_bit_depth = 8; in main()
660 input_bit_depth = 10; in main()
664 input_bit_depth = 12; in main()
693 cfg.g_input_bit_depth = input_bit_depth; in main()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h150 unsigned int input_bit_depth; // Input bit depth. member
Dvp9_encoder.c2496 const double peak = (double)((1 << cpi->oxcf.input_bit_depth) - 1); in vp9_remove_compressor()
2662 cpi->td.mb.e_mbd.bd, cpi->oxcf.input_bit_depth); in generate_psnr_packet()
6810 in_bit_depth = cpi->oxcf.input_bit_depth;
6860 cpi->oxcf.input_bit_depth);
6935 const double peak = (double)((1 << cpi->oxcf.input_bit_depth) - 1);
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes.cc41 DataType input_bit_depth; member
/external/libaom/libaom/av1/encoder/
Dencoder.h189 unsigned int input_bit_depth; // Input bit depth. member
Dencoder.c3010 const double peak = (double)((1 << cpi->oxcf.input_bit_depth) - 1); in av1_remove_compressor()
3161 cpi->td.mb.e_mbd.bd, cpi->oxcf.input_bit_depth); in generate_psnr_packet()
5344 in_bit_depth = cpi->oxcf.input_bit_depth; in compute_internal_stats()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c463 oxcf->input_bit_depth = cfg->g_input_bit_depth; in set_encoder_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c555 oxcf->input_bit_depth = cfg->g_input_bit_depth; in set_encoder_config()