Searched refs:VP8LFastLog2Slow (Results 1 – 3 of 3) sorted by relevance
82 extern VP8LFastLog2SlowFunc VP8LFastLog2Slow;86 return (v < LOG_LOOKUP_IDX_MAX) ? kLog2Table[v] : VP8LFastLog2Slow(v); in VP8LFastLog2()
870 VP8LFastLog2SlowFunc VP8LFastLog2Slow; variable908 VP8LFastLog2Slow = FastLog2Slow_C; in WEBP_DSP_INIT_FUNC()998 assert(VP8LFastLog2Slow != NULL); in WEBP_DSP_INIT_FUNC()
384 VP8LFastLog2Slow = FastLog2Slow_MIPS32; in VP8LEncDspInitMIPS32()
Completed in 7 milliseconds