H A D | rs_sample.c | 191 float w0, float w1, float w2, float w3) { 196 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 204 float w0, float w1, float w2, float w3) { 209 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 217 float w0, float w1, float w2, float w3) { 222 float2 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 230 float w0, float w1, float w2, float w3) { 235 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 243 float w0, float w1, float w2, float w3) { 248 float4 r = p0 * w0 + p1 * w1 + p2 * w2 189 getSample_A(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument 202 getSample_L(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument 215 getSample_LA(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument 228 getSample_RGB(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument 241 getSample_RGBA(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument 253 getSample_565(const uint8_t *p, size_t stride, int locX, int locY, int nextX, int nextY, float w0, float w1, float w2, float w3) argument 319 getBilinearSample2D(const Allocation_t *alloc, float w0, float w1, float w2, float w3, int lx, int ly, int nx, int ny, rs_data_kind dk, rs_data_type dt, uint32_t lod) argument 502 float w2 = oneMinusFracU * fracV; local [all...] |