Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_idct_lsx.c29 #define ROUND_POWER_OF_TWO(value, n) (((value) + (1 << ((n) - 1))) >> (n)) macro
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_idct_msa.c27 #define ROUND_POWER_OF_TWO(value, n) (((value) + (1 << ((n) - 1))) >> (n)) macro
[all...]

Completed in 7 milliseconds