Home
last modified time | relevance | path

Searched refs:zrc (Results 1 - 3 of 3) sorted by relevance

/third_party/elfutils/libelf/
H A Delf_compress.c111 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 in __libelf_decompress()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_huesaturation.c311 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/
H A Dimage-colorspace.c1149 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()

Completed in 5 milliseconds