Home
last modified time | relevance | path

Searched defs:EncodeFrameResult (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.h256 struct EncodeFrameResult { struct
257 int show_idx;
258 FrameType frame_type;
259 int coding_idx;
260 RefFrameInfo ref_frame_info;
261 size_t coding_data_bit_size;
262 size_t coding_data_byte_size;
265 std::unique_ptr<unsigned char[]> coding_data;
266 size_t max_coding_data_byte_size;
267 double psnr;
[all …]