/external/libaom/libaom/av1/common/ |
D | restoration.c | 276 int rsb_row, int use_highbd, int h, uint8_t *data8, int data_stride, in setup_processing_stripe_boundary() argument 285 const int line_size = line_width << use_highbd; in setup_processing_stripe_boundary() 308 rsb->stripe_boundary_above + (buf_off << use_highbd); in setup_processing_stripe_boundary() 312 REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 313 memcpy(REAL_PTR(use_highbd, dst8), buf, line_size); in setup_processing_stripe_boundary() 328 rsb->stripe_boundary_below + (buf_off << use_highbd); in setup_processing_stripe_boundary() 332 memcpy(rlbs->tmp_save_below[i], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 333 memcpy(REAL_PTR(use_highbd, dst8), src, line_size); in setup_processing_stripe_boundary() 343 memcpy(rlbs->tmp_save_above[0], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 344 memcpy(REAL_PTR(use_highbd, dst8), in setup_processing_stripe_boundary() [all …]
|
D | alloccommon.c | 142 const int use_highbd = cm->seq_params.use_highbitdepth; in av1_alloc_restoration_buffers() local 150 << use_highbd; in av1_alloc_restoration_buffers()
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.h | 135 int use_highbd; // Whether input data should be interpreted as uint16 member 140 int block_size, int bit_depth, int use_highbd); 173 int use_highbd; member 283 int use_highbd);
|
D | noise_model.c | 50 int block_size, int use_highbd) { in get_block_mean() argument 51 if (use_highbd) in get_block_mean() 85 int use_highbd) { in get_noise_var() argument 86 if (use_highbd) in get_noise_var() 423 int block_size, int bit_depth, int use_highbd) { in aom_flat_block_finder_init() argument 451 block_finder->use_highbd = use_highbd; in aom_flat_block_finder_init() 504 if (block_finder->use_highbd) { in aom_flat_block_finder_extract_block() 826 noise_model->params.use_highbd in add_block_observations() 887 noise_model->params.use_highbd); in add_noise_std_observations() 891 noise_model->params.use_highbd); in add_noise_std_observations() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.c | 48 int use_highbd) { argument 128 if (use_highbd) {
|
D | vp9_scale.h | 45 int use_highbd);
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 45 unsigned int output_height, int use_highbd); 302 unsigned int output_height, int use_highbd) { in wrapper_filter_average_block2d_8_c() argument 304 if (use_highbd == 0) { in wrapper_filter_average_block2d_8_c() 311 output_width, output_height, use_highbd); in wrapper_filter_average_block2d_8_c() 314 ASSERT_EQ(0, use_highbd); in wrapper_filter_average_block2d_8_c() 325 unsigned int output_height, int use_highbd) { in wrapper_filter_block2d_8_c() argument 327 if (use_highbd == 0) { in wrapper_filter_block2d_8_c() 333 output_width, output_height, use_highbd); in wrapper_filter_block2d_8_c() 336 ASSERT_EQ(0, use_highbd); in wrapper_filter_block2d_8_c()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 3750 int buf_size, int use_highbd) { in allocate_mc_tmp_buf() argument 3752 if (use_highbd) { in allocate_mc_tmp_buf() 3762 thread_data->mc_buf_use_highbd = use_highbd; in allocate_mc_tmp_buf() 3873 const int use_highbd = cm->seq_params.use_highbitdepth; in decode_mt_init() local 3874 const int buf_size = MC_TEMP_BUF_PELS << use_highbd; in decode_mt_init() 3879 allocate_mc_tmp_buf(cm, thread_data->td, buf_size, use_highbd); in decode_mt_init() 5574 const int use_highbd = cm->seq_params.use_highbitdepth; in setup_frame_info() local 5575 const int buf_size = MC_TEMP_BUF_PELS << use_highbd; in setup_frame_info() 5578 allocate_mc_tmp_buf(cm, &pbi->td, buf_size, use_highbd); in setup_frame_info()
|
/external/libaom/libaom/test/ |
D | noise_model_test.cc | 330 template <typename T, int bit_depth, bool use_highbd> 334 static const bool kUseHighBD = use_highbd;
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 531 int height, int dat_stride, int use_highbd, int bit_depth, in apply_sgr() argument 545 flt_stride, sgr_params_idx, bit_depth, use_highbd); in apply_sgr()
|