Searched refs:cba_vect (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ra144enc.c | 283 float cba_vect[BLOCKSIZE], cb1_vect[BLOCKSIZE]; in fixed_cb_search() local 291 memcpy(cba_vect, work, sizeof(cba_vect)); in fixed_cb_search() 293 find_best_vect(work, coefs, ff_cb1_vects, cba_idx ? cba_vect : NULL, NULL, in fixed_cb_search() 305 orthogonalize(work, cba_vect); in fixed_cb_search() 313 find_best_vect(work, coefs, ff_cb2_vects, cba_idx ? cba_vect : NULL, in fixed_cb_search()
|