Searched refs:bicubic_wts (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 3138 SI F bicubic_wts(F t, float A, float B, float C, float D) { in bicubic_wts() function 3171 sk_unaligned_store(ctx->wx[0], bicubic_wts(fx, w[0], w[4], w[ 8], w[12])); in STAGE() 3172 sk_unaligned_store(ctx->wx[1], bicubic_wts(fx, w[1], w[5], w[ 9], w[13])); in STAGE() 3173 sk_unaligned_store(ctx->wx[2], bicubic_wts(fx, w[2], w[6], w[10], w[14])); in STAGE() 3174 sk_unaligned_store(ctx->wx[3], bicubic_wts(fx, w[3], w[7], w[11], w[15])); in STAGE() 3177 sk_unaligned_store(ctx->wy[0], bicubic_wts(fy, w[0], w[4], w[ 8], w[12])); in STAGE() 3178 sk_unaligned_store(ctx->wy[1], bicubic_wts(fy, w[1], w[5], w[ 9], w[13])); in STAGE() 3179 sk_unaligned_store(ctx->wy[2], bicubic_wts(fy, w[2], w[6], w[10], w[14])); in STAGE() 3180 sk_unaligned_store(ctx->wy[3], bicubic_wts(fy, w[3], w[7], w[11], w[15])); in STAGE() 3898 const F scaley[4] = {bicubic_wts(fy, w[0], w[4], w[ 8], w[12]), in STAGE() [all …]
|