Searched refs:zrc (Results 1 – 4 of 4) sorted by relevance
/third_party/elfutils/libelf/ |
D | elf_compress.c | 111 int zrc = deflateInit (&z, Z_BEST_COMPRESSION); in __libelf_compress() local 112 if (zrc != Z_OK) in __libelf_compress() 161 zrc = deflate (&z, flush); in __libelf_compress() 162 if (zrc == Z_STREAM_ERROR) in __libelf_compress() 197 if (zrc != Z_STREAM_END) in __libelf_compress() 239 int zrc = inflateInit (&z); in __libelf_decompress() local 240 while (z.avail_in > 0 && likely (zrc == Z_OK)) in __libelf_decompress() 243 zrc = inflate (&z, Z_FINISH); in __libelf_decompress() 244 if (unlikely (zrc != Z_STREAM_END)) in __libelf_decompress() 246 zrc = Z_DATA_ERROR; in __libelf_decompress() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_huesaturation.c | 311 float zrs, zrc; in hue_rotate_matrix() local 330 zrc = cosf(rotation * M_PI / 180.f); in hue_rotate_matrix() 331 z_rotate_matrix(matrix, zrs, zrc); in hue_rotate_matrix() 341 float xrs, xrc, yrs, yrc, zrs, zrc, mag; in shue_rotate_matrix() local 354 zrc = cosf(rotation * M_PI / 180.f); in shue_rotate_matrix() 355 z_rotate_matrix(m, zrs, zrc); in shue_rotate_matrix()
|
/third_party/cups-filters/cupsfilters/ |
D | image-colorspace.c | 1149 float zrs, zrc; /* Z rotation sine/cosine */ in huerotate() local 1185 zrc = cos(rot * M_PI / 180.0); in huerotate() 1187 zrotate(hmat, zrs, zrc); in huerotate()
|
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/ |
D | hdr-rgb-arboretum.hdr | 1236 …l�K�DONUZYCIJ6�IgKhq�a@0>�x���}K��������ߺ\C�������������������������πz����zrc��|�ay����������ܧ�u…
|