Home
last modified time | relevance | path

Searched defs:use_highbitdepth (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/libaom/aom_scale/generic/
H A Dyv12config.c60 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 Dvp9_lookahead.c50 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 Dvp9_encoder.c2289 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 Dvp9_denoiser.c610 int use_highbitdepth, in vp9_denoiser_alloc()
H A Dvp9_pickmode.c267 int use_highbitdepth, vpx_bit_depth_t bd, in block_variance()
H A Dvp9_encoder.h277 int use_highbitdepth; member
/aosp_15_r20/external/libvpx/vpx_scale/generic/
H A Dyv12config.c155 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 Dencoder_util.c25 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 Dlookahead.c47 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 Dpickrst.c377 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 Dpickcdef.h171 bool use_highbitdepth; member
H A Dhash_motion.c396 int use_highbitdepth) { in av1_get_block_hash_value()
H A Dav1_temporal_denoiser.c540 int ssx, int ssy, int use_highbitdepth, int border) { in av1_denoiser_alloc()
H A Dencoder.c2097 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 Dencoder.h1073 bool use_highbitdepth; member
/aosp_15_r20/external/libaom/av1/common/
H A Dav1_loopfilter.c912 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 Dcdef.c261 uint8_t use_highbitdepth) { in cdef_filter_fb()
H A Drestoration.c1341 int extend, int use_highbitdepth) { in extend_lines()
H A Dav1_common_int.h307 uint8_t use_highbitdepth; // If true, we need to use 16bit frame buffers. member
/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.cc890 int use_highbitdepth = 0; in ComputeFirstPassStats() local
1172 int use_highbitdepth = 0; in EncodeFrame() local
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_onyxc_int.h116 int use_highbitdepth; // Marks if we need to use 16bit frame buffers. member
/aosp_15_r20/external/libaom/av1/
H A Dav1_dx_iface.c1390 int use_highbitdepth) { in get_img_format()
H A Dav1_cx_iface.c3212 int use_highbitdepth = (sd.flags & YV12_FLAG_HIGHBITDEPTH) != 0; in encoder_encode() local