Home
last modified time | relevance | path

Searched refs:inv_1 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmdct15.c65 const int inv_1 = l_ptwo << ((4 - b_ptwo) & 3); /* (2^b_ptwo)^-1 mod 15 */ in init_pfa_reindex_tabs() local
80 const int q_post = (((j*inv_1)/15) + (i*inv_2)) >> b_ptwo; in init_pfa_reindex_tabs()
82 const int k_post = i*inv_2*15 + j*inv_1 - 15*q_post*l_ptwo; in init_pfa_reindex_tabs()