Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Ddisplay.c32 #define CONV_DB(x) (int32_t) ((x) * (1 << 16)) macro
58 matrix[0] = CONV_DB(c); in av_display_rotation_set()
59 matrix[1] = CONV_DB(-s); in av_display_rotation_set()
60 matrix[3] = CONV_DB(s); in av_display_rotation_set()
61 matrix[4] = CONV_DB(c); in av_display_rotation_set()