H A D | testmgr.c | 1270 static int test_shash_vec_cfg(const struct hash_testvec *vec, in test_shash_vec_cfg() argument 1223 build_hash_sglist(struct test_sglist *tsgl, const struct hash_testvec *vec, const struct testvec_config *cfg, unsigned int alignmask, const struct test_sg_division *divs[XBUFSIZE]) build_hash_sglist() argument 1239 check_hash_result(const char *type, const u8 *result, unsigned int digestsize, const struct hash_testvec *vec, const char *vec_name, const char *driver, const struct testvec_config *cfg) check_hash_result() argument 1454 test_ahash_vec_cfg(const struct hash_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct ahash_request *req, struct test_sglist *tsgl, u8 *hashstate) test_ahash_vec_cfg() argument 1620 test_hash_vec_cfg(const struct hash_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct ahash_request *req, struct shash_desc *desc, struct test_sglist *tsgl, u8 *hashstate) test_hash_vec_cfg() argument 1646 test_hash_vec(const struct hash_testvec *vec, unsigned int vec_num, struct ahash_request *req, struct shash_desc *desc, struct test_sglist *tsgl, u8 *hashstate) test_hash_vec() argument 1691 generate_random_hash_testvec(struct rnd_state *rng, struct shash_desc *desc, struct hash_testvec *vec, unsigned int maxkeysize, unsigned int maxdatasize, char *name, size_t max_namelen) generate_random_hash_testvec() argument 1751 struct hash_testvec vec = { 0 }; test_hash_vs_generic_impl() local 2029 test_aead_vec_cfg(int enc, const struct aead_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_vec_cfg() argument 2213 test_aead_vec(int enc, const struct aead_testvec *vec, unsigned int vec_num, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_vec() argument 2267 struct aead_testvec vec; global() member 2278 mutate_aead_message(struct rnd_state *rng, struct aead_testvec *vec, bool aad_iv, unsigned int ivsize) mutate_aead_message() argument 2308 generate_aead_message(struct rnd_state *rng, struct aead_request *req, const struct aead_test_suite *suite, struct aead_testvec *vec, bool prefer_inauthentic) generate_aead_message() argument 2375 generate_random_aead_testvec(struct rnd_state *rng, struct aead_request *req, struct aead_testvec *vec, const struct aead_test_suite *suite, unsigned int maxkeysize, unsigned int maxdatasize, char *name, size_t max_namelen, bool prefer_inauthentic) generate_random_aead_testvec() argument 2808 test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec_cfg() argument 2972 test_skcipher_vec(int enc, const struct cipher_testvec *vec, unsigned int vec_num, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec() argument 3021 generate_random_cipher_testvec(struct rnd_state *rng, struct skcipher_request *req, struct cipher_testvec *vec, unsigned int maxdatasize, char *name, size_t max_namelen) generate_random_cipher_testvec() argument 3093 struct cipher_testvec vec = { 0 }; test_skcipher_vs_generic_impl() local 3891 do_test_kpp(struct crypto_kpp *tfm, const struct kpp_testvec *vec, const char *alg) do_test_kpp() argument [all...] |
H A D | vf_v360.c | 1038 static void offset_vector(float *vec, float h_offset, float v_offset) in offset_vector() argument 1049 static void normalize_vector(float *vec) in normalize_vector() argument 1070 cube_to_xyz(const V360Context *s, float uf, float vf, int face, float *vec, float scalew, float scaleh) cube_to_xyz() argument 1132 xyz_to_cube(const V360Context *s, const float *vec, float *uf, float *vf, int *direction) xyz_to_cube() argument 1409 cube3x2_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cube3x2_to_xyz() argument 1448 xyz_to_cube3x2(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube3x2() argument 1537 cube1x6_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cube1x6_to_xyz() argument 1570 cube6x1_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cube6x1_to_xyz() argument 1605 xyz_to_cube1x6(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube1x6() argument 1685 xyz_to_cube6x1(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube6x1() argument 1780 equirect_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) equirect_to_xyz() argument 1809 hequirect_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) hequirect_to_xyz() argument 1855 stereographic_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) stereographic_to_xyz() argument 1901 xyz_to_stereographic(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_stereographic() argument 1959 equisolid_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) equisolid_to_xyz() argument 2005 xyz_to_equisolid(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_equisolid() argument 2063 orthographic_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) orthographic_to_xyz() argument 2116 xyz_to_orthographic(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_orthographic() argument 2176 xyz_to_equirect(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_equirect() argument 2217 xyz_to_hequirect(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_hequirect() argument 2274 xyz_to_flat(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_flat() argument 2321 xyz_to_mercator(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_mercator() argument 2357 mercator_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) mercator_to_xyz() argument 2389 xyz_to_ball(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_ball() argument 2426 ball_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) ball_to_xyz() argument 2460 hammer_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) hammer_to_xyz() argument 2499 xyz_to_hammer(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_hammer() argument 2538 sinusoidal_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) sinusoidal_to_xyz() argument 2569 xyz_to_sinusoidal(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_sinusoidal() argument 2661 eac_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) eac_to_xyz() argument 2764 xyz_to_eac(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_eac() argument 2839 flat_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) flat_to_xyz() argument 2880 fisheye_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) fisheye_to_xyz() argument 2931 xyz_to_fisheye(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_fisheye() argument 2974 pannini_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) pannini_to_xyz() argument 3008 xyz_to_pannini(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_pannini() argument 3069 cylindrical_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cylindrical_to_xyz() argument 3120 xyz_to_cylindrical(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cylindrical() argument 3194 cylindricalea_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cylindricalea_to_xyz() argument 3228 xyz_to_cylindricalea(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cylindricalea() argument 3268 perspective_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) perspective_to_xyz() argument 3314 tetrahedron_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) tetrahedron_to_xyz() argument 3340 xyz_to_tetrahedron(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_tetrahedron() argument 3412 dfisheye_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) dfisheye_to_xyz() argument 3451 xyz_to_dfisheye(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_dfisheye() argument 3501 barrel_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) barrel_to_xyz() argument 3573 xyz_to_barrel(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_barrel() argument 3645 xyz_to_barrelsplit(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_barrelsplit() argument 3741 barrelsplit_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) barrelsplit_to_xyz() argument 3814 tspyramid_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) tspyramid_to_xyz() argument 3872 xyz_to_tspyramid(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_tspyramid() argument 3940 octahedron_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) octahedron_to_xyz() argument 3973 xyz_to_octahedron(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_octahedron() argument 4064 rotate(const float rot_quaternion[2][4], float *vec) rotate() argument 4090 mirror(const float *modifier, float *vec) mirror() argument 4246 float vec[3]; v360_slice() local [all...] |