Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmdct15.c66 const int inv_2 = 0xeeeeeeef & ((1U << b_ptwo) - 1); /* 15^-1 mod 2^b_ptwo */ 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()