/aosp_15_r20/external/libaom/aom_scale/generic/ |
H A D | yv12config.c | 60 int use_highbitdepth, int border, int byte_alignment, in realloc_frame_buffer_aligned() 237 int ss_x, int ss_y, int use_highbitdepth, in aom_realloc_frame_buffer() 274 int ss_x, int ss_y, int use_highbitdepth, int border, in aom_alloc_frame_buffer()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_lookahead.c | 50 int use_highbitdepth, in vp9_lookahead_init() 94 int64_t ts_start, int64_t ts_end, int use_highbitdepth, in vp9_lookahead_push()
|
H A D | vp9_encoder.c | 2289 static void update_initial_width(VP9_COMP *cpi, int use_highbitdepth, in update_initial_width() 2366 const int use_highbitdepth = vpx_img_use_highbitdepth(img_fmt); in vp9_update_compressor_with_img_fmt() local 5951 const int use_highbitdepth = (sd->flags & YV12_FLAG_HIGHBITDEPTH) != 0; local 5953 const int use_highbitdepth = 0; local
|
H A D | vp9_denoiser.c | 610 int use_highbitdepth, in vp9_denoiser_alloc()
|
H A D | vp9_pickmode.c | 267 int use_highbitdepth, vpx_bit_depth_t bd, in block_variance()
|
H A D | vp9_encoder.h | 277 int use_highbitdepth; member
|
/aosp_15_r20/external/libvpx/vpx_scale/generic/ |
H A D | yv12config.c | 155 int use_highbitdepth, in vpx_realloc_frame_buffer() 295 int use_highbitdepth, in vpx_alloc_frame_buffer()
|
/aosp_15_r20/external/libaom/examples/ |
H A D | encoder_util.c | 25 int use_highbitdepth, int loc[4]) { in find_mismatch_plane() 82 int use_highbitdepth, int yloc[4], int uloc[4], in find_mismatch_helper()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | lookahead.c | 47 unsigned int subsampling_y, int use_highbitdepth, unsigned int depth, in av1_lookahead_init() 102 int64_t ts_start, int64_t ts_end, int use_highbitdepth, in av1_lookahead_push()
|
H A D | pickrst.c | 377 int dat_stride, int use_highbitdepth, in get_pixel_proj_error() 406 const uint8_t *dat8, int dat_stride, int use_highbitdepth, int32_t *flt0, in finer_search_pixel_proj_error() 672 int dat_stride, int use_highbitdepth, in get_proj_subspace() 787 const int use_highbitdepth, const int bit_depth, const int pu_width, in compute_sgrproj_err() 817 const uint8_t *src8, int src_stride, int use_highbitdepth, int bit_depth, in search_selfguided_restoration()
|
H A D | pickcdef.h | 171 bool use_highbitdepth; member
|
H A D | hash_motion.c | 396 int use_highbitdepth) { in av1_get_block_hash_value()
|
H A D | av1_temporal_denoiser.c | 540 int ssx, int ssy, int use_highbitdepth, int border) { in av1_denoiser_alloc()
|
H A D | encoder.c | 2097 aom_codec_err_t av1_check_initial_width(AV1_COMP *cpi, int use_highbitdepth, in av1_check_initial_width() 4120 const int use_highbitdepth = (sd->flags & YV12_FLAG_HIGHBITDEPTH) != 0; in av1_receive_raw_frame() local
|
H A D | encoder.h | 1073 bool use_highbitdepth; member
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | av1_loopfilter.c | 912 const int use_highbitdepth = seq_params->use_highbitdepth; in filter_vert() local 1120 const int use_highbitdepth = seq_params->use_highbitdepth; in filter_vert_chroma() local 1514 const int use_highbitdepth = seq_params->use_highbitdepth; in filter_horz() local 1722 const int use_highbitdepth = seq_params->use_highbitdepth; in filter_horz_chroma() local
|
H A D | cdef.c | 261 uint8_t use_highbitdepth) { in cdef_filter_fb()
|
H A D | restoration.c | 1341 int extend, int use_highbitdepth) { in extend_lines()
|
H A D | av1_common_int.h | 307 uint8_t use_highbitdepth; // If true, we need to use 16bit frame buffers. member
|
/aosp_15_r20/external/libvpx/vp9/ |
H A D | simple_encode.cc | 890 int use_highbitdepth = 0; in ComputeFirstPassStats() local 1172 int use_highbitdepth = 0; in EncodeFrame() local
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_onyxc_int.h | 116 int use_highbitdepth; // Marks if we need to use 16bit frame buffers. member
|
/aosp_15_r20/external/libaom/av1/ |
H A D | av1_dx_iface.c | 1390 int use_highbitdepth) { in get_img_format()
|
H A D | av1_cx_iface.c | 3212 int use_highbitdepth = (sd.flags & YV12_FLAG_HIGHBITDEPTH) != 0; in encoder_encode() local
|