Searched refs:log_cnt (Results 1 – 3 of 3) sorted by relevance
28 uint32_t log_cnt, y, correction; in FastSLog2Slow() local41 : [log_cnt]"=&r"(log_cnt), [y]"=&r"(y), in FastSLog2Slow()55 return v_f * (kLog2Table[temp] + log_cnt) + correction; in FastSLog2Slow()64 uint32_t log_cnt, y; in FastLog2Slow() local75 : [log_cnt]"=&r"(log_cnt), [y]"=&r"(y), in FastLog2Slow()80 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow()
335 int log_cnt = 0; in FastSLog2Slow() local341 ++log_cnt; in FastSLog2Slow()352 return v_f * (kLog2Table[v] + log_cnt) + correction; in FastSLog2Slow()361 int log_cnt = 0; in FastLog2Slow() local366 ++log_cnt; in FastLog2Slow()370 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow()
241 int log_cnt = 0; in VP8LFastSLog2Slow() local244 ++log_cnt; in VP8LFastSLog2Slow()247 return v_f * (kLog2Table[v] + log_cnt); in VP8LFastSLog2Slow()256 int log_cnt = 0; in VP8LFastLog2Slow() local258 ++log_cnt; in VP8LFastLog2Slow()261 return kLog2Table[v] + log_cnt; in VP8LFastLog2Slow()