H A D | rs_sample.c | 129 int32_t next, float w0, float w1) { 132 float r = p0 * w0 + p1 * w1; 139 int32_t next, float w0, float w1) { 142 float r = p0 * w0 + p1 * w1; 149 int32_t next, float w0, float w1) { 152 float2 r = p0 * w0 + p1 * w1; 159 int32_t next, float w0, float w1) { 162 float3 r = p0 * w0 + p1 * w1; 169 int32_t next, float w0, float w1) { 172 float3 r = p0 * w0 128 getSample_A(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 138 getSample_L(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 148 getSample_LA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 158 getSample_RGB(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 168 getSample_565(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 178 getSample_RGBA(const uint8_t *p, int32_t iPixel, int32_t next, float w0, float w1) argument 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 500 float w0 = oneMinusFracU * oneMinusFracV; local [all...] |