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