Searched refs:inner_weight (Results 1 – 1 of 1) sorted by relevance
288 int inner_weight = 255 - outer_weight; in boxBlurInterp() local290 inner_weight += inner_weight >> 7; in boxBlurInterp()292 uint32_t inner_scale = (inner_weight << 16) / (kernelSize - 2); in boxBlurInterp()