Searched refs:ftx (Results 1 – 2 of 2) sorted by relevance
58 int32_t ftx(floor(tx * 65536.0f + 0.5f)); in full_res_bilerp() local59 int64_t top = ftx * (p10 - p00) + 65536 * p00; in full_res_bilerp()60 int64_t bottom = ftx * (p11 - p01) + 65536 * p01; in full_res_bilerp()
230 static void ftx(int16_t *buf, enum TxfmMode tx, in ftx() function349 ftx(coef, tx, txtp, sz, bit_depth); in check_itxfm()