Home
last modified time | relevance | path

Searched refs:APPLY_WEIGHT_F (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c41 #define APPLY_WEIGHT_F(weight, sample) ((((((sample) & 0xffff) * (weight)) >> 9) + \ macro
47 APPLY_WEIGHT_F(weight, sample) : APPLY_WEIGHT_I (weight, sample))

Completed in 4 milliseconds