Searched refs:bicubic_x (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 2145 SI void bicubic_x(SkRasterPipeline_SamplerCtx* ctx, F* x) { in bicubic_x() function 2169 STAGE(bicubic_n3x, SkRasterPipeline_SamplerCtx* ctx) { bicubic_x<-3>(ctx, &r); } in STAGE() 2170 STAGE(bicubic_n1x, SkRasterPipeline_SamplerCtx* ctx) { bicubic_x<-1>(ctx, &r); } in STAGE() 2171 STAGE(bicubic_p1x, SkRasterPipeline_SamplerCtx* ctx) { bicubic_x<+1>(ctx, &r); } in STAGE() 2172 STAGE(bicubic_p3x, SkRasterPipeline_SamplerCtx* ctx) { bicubic_x<+3>(ctx, &r); } in STAGE()
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 2625 SI void bicubic_x(SkRasterPipeline_SamplerCtx* ctx, F* x) { in bicubic_x() function 2649 STAGE(bicubic_n3x, SkRasterPipeline_SamplerCtx* ctx) { bicubic_x<-3>(ctx, &r); } in STAGE() 2650 STAGE(bicubic_n1x, SkRasterPipeline_SamplerCtx* ctx) { bicubic_x<-1>(ctx, &r); } in STAGE() 2651 STAGE(bicubic_p1x, SkRasterPipeline_SamplerCtx* ctx) { bicubic_x<+1>(ctx, &r); } in STAGE() 2652 STAGE(bicubic_p3x, SkRasterPipeline_SamplerCtx* ctx) { bicubic_x<+3>(ctx, &r); } in STAGE()
|