Searched refs:av1_mtx_vect_multi_left (Results 1 – 3 of 3) sorted by relevance
/external/libaom/av1/encoder/ |
D | sparse_linear_solver.h | 48 void av1_mtx_vect_multi_left(const SPARSE_MTX *sm, const double *srcv,
|
D | sparse_linear_solver.c | 155 void av1_mtx_vect_multi_left(const SPARSE_MTX *sm, const double *srcv, in av1_mtx_vect_multi_left() function 252 av1_mtx_vect_multi_left(A, p_hat, p_hatA, bl); in av1_bi_conjugate_gradient_sparse()
|
D | optical_flow.c | 802 av1_mtx_vect_multi_left(&A, mv_init_vec, temp_b, 2 * width * height); in solve_horn_schunck()
|