Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_huesaturation.c311 float zrs, zrc; in hue_rotate_matrix() local
329 zrs = sinf(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
353 zrs = sinf(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
1184 zrs = sin(rot * M_PI / 180.0); in huerotate()
1187 zrotate(hmat, zrs, zrc); in huerotate()
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c201 int zrs[2][2]; /* zoom/rotate/shear matrix */ member
1180 s->globalmc[ref].zrs[0][0] = dirac_get_se_golomb(gb); in dirac_unpack_prediction_parameters()
1181 s->globalmc[ref].zrs[0][1] = dirac_get_se_golomb(gb); in dirac_unpack_prediction_parameters()
1182 s->globalmc[ref].zrs[1][0] = dirac_get_se_golomb(gb); in dirac_unpack_prediction_parameters()
1183 s->globalmc[ref].zrs[1][1] = dirac_get_se_golomb(gb); in dirac_unpack_prediction_parameters()
1185 s->globalmc[ref].zrs[0][0] = 1; in dirac_unpack_prediction_parameters()
1186 s->globalmc[ref].zrs[1][1] = 1; in dirac_unpack_prediction_parameters()
1431 int (*A)[2] = s->globalmc[ref].zrs; in global_mv()

Completed in 10 milliseconds