Searched defs:c101 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut3d.c | 127 const struct rgbvec c101 = lut3d->lut[next[0] * lutsize2 + prev[1] * lutsize + next[2]]; in interp_trilinear() local 166 const struct rgbvec c101 = lut3d->lut[next[0] * lutsize2 + prev[1] * lutsize + next[2]]; in interp_pyramid() local 200 const struct rgbvec c101 in interp_prism() local 259 const struct rgbvec c101 = lut3d->lut[next[0] * lutsize2 + prev[1] * lutsize + next[2]]; interp_tetrahedral() local 265 const struct rgbvec c101 = lut3d->lut[next[0] * lutsize2 + prev[1] * lutsize + next[2]]; interp_tetrahedral() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 1608 Float4 c101 = readFloat4(s101, state); in sample() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SamplerCore.cpp | 1025 Vector4f c101 = sampleTexel(x1, y0, z1, dRef, sample, mipmap, buffer, function); in sampleFloat3D() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.cpp | 1080 Color<float> c101 = read(x1, y0, z1); in sample() local
|
Completed in 18 milliseconds