H A D | rs_sample.c | 128 int32_t next, float w0, float w1) { 131 float r = p0 * w0 + p1 * w1; 138 int32_t next, float w0, float w1) { 141 float r = p0 * w0 + p1 * w1; 148 int32_t next, float w0, float w1) { 151 float2 r = p0 * w0 + p1 * w1; 158 int32_t next, float w0, float w1) { 161 float3 r = p0 * w0 + p1 * w1; 168 int32_t next, float w0, float w1) { 171 float3 r = p0 * w0 127 getSample_A(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 137 getSample_L(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 147 getSample_LA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 157 getSample_RGB(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 167 getSample_565(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 177 getSample_RGBA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 188 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 201 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 214 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 227 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 240 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 252 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 318 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 499 float w0 = oneMinusFracU * oneMinusFracV; local [all...] |