Searched refs:VP8LFastLog2Slow (Results 1 – 5 of 5) sorted by relevance
75 extern float VP8LFastLog2Slow(int v);78 return (v < LOG_LOOKUP_IDX_MAX) ? kLog2Table[v] : VP8LFastLog2Slow(v); in VP8LFastLog2()
253 float VP8LFastLog2Slow(int v) { in VP8LFastLog2Slow() function
190 extern VP8LFastLog2SlowFunc VP8LFastLog2Slow;194 return (v < LOG_LOOKUP_IDX_MAX) ? kLog2Table[v] : VP8LFastLog2Slow(v); in VP8LFastLog2()
375 VP8LFastLog2Slow = FastLog2Slow; in VP8LEncDspInitMIPS32()
1141 VP8LFastLog2SlowFunc VP8LFastLog2Slow; variable1173 VP8LFastLog2Slow = FastLog2Slow; in VP8LEncDspInit()