Home
last modified time | relevance | path

Searched refs:weight_lut_idx (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_anlmdn.c241 unsigned weight_lut_idx; in filter_channel() local
249 weight_lut_idx = w * pdiff_lut_scale; in filter_channel()
250 av_assert2(weight_lut_idx < WEIGHT_LUT_SIZE); in filter_channel()
251 w = weight_lut[weight_lut_idx]; in filter_channel()