Home
last modified time | relevance | path

Searched defs:use_highbd (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Drestoration.c251 int rsb_row, int use_highbd, int h, uint8_t *data8, int data_stride, in setup_processing_stripe_boundary()
338 int use_highbd, int h, uint8_t *data8, int data_stride, int copy_above, in restore_processing_stripe_boundary()
1357 int stripe, int use_highbd, int is_above, in save_deblock_boundary_lines()
1412 int stripe, int use_highbd, int is_above, in save_cdef_boundary_lines()
1442 static void save_boundary_lines(const YV12_BUFFER_CONFIG *frame, int use_highbd, in save_boundary_lines()
1500 const int use_highbd = cm->seq_params->use_highbitdepth; in av1_loop_restoration_save_boundary_lines() local
H A Dalloccommon.c322 const int use_highbd = cm->seq_params->use_highbitdepth; in av1_alloc_restoration_buffers() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dnoise_model.h136 int use_highbd; // Whether input data should be interpreted as uint16 member
174 int use_highbd; member
H A Dnoise_model.c430 int block_size, int bit_depth, int use_highbd) { in aom_flat_block_finder_init()
1564 const int use_highbd = (sd->flags & YV12_FLAG_HIGHBITDEPTH) != 0; in denoise_and_model_realloc_if_necessary() local
1632 const int use_highbd = (sd->flags & YV12_FLAG_HIGHBITDEPTH) != 0; in aom_denoise_and_model_run() local
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_scale.c48 int use_highbd) {
/aosp_15_r20/external/libvpx/test/
H A Dconvolve_test.cc302 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()
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c3402 int use_highbd) { in allocate_mc_tmp_buf()
3539 const int use_highbd = cm->seq_params->use_highbitdepth; in decode_mt_init() local
5256 const int use_highbd = cm->seq_params->use_highbitdepth; in setup_frame_info() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpickrst.c760 int height, int dat_stride, int use_highbd, in apply_sgr()