Home
last modified time | relevance | path

Searched refs:VP8LFastSLog2Slow (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_common.h83 extern VP8LFastLog2SlowFunc VP8LFastSLog2Slow;
90 return (v < LOG_LOOKUP_IDX_MAX) ? kSLog2Table[v] : VP8LFastSLog2Slow(v); in VP8LFastSLog2()
A Dlossless_enc.c871 VP8LFastLog2SlowFunc VP8LFastSLog2Slow; variable
909 VP8LFastSLog2Slow = FastSLog2Slow_C; in WEBP_DSP_INIT_FUNC()
999 assert(VP8LFastSLog2Slow != NULL); in WEBP_DSP_INIT_FUNC()
A Dlossless_enc_mips32.c383 VP8LFastSLog2Slow = FastSLog2Slow_MIPS32; in VP8LEncDspInitMIPS32()

Completed in 8 milliseconds