Searched refs:src0_w (Results 1 – 1 of 1) sorted by relevance
314 const float *src0_w = src + lefts[4 * w] * channel; in BicubicInterpRow() local325 MS_FLOAT32X8 src0_vec = MS_LD256_F32(src0_w + c); in BicubicInterpRow()343 MS_FLOAT32X4 src0_vec = MS_LDQ_F32(src0_w + c); in BicubicInterpRow()356 …dst_w[c] = src0_w[c] * weight[0] + src1_w[c] * weight[1] + src2_w[c] * weight[2] + src3_w[c] * wei… in BicubicInterpRow()368 const float *src0_w = src0 + w * channel; in BicubicInterpCol() local379 MS_FLOAT32X8 src0_vec = MS_LD256_F32(src0_w + c); in BicubicInterpCol()397 MS_FLOAT32X4 src0_vec = MS_LDQ_F32(src0_w + c); in BicubicInterpCol()410 …dst_w[c] = src0_w[c] * weights[0] + src1_w[c] * weights[1] + src2_w[c] * weights[2] + src3_w[c] * … in BicubicInterpCol()