Home
last modified time | relevance | path

Searched refs:slope (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dframe_enc.c69 const double slope = (s->target - s->value) / (s->last_value - s->value); in ComputeNextQ() local
70 dq = (float)(slope * (s->last_q - s->q)); in ComputeNextQ()
A Dquant_enc.c347 const double slope = (exp_min - exp_max) / (amax - amin); in QualityToJPEGCompression() local
352 : exp_max + slope * (alpha - amin); in QualityToJPEGCompression()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dcommon.h349 int16_t slope = lut[index + 1] - lut[index]; in generic_int16_table_lookup() local
353 int32_t delta = (static_cast<int32_t>(slope) * offset + 64) >> 7; in generic_int16_table_lookup()

Completed in 13 milliseconds