Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc_mips32.c31 const float v_f = (float)v; in FastSLog2Slow_MIPS32() local
56 return v_f * (kLog2Table[temp] + log_cnt) + correction; in FastSLog2Slow_MIPS32()
A Dlossless_enc.c335 const float v_f = (float)v; in FastSLog2Slow_C() local
349 return v_f * (kLog2Table[v] + log_cnt) + correction; in FastSLog2Slow_C()

Completed in 6 milliseconds