/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 141 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/ |
D | vp9_lookahead.c | 54 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()
|
D | vp9_lookahead.h | 56 int use_highbitdepth, 84 int use_highbitdepth,
|
D | vp9_encoder.c | 624 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 …]
|
D | vp9_denoiser.h | 64 int use_highbitdepth,
|
D | vp9_denoiser.c | 468 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()
|
D | vp9_temporal_filter.c | 698 cm->use_highbitdepth); in vp9_temporal_filter() 715 cm->use_highbitdepth, in vp9_temporal_filter() 739 cm->use_highbitdepth); in vp9_temporal_filter()
|
D | vp9_picklpf.c | 54 if (cm->use_highbitdepth) { in try_filter_frame()
|
D | vp9_encoder.h | 238 int use_highbitdepth; member
|
D | vp9_pickmode.c | 1139 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()
|
D | vp9_svc_layercontext.c | 41 cpi->common.use_highbitdepth, in vp9_init_layer_context()
|
D | vp9_firstpass.c | 693 if (cm->use_highbitdepth) { in vp9_first_pass() 719 if (cm->use_highbitdepth) in vp9_first_pass()
|
D | vp9_encodeframe.c | 3680 if (cm->use_highbitdepth) { in set_var_thresh_from_histogram() 3897 if (cm->use_highbitdepth) in encode_frame_internal()
|
D | vp9_rdopt.c | 1590 cm->use_highbitdepth); in joint_motion_search()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 78 int use_highbitdepth, 92 int use_highbitdepth,
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_dthread.c | 160 dst_cm->use_highbitdepth = src_cm->use_highbitdepth; in vp9_frameworker_copy_context()
|
D | vp9_decodeframe.c | 1247 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/ |
D | vp9_loopfilter.c | 1259 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()
|
D | vp9_postproc.c | 666 cm->use_highbitdepth, in vp9_post_proc_frame() 684 cm->use_highbitdepth, in vp9_post_proc_frame()
|
D | vp9_onyxc_int.h | 130 int use_highbitdepth; // Marks if we need to use 16bit frame buffers. member
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 815 priv->oxcf.use_highbitdepth = in encoder_init()
|