Home
last modified time | relevance | path

Searched defs:is_high_bitdepth (Results 1 – 10 of 10) sorted by relevance

/external/libaom/av1/encoder/
Dtemporal_filter.h356 int is_high_bitdepth) { in tf_alloc_and_reset_data()
402 int is_high_bitdepth) { in tf_dealloc_data()
Dtemporal_filter.c343 const int is_high_bitdepth = is_frame_high_bitdepth(ref_frame); in tf_build_predictor() local
417 const int is_high_bitdepth = is_cur_buf_hbd(mbd); in tf_apply_temporal_filter_self() local
470 const int is_high_bitdepth, in compute_square_diff()
569 const int is_high_bitdepth = is_frame_high_bitdepth(frame_to_filter); in av1_apply_temporal_filter_c() local
749 const int is_high_bitdepth = is_frame_high_bitdepth(result_buffer); in tf_normalize_filtered_frame() local
1122 const int is_high_bitdepth = is_frame_high_bitdepth(frame); in av1_estimate_noise_from_single_plane() local
Doptical_flow.c132 const int is_high_bitdepth = is_frame_high_bitdepth(frame2); in temporal_gradient() local
600 const int is_high_bitdepth = is_frame_high_bitdepth(src_frame); in warp_back_frame_intp() local
Dfirstpass.c583 static int get_prediction_error_bitdepth(const int is_high_bitdepth, in get_prediction_error_bitdepth()
685 const int is_high_bitdepth = is_cur_buf_hbd(xd); in firstpass_inter_prediction() local
Dpalette.c441 const int is_high_bitdepth, in fill_data_and_get_bounds()
/external/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c200 const int is_high_bitdepth = frame_to_filter->flags & YV12_FLAG_HIGHBITDEPTH; in av1_apply_temporal_filter_sse2() local
Dhighbd_temporal_filter_sse2.c214 const int is_high_bitdepth = frame_to_filter->flags & YV12_FLAG_HIGHBITDEPTH; in av1_highbd_apply_temporal_filter_sse2() local
Dtemporal_filter_avx2.c224 const int is_high_bitdepth = frame_to_filter->flags & YV12_FLAG_HIGHBITDEPTH; in av1_apply_temporal_filter_avx2() local
Dhighbd_temporal_filter_avx2.c339 const int is_high_bitdepth = frame_to_filter->flags & YV12_FLAG_HIGHBITDEPTH; in av1_highbd_apply_temporal_filter_avx2() local
/external/libaom/av1/encoder/arm/neon/
Dtemporal_filter_neon.c306 const int is_high_bitdepth = frame_to_filter->flags & YV12_FLAG_HIGHBITDEPTH; in av1_apply_temporal_filter_neon() local