Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/
Dsimple_encode.h236 struct EncodeFrameResult { struct
237 int show_idx;
238 FrameType frame_type;
239 int coding_idx;
240 RefFrameInfo ref_frame_info;
241 size_t coding_data_bit_size;
242 size_t coding_data_byte_size;
245 std::unique_ptr<unsigned char[]> coding_data;
246 double psnr;
247 uint64_t sse;
[all …]