Searched refs:get_match_score (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ra144enc.c | 139 static void get_match_score(float *work, const float *coefs, float *vect, in get_match_score() function 205 get_match_score(work, coefs, exc, NULL, NULL, data, &score, &gain); in adaptive_cb_search() 256 get_match_score(work, coefs, vect, ortho1, ortho2, data, &score, &g); in find_best_vect()
|