Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtemporal_filter.h239 int is_high_bitdepth) { in tf_alloc_and_reset_data()
278 int is_high_bitdepth) { in tf_dealloc_data()
Dtemporal_filter.c324 const int is_high_bitdepth = is_frame_high_bitdepth(ref_frame); in tf_build_predictor() local
398 const int is_high_bitdepth = is_cur_buf_hbd(mbd); in tf_apply_temporal_filter_self() local
451 const int is_high_bitdepth, in compute_square_diff()
550 const int is_high_bitdepth = is_frame_high_bitdepth(frame_to_filter); in av1_apply_temporal_filter_c() local
721 const int is_high_bitdepth = is_frame_high_bitdepth(result_buffer); in tf_normalize_filtered_frame() local
1087 const int is_high_bitdepth = is_frame_high_bitdepth(frame); in av1_estimate_noise_from_single_plane() local
Dfirstpass.c580 static int get_prediction_error_bitdepth(const int is_high_bitdepth, in get_prediction_error_bitdepth()
682 const int is_high_bitdepth = is_cur_buf_hbd(xd); in firstpass_inter_prediction() local
Doptical_flow.c169 const int is_high_bitdepth = is_frame_high_bitdepth(frame2); in temporal_gradient() local
637 const int is_high_bitdepth = is_frame_high_bitdepth(src_frame); in warp_back_frame_intp() local
Dpalette.c439 const int is_high_bitdepth, int *data, int *lower_bound, int *upper_bound) { in fill_data_and_get_bounds()
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c201 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