Searched refs:AdjustThresholds (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | loop_filter.cc | 57 inline void AdjustThresholds(const int bitdepth, int* const outer_thresh, in AdjustThresholds() function 129 AdjustThresholds(bitdepth, &outer_thresh, &inner_thresh, &hev_thresh); in Vertical4() 150 AdjustThresholds(bitdepth, &outer_thresh, &inner_thresh, &hev_thresh); in Horizontal4() 219 AdjustThresholds(bitdepth, &outer_thresh, &inner_thresh, &hev_thresh); in Vertical6() 243 AdjustThresholds(bitdepth, &outer_thresh, &inner_thresh, &hev_thresh); in Horizontal6() 318 AdjustThresholds(bitdepth, &outer_thresh, &inner_thresh, &hev_thresh); in Vertical8() 342 AdjustThresholds(bitdepth, &outer_thresh, &inner_thresh, &hev_thresh); in Horizontal8() 422 AdjustThresholds(bitdepth, &outer_thresh, &inner_thresh, &hev_thresh); in Vertical14() 450 AdjustThresholds(bitdepth, &outer_thresh, &inner_thresh, &hev_thresh); in Horizontal14() 612 static_cast<void>(AdjustThresholds); in LoopFilterInit_C()
|