Home
last modified time | relevance | path

Searched refs:VP8LFastLog2Slow (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.h82 extern VP8LFastLog2SlowFunc VP8LFastLog2Slow;
86 return (v < LOG_LOOKUP_IDX_MAX) ? kLog2Table[v] : VP8LFastLog2Slow(v); in VP8LFastLog2()
A Dlossless_enc.c870 VP8LFastLog2SlowFunc VP8LFastLog2Slow; variable
908 VP8LFastLog2Slow = FastLog2Slow_C; in WEBP_DSP_INIT_FUNC()
998 assert(VP8LFastLog2Slow != NULL); in WEBP_DSP_INIT_FUNC()
A Dlossless_enc_mips32.c384 VP8LFastLog2Slow = FastLog2Slow_MIPS32; in VP8LEncDspInitMIPS32()

Completed in 7 milliseconds