Searched refs:outer_thresh_ (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/post_filter/ |
D | deblock.cc | 321 src_row, src_stride, outer_thresh_[level], inner_thresh_[level], in HorizontalDeblockFilter() 357 src_row_u, src_stride_u, outer_thresh_[level_u], in HorizontalDeblockFilter() 363 src_row_v, src_stride_v, outer_thresh_[level_v], in HorizontalDeblockFilter() 400 src_row, src_stride, outer_thresh_[level], inner_thresh_[level], in VerticalDeblockFilter() 444 src_row_u, src_stride_u, outer_thresh_[level_u], in VerticalDeblockFilter() 450 src_row_v, src_stride_v, outer_thresh_[level_v], in VerticalDeblockFilter()
|
D | post_filter.cc | 165 outer_thresh_(kOuterThresh[frame_header.loop_filter.sharpness]),
|
/external/libgav1/libgav1/src/ |
D | post_filter.h | 481 const uint8_t* const outer_thresh_; variable
|