Searched defs:correction (Results 1 – 3 of 3) sorted by relevance
29 uint32_t log_cnt, y, correction; in FastSLog2Slow_MIPS32() local86 const uint32_t correction = (23 * (v & (y - 1))) >> 4; in FastLog2Slow_MIPS32() local
334 int correction = 0; in FastSLog2Slow_C() local371 const int correction = (23 * (orig_v & (y - 1))) >> 4; in FastLog2Slow_C() local
137 const int16_t* const correction = p->correction_; in ApplyFilter() local
Completed in 7 milliseconds