Home
last modified time | relevance | path

Searched refs:use_highbitdepth (Results 1 – 21 of 21) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c141 int use_highbitdepth, in vpx_realloc_frame_buffer() argument
172 const uint64_t frame_size = (1 + use_highbitdepth) * in vpx_realloc_frame_buffer()
181 (1 + use_highbitdepth) * (yplane_size + 2 * uvplane_size); in vpx_realloc_frame_buffer()
253 if (use_highbitdepth) { in vpx_realloc_frame_buffer()
289 int use_highbitdepth, in vpx_alloc_frame_buffer() argument
297 use_highbitdepth, in vpx_alloc_frame_buffer()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c54 int use_highbitdepth, in vp9_lookahead_init() argument
78 use_highbitdepth, in vp9_lookahead_init()
95 int use_highbitdepth, in vp9_lookahead_push() argument
178 use_highbitdepth, in vp9_lookahead_push()
Dvp9_lookahead.h56 int use_highbitdepth,
84 int use_highbitdepth,
Dvp9_encoder.c624 cm->use_highbitdepth, in alloc_raw_frame_buffers()
636 cm->use_highbitdepth, in alloc_raw_frame_buffers()
650 cm->use_highbitdepth, in alloc_util_frame_buffers()
661 cm->use_highbitdepth, in alloc_util_frame_buffers()
672 cm->use_highbitdepth, in alloc_util_frame_buffers()
751 cm->use_highbitdepth, in update_frame_size()
775 cm->use_highbitdepth = oxcf->use_highbitdepth; in init_config()
1024 if (cm->use_highbitdepth) { in MAKE_BFP_SADAVG_WRAPPER()
2849 cm->use_highbitdepth,
3111 cm->use_highbitdepth,
[all …]
Dvp9_denoiser.h64 int use_highbitdepth,
Dvp9_denoiser.c468 int use_highbitdepth, in vp9_denoiser_alloc() argument
479 use_highbitdepth, in vp9_denoiser_alloc()
494 use_highbitdepth, in vp9_denoiser_alloc()
505 use_highbitdepth, in vp9_denoiser_alloc()
Dvp9_temporal_filter.c698 cm->use_highbitdepth); in vp9_temporal_filter()
715 cm->use_highbitdepth, in vp9_temporal_filter()
739 cm->use_highbitdepth); in vp9_temporal_filter()
Dvp9_picklpf.c54 if (cm->use_highbitdepth) { in try_filter_frame()
Dvp9_encoder.h238 int use_highbitdepth; member
Dvp9_pickmode.c1139 if (cm->use_highbitdepth) in vp9_pick_inter_mode()
1547 if (cm->use_highbitdepth) in vp9_pick_inter_mode()
1629 if (cm->use_highbitdepth) in vp9_pick_inter_mode()
Dvp9_svc_layercontext.c41 cpi->common.use_highbitdepth, in vp9_init_layer_context()
Dvp9_firstpass.c693 if (cm->use_highbitdepth) { in vp9_first_pass()
719 if (cm->use_highbitdepth) in vp9_first_pass()
Dvp9_encodeframe.c3680 if (cm->use_highbitdepth) { in set_var_thresh_from_histogram()
3897 if (cm->use_highbitdepth) in encode_frame_internal()
Dvp9_rdopt.c1590 cm->use_highbitdepth); in joint_motion_search()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h78 int use_highbitdepth,
92 int use_highbitdepth,
/external/libvpx/libvpx/vp9/decoder/
Dvp9_dthread.c160 dst_cm->use_highbitdepth = src_cm->use_highbitdepth; in vp9_frameworker_copy_context()
Dvp9_decodeframe.c1247 cm->use_highbitdepth, in setup_frame_size()
1331 cm->use_highbitdepth, in setup_frame_size_with_refs()
1788 cm->use_highbitdepth = 1; in read_bitdepth_colorspace_sampling()
1793 cm->use_highbitdepth = 0; in read_bitdepth_colorspace_sampling()
1922 cm->use_highbitdepth = 0; in read_uncompressed_header()
1955 cm->use_highbitdepth); in read_uncompressed_header()
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c1259 if (cm->use_highbitdepth) { in vp9_filter_block_plane_non420()
1308 if (cm->use_highbitdepth) { in vp9_filter_block_plane_non420()
1360 if (cm->use_highbitdepth) { in vp9_filter_block_plane_ss00()
1405 if (cm->use_highbitdepth) { in vp9_filter_block_plane_ss00()
1460 if (cm->use_highbitdepth) { in vp9_filter_block_plane_ss11()
1512 if (cm->use_highbitdepth) { in vp9_filter_block_plane_ss11()
Dvp9_postproc.c666 cm->use_highbitdepth, in vp9_post_proc_frame()
684 cm->use_highbitdepth, in vp9_post_proc_frame()
Dvp9_onyxc_int.h130 int use_highbitdepth; // Marks if we need to use 16bit frame buffers. member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c815 priv->oxcf.use_highbitdepth = in encoder_init()