/external/libaom/libaom/av1/common/ |
D | restoration.c | 285 int rsb_row, int use_highbd, int h, uint8_t *data8, int data_stride, in setup_processing_stripe_boundary() argument 294 const int line_size = line_width << use_highbd; in setup_processing_stripe_boundary() 317 rsb->stripe_boundary_above + (buf_off << use_highbd); in setup_processing_stripe_boundary() 321 REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 322 memcpy(REAL_PTR(use_highbd, dst8), buf, line_size); in setup_processing_stripe_boundary() 337 rsb->stripe_boundary_below + (buf_off << use_highbd); in setup_processing_stripe_boundary() 341 memcpy(rlbs->tmp_save_below[i], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 342 memcpy(REAL_PTR(use_highbd, dst8), src, line_size); in setup_processing_stripe_boundary() 352 memcpy(rlbs->tmp_save_above[0], REAL_PTR(use_highbd, dst8), line_size); in setup_processing_stripe_boundary() 353 memcpy(REAL_PTR(use_highbd, dst8), in setup_processing_stripe_boundary() [all …]
|
D | alloccommon.c | 88 const int use_highbd = cm->seq_params.use_highbitdepth; in av1_alloc_restoration_buffers() local 96 << 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() 424 int block_size, int bit_depth, int use_highbd) { in aom_flat_block_finder_init() argument 455 block_finder->use_highbd = use_highbd; in aom_flat_block_finder_init() 508 if (block_finder->use_highbd) { in aom_flat_block_finder_extract_block() 832 noise_model->params.use_highbd in add_block_observations() 893 noise_model->params.use_highbd); in add_noise_std_observations() 897 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 | 3371 int buf_size, int use_highbd) { in allocate_mc_tmp_buf() argument 3373 if (use_highbd) { in allocate_mc_tmp_buf() 3383 thread_data->mc_buf_use_highbd = use_highbd; in allocate_mc_tmp_buf() 3496 const int use_highbd = cm->seq_params.use_highbitdepth; in decode_mt_init() local 3497 const int buf_size = MC_TEMP_BUF_PELS << use_highbd; in decode_mt_init() 3502 allocate_mc_tmp_buf(cm, thread_data->td, buf_size, use_highbd); in decode_mt_init() 5190 const int use_highbd = cm->seq_params.use_highbitdepth; in setup_frame_info() local 5191 const int buf_size = MC_TEMP_BUF_PELS << use_highbd; in setup_frame_info() 5194 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 | 736 int use_highbd, int bit_depth, int pu_width, in apply_sgr() argument 750 flt_stride, sgr_params_idx, bit_depth, use_highbd); in apply_sgr()
|