|
FFmpeg
|
64-bit Rational number (pair of numerator and denominator). More...
#include <rational64.h>
Data Fields | |
| int64_t | num |
| Numerator. More... | |
| int64_t | den |
| Denominator. More... | |
64-bit Rational number (pair of numerator and denominator).
Definition at line 52 of file rational64.h.
| int64_t AVRational64::num |
Numerator.
Definition at line 53 of file rational64.h.
Referenced by av_inv_q64(), convert_to_aarch64_impl(), exact_log2_q64(), ff_sws_apply_op_q(), ff_sws_op_list_update_comps(), main(), print_q(), reduce64(), translate_linear_op(), and translate_op().
| int64_t AVRational64::den |
Denominator.
Definition at line 54 of file rational64.h.
Referenced by av_inv_q64(), convert_to_aarch64_impl(), exact_log2_q64(), exact_prod(), ff_sws_apply_op_q(), ff_sws_op_list_update_comps(), main(), print_q(), and translate_linear_op().
1.8.17