Searched defs:c110 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut3d.c | 128 const struct rgbvec c110 = lut3d->lut[next[0] * lutsize2 + next[1] * lutsize + prev[2]]; in interp_trilinear() local 176 const struct rgbvec c110 = lut3d->lut[next[0] * lutsize2 + next[1] * lutsize + prev[2]]; in interp_pyramid() local 218 const struct rgbvec c110 in interp_prism() local 253 const struct rgbvec c110 = lut3d->lut[next[0] * lutsize2 + next[1] * lutsize + prev[2]]; interp_tetrahedral() local 285 const struct rgbvec c110 = lut3d->lut[next[0] * lutsize2 + next[1] * lutsize + prev[2]]; interp_tetrahedral() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 1605 Float4 c110 = readFloat4(s110, state); in sample() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SamplerCore.cpp | 1023 Vector4f c110 = sampleTexel(x1, y1, z0, dRef, sample, mipmap, buffer, function); in sampleFloat3D() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.cpp | 1078 Color<float> c110 = read(x1, y1, z0); in sample() local
|
Completed in 16 milliseconds