Searched defs:x_step (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_psnr_enc.c | 132 WebPPlaneDistortion(const uint8_t* src, size_t src_stride, const uint8_t* ref, size_t ref_stride, int width, int height, size_t x_step, int type, float* distortion, float* result) WebPPlaneDistortion() argument 229 WebPPlaneDistortion(const uint8_t* src, size_t src_stride, const uint8_t* ref, size_t ref_stride, int width, int height, size_t x_step, int type, float* distortion, float* result) WebPPlaneDistortion() argument
|
H A D | picture_csp_enc.c | 45 CheckNonOpaque(const uint8_t* alpha, int width, int height, int x_step, int y_step) CheckNonOpaque() argument
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format.c | 657 unsigned x_step, y_step; in util_format_translate() local
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 1143 const glw::GLfloat x_step = 2.0f / ((glw::GLfloat)(n_layers * 3)); in preparePositionForFace() local 1325 const glw::GLfloat x_step = 2.0f / x_range; in prepareTextureCoordinatesForFace() local 1434 const glw::GLfloat x_step = 2.0f / x_range; in prepareTextureCoordinatesForGatherForFace() local [all...] |
Completed in 10 milliseconds