Home
last modified time | relevance | path

Searched defs:correction (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc_mips32.c29 uint32_t log_cnt, y, correction; in FastSLog2Slow_MIPS32() local
86 const uint32_t correction = (23 * (v & (y - 1))) >> 4; in FastLog2Slow_MIPS32() local
A Dlossless_enc.c334 int correction = 0; in FastSLog2Slow_C() local
371 const int correction = (23 * (orig_v & (y - 1))) >> 4; in FastLog2Slow_C() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dquant_levels_dec_utils.c137 const int16_t* const correction = p->correction_; in ApplyFilter() local

Completed in 6 milliseconds