Searched refs:src3_w (Results 1 – 1 of 1) sorted by relevance
317 const float *src3_w = src + lefts[4 * w + 3] * channel; in BicubicInterpRow() local328 MS_FLOAT32X8 src3_vec = MS_LD256_F32(src3_w + c); in BicubicInterpRow()346 MS_FLOAT32X4 src3_vec = MS_LDQ_F32(src3_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()371 const float *src3_w = src3 + w * channel; in BicubicInterpCol() local382 MS_FLOAT32X8 src3_vec = MS_LD256_F32(src3_w + c); in BicubicInterpCol()400 MS_FLOAT32X4 src3_vec = MS_LDQ_F32(src3_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()