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