Home
last modified time | relevance | path

Searched refs:y_src (Results 1 – 8 of 8) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_compute_variance.cpp177 int y_src = (y - 1) + offset_y - kernel_radius_xy; in compute_pixel_region_variance() local
178 y_src = astc::clamp(y_src, 0, static_cast<int>(img->dim_y - 1)); in compute_pixel_region_variance()
185 data[0] = data8[(4 * img->dim_stride * y_src) + (4 * x_src )]; in compute_pixel_region_variance()
186 data[1] = data8[(4 * img->dim_stride * y_src) + (4 * x_src + 1)]; in compute_pixel_region_variance()
187 data[2] = data8[(4 * img->dim_stride * y_src) + (4 * x_src + 2)]; in compute_pixel_region_variance()
188 data[3] = data8[(4 * img->dim_stride * y_src) + (4 * x_src + 3)]; in compute_pixel_region_variance()
221 int y_src = (y - 1) + offset_y - kernel_radius_xy; in compute_pixel_region_variance() local
222 y_src = astc::clamp(y_src, 0, static_cast<int>(img->dim_y - 1)); in compute_pixel_region_variance()
229 data[0] = data16[(4 * img->dim_x * y_src) + (4 * x_src )]; in compute_pixel_region_variance()
230 data[1] = data16[(4 * img->dim_x * y_src) + (4 * x_src + 1)]; in compute_pixel_region_variance()
[all …]
Dastcenccli_image.cpp188 unsigned int y_src = y_flip ? (dim_y - y - 1) : y; in astc_img_from_floatx4_array() local
189 const float* src = data + 4 * dim_x * y_src; in astc_img_from_floatx4_array()
222 unsigned int y_src = y_flip ? (dim_y - y - 1) : y; in astc_img_from_unorm8x4_array() local
223 const uint8_t* src = data + 4 * dim_x * y_src; in astc_img_from_unorm8x4_array()
/third_party/node/deps/openssl/openssl/crypto/ec/
Decx_s390x.c149 const unsigned char y_src[32], in s390x_ed25519_mul()
157 unsigned char y_src[32]; in s390x_ed25519_mul() member
167 s390x_flip_endian32(param.ed25519.y_src, y_src); in s390x_ed25519_mul()
183 const unsigned char y_src[57], in s390x_ed448_mul()
191 unsigned char y_src[64]; in s390x_ed448_mul() member
201 memcpy(param.ed448.y_src, y_src, 57); in s390x_ed448_mul()
204 s390x_flip_endian64(param.ed448.y_src, param.ed448.y_src); in s390x_ed448_mul()
/third_party/openssl/crypto/ec/
Decx_s390x.c149 const unsigned char y_src[32], in s390x_ed25519_mul()
157 unsigned char y_src[32]; in s390x_ed25519_mul() member
167 s390x_flip_endian32(param.ed25519.y_src, y_src); in s390x_ed25519_mul()
183 const unsigned char y_src[57], in s390x_ed448_mul()
191 unsigned char y_src[64]; in s390x_ed448_mul() member
201 memcpy(param.ed448.y_src, y_src, 57); in s390x_ed448_mul()
204 s390x_flip_endian64(param.ed448.y_src, param.ed448.y_src); in s390x_ed448_mul()
/third_party/node/deps/openssl/openssl/crypto/
Ds390x_arch.h45 const unsigned char y_src[32],
50 const unsigned char y_src[57],
/third_party/openssl/crypto/
Ds390x_arch.h45 const unsigned char y_src[32],
50 const unsigned char y_src[57],
/third_party/openh264/codec/processing/src/x86/
Dvaa.asm249 ; void SampleVariance16x16_sse2( uint8_t * y_ref, int32_t y_ref_stride, uint8_t * y_src, int…
265 mov esi, [esp+PUSH_SIZE+12] ; y_src
274 movdqa xmm1, [esi] ; y_src
294 ; sum_cur += y_src[x];
305 ; sqr_cur += y_src[x] * y_src[x];
441 ; void SampleVariance16x16_sse2( uint8_t * y_ref, int32_t y_ref_stride, uint8_t * y_src, int…
469 movdqa xmm1, [r2] ; y_src
489 ; sum_cur += y_src[x];
500 ; sqr_cur += y_src[x] * y_src[x];
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp111268 int y_src,
111278 int y_src,