Home
last modified time | relevance | path

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

/third_party/skia/experimental/lowp-basic/
Dbilerp-study.cpp58 int32_t ftx(floor(tx * 65536.0f + 0.5f)); in full_res_bilerp() local
59 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()
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c230 static void ftx(int16_t *buf, enum TxfmMode tx, in ftx() function
349 ftx(coef, tx, txtp, sz, bit_depth); in check_itxfm()