Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc_mips32.c29 uint32_t log_cnt, y, correction; in FastSLog2Slow() local
42 : [log_cnt]"=&r"(log_cnt), [y]"=&r"(y), in FastSLog2Slow()
56 return v_f * (kLog2Table[temp] + log_cnt) + correction; in FastSLog2Slow()
65 uint32_t log_cnt, y; in FastLog2Slow() local
76 : [log_cnt]"=&r"(log_cnt), [y]"=&r"(y), in FastLog2Slow()
81 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow()
Dlossless_enc.c331 int log_cnt = 0; in FastSLog2Slow() local
337 ++log_cnt; in FastSLog2Slow()
348 return v_f * (kLog2Table[v] + log_cnt) + correction; in FastSLog2Slow()
357 int log_cnt = 0; in FastLog2Slow() local
362 ++log_cnt; in FastLog2Slow()
366 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow()