Home
last modified time | relevance | path

Searched refs:transform (Results 1 – 25 of 107) sorted by relevance

12345

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless.c199 const int width = transform->xsize_; in GENERATE_PREDICTOR_ADD()
214 transform->data_ + (y >> transform->bits_) * tiles_per_row; in GENERATE_PREDICTOR_ADD()
290 const int width = transform->xsize_; in ColorSpaceInverseTransform_C()
291 const int tile_width = 1 << transform->bits_; in ColorSpaceInverseTransform_C()
298 transform->data_ + (y >> transform->bits_) * tiles_per_row; in ColorSpaceInverseTransform_C()
375 const int width = transform->xsize_; in VP8LInverseTransform()
377 assert(row_end <= transform->ysize_); in VP8LInverseTransform()
378 switch (transform->type_) { in VP8LInverseTransform()
384 if (row_end != transform->ysize_) { in VP8LInverseTransform()
395 if (in == out && transform->bits_ > 0) { in VP8LInverseTransform()
[all …]
A Dlossless.h63 void VP8LInverseTransform(const struct VP8LTransform* const transform,
96 const struct VP8LTransform* const transform, int y_start, int y_end,
/AliOS-Things-master/components/freetype/src/base/
A Dftsynth.c50 FT_Matrix transform; in FT_GlyphSlot_Oblique() local
63 transform.xx = 0x10000L; in FT_GlyphSlot_Oblique()
64 transform.yx = 0x00000L; in FT_GlyphSlot_Oblique()
66 transform.xy = 0x0366AL; in FT_GlyphSlot_Oblique()
67 transform.yy = 0x10000L; in FT_GlyphSlot_Oblique()
69 FT_Outline_Transform( outline, &transform ); in FT_GlyphSlot_Oblique()
/AliOS-Things-master/components/freetype/src/cff/
A Dcf2ft.c56 cf2_checkTransform( const CF2_Matrix* transform, in cf2_checkTransform() argument
64 if ( transform->a <= 0 || transform->d <= 0 ) in cf2_checkTransform()
67 FT_ASSERT( transform->b == 0 && transform->c == 0 ); in cf2_checkTransform()
68 FT_ASSERT( transform->tx == 0 && transform->ty == 0 ); in cf2_checkTransform()
75 if ( transform->a > maxScale || transform->d > maxScale ) in cf2_checkTransform()
317 CF2_Matrix transform; in cf2_decoder_parse_charstrings() local
333 FT_ZERO( &transform ); in cf2_decoder_parse_charstrings()
336 &transform.a, in cf2_decoder_parse_charstrings()
337 &transform.d, in cf2_decoder_parse_charstrings()
362 error2 = cf2_checkTransform( &transform, font->unitsPerEm ); in cf2_decoder_parse_charstrings()
[all …]
A Dcf2font.c231 const CF2_Matrix* transform ) in cf2_font_setup() argument
273 if ( ft_memcmp( transform, in cf2_font_setup()
279 font->currentTransform = *transform; in cf2_font_setup()
285 font->innerTransform = *transform; in cf2_font_setup()
423 const CF2_Matrix* transform, in cf2_getGlyphOutline() argument
441 translation.x = transform->tx; in cf2_getGlyphOutline()
442 translation.y = transform->ty; in cf2_getGlyphOutline()
445 cf2_font_setup( font, transform ); in cf2_getGlyphOutline()
A Dcf2font.h106 const CF2_Matrix* transform,
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c834 explicit_ivlen = transform->ivlen - transform->fixed_ivlen; in mbedtls_ssl_derive_keys()
875 transform->minlen = transform->maclen; in mbedtls_ssl_derive_keys()
887 transform->minlen = transform->maclen in mbedtls_ssl_derive_keys()
893 transform->minlen = transform->maclen in mbedtls_ssl_derive_keys()
908 transform->minlen += transform->ivlen; in mbedtls_ssl_derive_keys()
920 transform->keylen, transform->minlen, transform->ivlen, in mbedtls_ssl_derive_keys()
1579 if( transform->ivlen == 12 && transform->fixed_ivlen == 4 ) in ssl_encrypt_buf()
1582 memcpy( iv, transform->iv_enc, transform->fixed_ivlen ); in ssl_encrypt_buf()
1592 memcpy( iv, transform->iv_enc, transform->fixed_ivlen ); in ssl_encrypt_buf()
1886 if( transform->ivlen == 12 && transform->fixed_ivlen == 4 ) in ssl_decrypt_buf()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Delu.cc47 const TransformFunc transform, OpData* data) { in PopulateLookupTable() argument
56 const float transformed = transform(dequantized); in PopulateLookupTable()
91 TransformFunc transform = [](float value) { in CalculateOpData() local
94 PopulateLookupTable<int8_t>(input, output, transform, data); in CalculateOpData()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Djpegtran.c98 select_transform (JXFORM_CODE transform) in select_transform() argument
104 if (transformoption.transform == JXFORM_NONE || in select_transform()
105 transformoption.transform == transform) { in select_transform()
106 transformoption.transform = transform; in select_transform()
142 transformoption.transform = JXFORM_NONE; in parse_switches()
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_shaders_metal.metal19 constant float4x4 &transform [[buffer(3)]])
22 v.position = (projection * transform) * float4(in.position, 0.0f, 1.0f);
46 constant float4x4 &transform [[buffer(3)]])
49 v.position = (projection * transform) * float4(in.position, 0.0f, 1.0f);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8l_dec.c1264 WebPSafeFree(transform->data_); in ClearTransform()
1265 transform->data_ = NULL; in ClearTransform()
1281 new_color_map[0] = transform->data_[0]; in ExpandColorMap()
1289 WebPSafeFree(transform->data_); in ExpandColorMap()
1290 transform->data_ = new_color_map; in ExpandColorMap()
1309 transform->type_ = type; in ReadTransform()
1310 transform->xsize_ = *xsize; in ReadTransform()
1311 transform->ysize_ = *ysize; in ReadTransform()
1312 transform->data_ = NULL; in ReadTransform()
1319 transform->bits_ = VP8LReadBits(br, 3) + 2; in ReadTransform()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngstest.c2362 if (transform->is_palette) in logpixel()
2367 if (transform->from_linear != NULL) in logpixel()
2377 if (transform->background != NULL) in logpixel()
2394 if (transform->in_image->file_name != transform->out_image->file_name) in logpixel()
2401 return logerror(transform->in_image, transform->in_image->file_name, in logpixel()
2413 return logerror(transform->in_image, transform->in_image->file_name, in logpixel()
2426 transform->in_gp(&pixel_in, in); in cmppixel()
2429 transform->transform(&pixel_calc, &pixel_in, transform->background); in cmppixel()
2433 transform->transform(&pixel_out, &pixel_in, transform->background); in cmppixel()
2461 if (transform->accumulate) in cmppixel()
[all …]
A Dpngimage.c95 int transform; member
322 if ((transform_info[i].transform & t) != 0) in transform_name()
344 read_transforms |= transform_info[i].transform; in validate_T()
347 write_transforms |= transform_info[i].transform; in validate_T()
967 int transform = transform_info[i].transform; in update_display() local
976 active |= transform; in update_display()
979 inactive |= transform; in update_display()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtransupp.h133 JXFORM_CODE transform; /* image transform operator */ member
189 JXFORM_CODE transform));
A Dtransupp.c1021 info->transform)) in jtransform_request_workspace()
1028 info->transform)) in jtransform_request_workspace()
1038 switch (info->transform) { in jtransform_request_workspace()
1087 if (info->transform != JXFORM_NONE || in jtransform_request_workspace()
1106 if (info->transform != JXFORM_NONE || in jtransform_request_workspace()
1131 if (info->transform == JXFORM_WIPE) { in jtransform_request_workspace()
1167 switch (info->transform) { in jtransform_request_workspace()
1527 switch (info->transform) { in jtransform_adjust_parameters()
1586 switch (info->transform) { in jtransform_execute_transform()
1659 JXFORM_CODE transform) in jtransform_perfect_transform() argument
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/tests/
A Dpngvalid-transform2 exec ./pngvalid --strict --transform
A Dpngvalid-gamma-transform2 exec ./pngvalid --strict --gamma-transform
A Dpngvalid-gamma-expand16-transform2 exec ./pngvalid --strict --gamma-transform --expand16
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgload.c655 subglyph->transform.xx = xx; in TT_Load_Composite_Glyph()
656 subglyph->transform.xy = xy; in TT_Load_Composite_Glyph()
657 subglyph->transform.yx = yx; in TT_Load_Composite_Glyph()
658 subglyph->transform.yy = yy; in TT_Load_Composite_Glyph()
1042 FT_Vector_Transform( base_vec + i, &subglyph->transform ); in TT_Process_Composite_Component()
1096 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx in TT_Process_Composite_Component()
1098 int b = subglyph->transform.yx > 0 ? subglyph->transform.yx in TT_Process_Composite_Component()
1100 int c = subglyph->transform.xy > 0 ? subglyph->transform.xy in TT_Process_Composite_Component()
1102 int d = subglyph->transform.yy > 0 ? subglyph->transform.yy in TT_Process_Composite_Component()
1121 FT_Fixed mac_xscale = FT_Hypot( subglyph->transform.xx, in TT_Process_Composite_Component()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dvwebp.c112 qcms_transform* transform = NULL; in ApplyColorProfile() local
137 transform = qcms_transform_create(input_profile, input_type, in ApplyColorProfile()
140 if (transform == NULL) { in ApplyColorProfile()
147 qcms_transform_data(transform, line, line, rgba->width); in ApplyColorProfile()
154 if (transform != NULL) qcms_transform_release(transform); in ApplyColorProfile()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DEndpointProvider.cc130 transform(product_.begin(), product_.end(), product_.begin(), ::tolower); in EndpointProvider()
144 transform(product_.begin(), product_.end(), product_.begin(), ::tolower); in EndpointProvider()
A DUrl.cc191 std::transform(host_.begin(), host_.end(), host_.begin(), ::tolower); in setHost()
208 std::transform(scheme_.begin(), scheme_.end(), scheme_.begin(), ::tolower); in setScheme()
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvk_icd.h164 VkSurfaceTransformFlagBitsKHR transform; member
/AliOS-Things-master/components/oss/src/http/
A DUrl.cc252 std::transform(host_.begin(), host_.end(), host_.begin(), ::tolower); in setHost()
282 std::transform(scheme_.begin(), scheme_.end(), scheme_.begin(), ::tolower); in setScheme()
/AliOS-Things-master/components/freetype/include/internal/
A Dftgloadr.h63 FT_Matrix transform; member

Completed in 73 milliseconds

12345