Searched refs:VpxRational (Results 1 – 8 of 8) sorted by relevance
80 struct VpxRational { struct93 struct VpxRational pixel_aspect_ratio; argument98 struct VpxRational framerate;
20 struct VpxRational time_base;
25 const struct VpxRational *framerate,
46 const struct VpxRational *par);
15 const struct VpxRational *framerate, in y4m_write_file_header()
28 const struct VpxRational *par) { in write_webm_file_header()
1443 const struct VpxRational *pixel_aspect_ratio) { in open_output_file()
162 const struct VpxRational framerate = {y4m_.fps_n, y4m_.fps_d}; in WriteY4mAndReadBack()