Home
last modified time | relevance | path

Searched defs:PRED (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dttaenc.c125 #define PRED(x, k) (int32_t)((((uint64_t)(x) << (k)) - (x)) >> (k)) in tta_encode_frame() macro
H A Dtta.c327 #define PRED(x, k) (int32_t)((((uint64_t)(x) << (k)) - (x)) >> (k)) in tta_decode_frame() macro

Completed in 2 milliseconds