Searched refs:VpxRational (Results 1 – 8 of 8) sorted by relevance
83 struct VpxRational { struct96 struct VpxRational pixel_aspect_ratio; argument101 struct VpxRational framerate;
20 struct VpxRational time_base;
25 const struct VpxRational *framerate,
43 const struct VpxRational *par);
15 const struct VpxRational *framerate, in y4m_write_file_header()
26 const struct VpxRational *par) { in write_webm_file_header()
1473 const struct VpxRational *pixel_aspect_ratio) { in open_output_file()
160 const struct VpxRational framerate = { y4m_.fps_n, y4m_.fps_d }; in WriteY4mAndReadBack()