Searched defs:use_highbd (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.c | 48 int use_highbd) {
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.h | 135 int use_highbd; // Whether input data should be interpreted as uint16 member 173 int use_highbd; member
|
D | noise_model.c | 50 int block_size, int use_highbd) { in get_block_mean() 85 int use_highbd) { in get_noise_var() 424 int block_size, int bit_depth, int use_highbd) { in aom_flat_block_finder_init() 1338 int use_highbd) { in aom_wiener_denoise_2d() 1538 const int use_highbd = (sd->flags & YV12_FLAG_HIGHBITDEPTH) != 0; in denoise_and_model_realloc_if_necessary() local 1596 const int use_highbd = (sd->flags & YV12_FLAG_HIGHBITDEPTH) != 0; in aom_denoise_and_model_run() local
|
/external/libaom/libaom/av1/common/ |
D | alloccommon.c | 88 const int use_highbd = cm->seq_params.use_highbitdepth; in av1_alloc_restoration_buffers() local
|
D | restoration.c | 285 int rsb_row, int use_highbd, int h, uint8_t *data8, int data_stride, in setup_processing_stripe_boundary() 388 int use_highbd, int h, uint8_t *data8, int data_stride, int copy_above, in restore_processing_stripe_boundary() 1405 int stripe, int use_highbd, int is_above, in save_deblock_boundary_lines() 1460 int stripe, int use_highbd, int is_above, in save_cdef_boundary_lines() 1494 int use_highbd, int plane, in save_tile_row_boundary_lines() 1562 const int use_highbd = cm->seq_params.use_highbitdepth; in av1_loop_restoration_save_boundary_lines() local
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 302 unsigned int output_height, int use_highbd) { in wrapper_filter_average_block2d_8_c() 325 unsigned int output_height, int 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() 3496 const int use_highbd = cm->seq_params.use_highbitdepth; in decode_mt_init() local 5190 const int use_highbd = cm->seq_params.use_highbitdepth; in setup_frame_info() local
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 736 int use_highbd, int bit_depth, int pu_width, in apply_sgr()
|