Home
last modified time | relevance | path

Searched defs:log_cnt (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_mips32.c29 uint32_t log_cnt, y, correction; in FastSLog2Slow_MIPS32() local
65 uint32_t log_cnt, y; FastLog2Slow_MIPS32() local
[all...]
H A Dlossless_enc.c334 const int log_cnt = BitsLog2Floor(v) - 7; in FastSLog2Slow_C() local
339 v >>= log_cnt; in FastSLog2Slow_C() local
370 const int log_cnt = BitsLog2Floor(v) - 7; in FastLog2Slow_C() local
374 v >>= log_cnt; FastLog2Slow_C() local
[all...]

Completed in 2 milliseconds