Searched refs:VP8LFastSLog2Slow (Results 1 – 5 of 5) sorted by relevance
76 extern float VP8LFastSLog2Slow(int v);82 return (v < LOG_LOOKUP_IDX_MAX) ? kSLog2Table[v] : VP8LFastSLog2Slow(v); in VP8LFastSLog2()
238 float VP8LFastSLog2Slow(int v) { in VP8LFastSLog2Slow() function
191 extern VP8LFastLog2SlowFunc VP8LFastSLog2Slow;198 return (v < LOG_LOOKUP_IDX_MAX) ? kSLog2Table[v] : VP8LFastSLog2Slow(v); in VP8LFastSLog2()
374 VP8LFastSLog2Slow = FastSLog2Slow; in VP8LEncDspInitMIPS32()
1142 VP8LFastLog2SlowFunc VP8LFastSLog2Slow; variable1174 VP8LFastSLog2Slow = FastSLog2Slow; in VP8LEncDspInit()